Esempio n. 1
0
 public void split_time_sequence(SWIGTYPE_p_std__vectorT_Tensor_t dest)
 {
     rysyPINVOKE.Tensor_split_time_sequence(swigCPtr, SWIGTYPE_p_std__vectorT_Tensor_t.getCPtr(dest));
     if (rysyPINVOKE.SWIGPendingException.Pending)
     {
         throw rysyPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 2
0
 public void concatenate_time_sequence(SWIGTYPE_p_std__vectorT_Tensor_t source)
 {
     rysyPINVOKE.Tensor_concatenate_time_sequence__SWIG_1(swigCPtr, SWIGTYPE_p_std__vectorT_Tensor_t.getCPtr(source));
     if (rysyPINVOKE.SWIGPendingException.Pending)
     {
         throw rysyPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 3
0
 public void train(SWIGTYPE_p_std__vectorT_Tensor_t required_output, SWIGTYPE_p_std__vectorT_Tensor_t input)
 {
     rysyPINVOKE.CNN_train__SWIG_4(swigCPtr, SWIGTYPE_p_std__vectorT_Tensor_t.getCPtr(required_output), SWIGTYPE_p_std__vectorT_Tensor_t.getCPtr(input));
     if (rysyPINVOKE.SWIGPendingException.Pending)
     {
         throw rysyPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 4
0
 public void train(SWIGTYPE_p_std__vectorT_Tensor_t required_output, SWIGTYPE_p_std__vectorT_Tensor_t input, uint epoch_count, bool verbose)
 {
     rysyPINVOKE.CNN_train__SWIG_2(swigCPtr, SWIGTYPE_p_std__vectorT_Tensor_t.getCPtr(required_output), SWIGTYPE_p_std__vectorT_Tensor_t.getCPtr(input), epoch_count, verbose);
     if (rysyPINVOKE.SWIGPendingException.Pending)
     {
         throw rysyPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 5
0
    public SWIGTYPE_p_std__vectorT_Tensor_t get_output_all()
    {
        SWIGTYPE_p_std__vectorT_Tensor_t ret = new SWIGTYPE_p_std__vectorT_Tensor_t(rysyPINVOKE.Batch_get_output_all(swigCPtr), false);

        return(ret);
    }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_std__vectorT_Tensor_t obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }