示例#1
0
 public void SetRange(int index, UnsignedCharVector values)
 {
     CNTKLibPINVOKE.UnsignedCharVector_SetRange(swigCPtr, index, UnsignedCharVector.getCPtr(values));
     if (CNTKLibPINVOKE.SWIGPendingException.Pending)
     {
         throw CNTKLibPINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#2
0
文件: Function.cs 项目: nietras/CNTK
 private void _Save(UnsignedCharVector vectorBuf)
 {
     CNTKLibPINVOKE.Function__Save__SWIG_0(swigCPtr, UnsignedCharVector.getCPtr(vectorBuf));
     if (CNTKLibPINVOKE.SWIGPendingException.Pending)
     {
         throw CNTKLibPINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#3
0
 public UnsignedCharVector(UnsignedCharVector other) : this(CNTKLibPINVOKE.new_UnsignedCharVector__SWIG_1(UnsignedCharVector.getCPtr(other)), true)
 {
     if (CNTKLibPINVOKE.SWIGPendingException.Pending)
     {
         throw CNTKLibPINVOKE.SWIGPendingException.Retrieve();
     }
 }