Beispiel #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();
     }
 }
Beispiel #2
0
 private void _Save(UnsignedCharVector vectorBuf)
 {
     CNTKLibPINVOKE.Function__Save__SWIG_0(swigCPtr, UnsignedCharVector.getCPtr(vectorBuf));
     if (CNTKLibPINVOKE.SWIGPendingException.Pending)
     {
         throw CNTKLibPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #3
0
 public UnsignedCharVector(UnsignedCharVector other) : this(CNTKLibPINVOKE.new_UnsignedCharVector__SWIG_1(UnsignedCharVector.getCPtr(other)), true)
 {
     if (CNTKLibPINVOKE.SWIGPendingException.Pending)
     {
         throw CNTKLibPINVOKE.SWIGPendingException.Retrieve();
     }
 }