Type Optimize
Namespace tensorflow.lite
Parent PythonObjectContainer
Interfaces IOptimize
Enum defining the optimizations to apply when generating tflite graphs. Some optimizations may come at the cost of accuracy.
Properties
Fields
Public properties
object DEFAULT_dyn get; set;
object OPTIMIZE_FOR_LATENCY_dyn get; set;
object OPTIMIZE_FOR_SIZE_dyn get; set;
object PythonObject get;
Public fields
string DEFAULT
return string
|
string OPTIMIZE_FOR_SIZE
return string
|
string OPTIMIZE_FOR_LATENCY
return string
|