ExternalInitializerInfo_GetFileOffset property

Pointer<NativeFunction<Int64 Function(Pointer<OrtExternalInitializerInfo> info)>> ExternalInitializerInfo_GetFileOffset
getter/setter pair

\brief Get the byte offset within the file where the initializer's data is stored.

\paramin info The OrtExternalInitializerInfo instance. \return The byte offset where the initializer's data is stored within the file.

\since Version 1.23.

Implementation

external ffi.Pointer<
  ffi.NativeFunction<
    ffi.Int64 Function(ffi.Pointer<OrtExternalInitializerInfo> info)
  >
>
ExternalInitializerInfo_GetFileOffset;