fromPointer static method
Implementation
static OrtValueWrapper fromPointer(OnnxRuntime runtime, Pointer<OrtValue> ptr) {
return OrtValueWrapper._(ptr, OrtTensor(runtime));
}
static OrtValueWrapper fromPointer(OnnxRuntime runtime, Pointer<OrtValue> ptr) {
return OrtValueWrapper._(ptr, OrtTensor(runtime));
}