示例#1
0
 public CNN(SWIGTYPE_p_Json__Value json_config) : this(rysyPINVOKE.new_CNN__SWIG_8(SWIGTYPE_p_Json__Value.getCPtr(json_config)), true)
 {
     if (rysyPINVOKE.SWIGPendingException.Pending)
     {
         throw rysyPINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#2
0
 public LayerExport(string export_path, SWIGTYPE_p_Json__Value json, string layer_prefix, SWIGTYPE_p_sEmbeddedNetShape input_shape, SWIGTYPE_p_sEmbeddedNetShape output_shape) : this(rysyPINVOKE.new_LayerExport(export_path, SWIGTYPE_p_Json__Value.getCPtr(json), layer_prefix, SWIGTYPE_p_sEmbeddedNetShape.getCPtr(input_shape), SWIGTYPE_p_sEmbeddedNetShape.getCPtr(output_shape)), true)
 {
     if (rysyPINVOKE.SWIGPendingException.Pending)
     {
         throw rysyPINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#3
0
 public CNN(SWIGTYPE_p_Json__Value json_config, Shape input_shape, Shape output_shape) : this(rysyPINVOKE.new_CNN__SWIG_6(SWIGTYPE_p_Json__Value.getCPtr(json_config), Shape.getCPtr(input_shape), Shape.getCPtr(output_shape)), true)
 {
     if (rysyPINVOKE.SWIGPendingException.Pending)
     {
         throw rysyPINVOKE.SWIGPendingException.Retrieve();
     }
 }