NVIDIA NvNeural SDK
2022.2
GPU inference framework for NVIDIA Nsight Deep Learning Designer
|
Enumeration describing the runtime options modifiers, see runtimeoptionstype. More...
Variables | |
const char *const | list = "list" |
Defines a list of string, ex. "list":["option_1", "option_2"]. | |
const char *const | max = "max" |
Defines a max value, ex. "max":"1" or "max":"1.0". | |
const char *const | min = "min" |
Defines a min value, ex. "min":"0" or "min":"0.5". | |
const char *const | step = "step" |
Defines a step value, ex. "step":"1" or "step":"0.5". | |
Enumeration describing the runtime options modifiers, see runtimeoptionstype.
Not every modifier is valid for each runtimeoptionstype. For instance, a min/max option is invalid for a runtimeoptionstype::textLabel. Invalid modifiers are ignored.