tunable_op_enable property

  1. @Int()
int tunable_op_enable
getter/setter pair

\brief Enable TunableOp for using. Set it to 1/0 to enable/disable TunableOp. Otherwise, it is disabled by default. This option can be overridden by environment variable ORT_CUDA_TUNABLE_OP_ENABLE.

Implementation

@ffi.Int()
external int tunable_op_enable;