offset_bytes property

  1. @Size()
int offset_bytes
getter/setter pair

< Additional offset within imported memory (default 0). Applied relative to OrtExternalMemoryDescriptor::offset_bytes. Enables multiple tensors from the same imported memory handle.

Implementation

@ffi.Size()
external int offset_bytes;