Type tf.lite.experimental
Namespace tensorflow
Methods
Properties
Public static methods
IList<SupportedOp> get_potentially_supported_ops()
Returns operations potentially supported by TensorFlow Lite. The potentially support list contains a list of ops that are partially or
fully supported, which is derived by simply scanning op names to check whether
they can be handled without real conversion and specific parameters. Given that some ops may be partially supported, the optimal way to determine
if a model's operations are supported is by converting using the TensorFlow
Lite converter.
Returns
-
IList<SupportedOp>
- A list of SupportedOp.
object get_potentially_supported_ops_dyn()
Returns operations potentially supported by TensorFlow Lite. The potentially support list contains a list of ops that are partially or
fully supported, which is derived by simply scanning op names to check whether
they can be handled without real conversion and specific parameters. Given that some ops may be partially supported, the optimal way to determine
if a model's operations are supported is by converting using the TensorFlow
Lite converter.
Returns
-
object
- A list of SupportedOp.