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