ExternalInitializerInfo_GetByteSize property
Pointer<NativeFunction<Size Function(Pointer<OrtExternalInitializerInfo> info)> >
ExternalInitializerInfo_GetByteSize
getter/setter pair
\brief Get the size in bytes of the initializer's data within the file.
\paramin info The OrtExternalInitializerInfo instance.
\return The size in bytes of the initializer's data within the file.
\since Version 1.23.
Implementation
external ffi.Pointer<
ffi.NativeFunction<
ffi.Size Function(ffi.Pointer<OrtExternalInitializerInfo> info)
>
>
ExternalInitializerInfo_GetByteSize;