TensorFlow

API

 tf.compat / v1 / v1.lite.experimental.convert_op_hints_to_stubs


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.

A list of SupportedOp.

此页内容是否对您有帮助