arena_extend_strategy property
\brief Strategy used to grow the memory arena
0 = kNextPowerOfTwo
1 = kSameAsRequested
Defaults to 0.
\note If a ::OrtArenaCfg has been applied, it will override this field
Implementation
@ffi.Int()
external int arena_extend_strategy;