Esempio n. 1
0
 public void SetRange(int index, LearnerVector values)
 {
     CNTKLibPINVOKE.LearnerVector_SetRange(swigCPtr, index, LearnerVector.getCPtr(values));
     if (CNTKLibPINVOKE.SWIGPendingException.Pending)
     {
         throw CNTKLibPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 2
0
 public LearnerVector(LearnerVector other) : this(CNTKLibPINVOKE.new_LearnerVector__SWIG_1(LearnerVector.getCPtr(other)), true)
 {
     if (CNTKLibPINVOKE.SWIGPendingException.Pending)
     {
         throw CNTKLibPINVOKE.SWIGPendingException.Retrieve();
     }
 }