Exemplo 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();
     }
 }
Exemplo n.º 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();
     }
 }
Exemplo n.º 3
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();
     }
 }
Exemplo 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();
     }
 }