CreateDataTransfer property
Pointer<NativeFunction<OrtStatusPtr Function(Pointer<OrtEpFactory> this_ptr, Pointer<Pointer<OrtDataTransferImpl> > data_transfer)> >
CreateDataTransfer
getter/setter pair
\brief Create an OrtDataTransferImpl instance for the factory.
This is used to create an IDataTransfer implementation that can be used to copy data between devices that the execution provider supports.
\paramin this_ptr The OrtEpFactory instance.
\paramout data_transfer The created OrtDataTransferImpl instance. Set to nullptr if not required.
\snippet{doc} snippets.dox OrtStatus Return Value
\since Version 1.23.
Implementation
external ffi.Pointer<
ffi.NativeFunction<
OrtStatusPtr Function(
ffi.Pointer<OrtEpFactory> this_ptr,
ffi.Pointer<ffi.Pointer<OrtDataTransferImpl>> data_transfer,
)
>
>
CreateDataTransfer;