gpu_mem_limit property

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

\brief CUDA memory limit (To use all possible memory pass in maximum size_t) Defaults to SIZE_MAX. \note If a ::OrtArenaCfg has been applied, it will override this field

Implementation

@ffi.Size()
external int gpu_mem_limit;