예제 #1
0
파일: Tensor.cs 프로젝트: michalnand/rysy
 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();
     }
 }
예제 #2
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();
     }
 }
예제 #3
0
파일: Tensor.cs 프로젝트: michalnand/rysy
 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();
     }
 }
예제 #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();
     }
 }