MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / is_unsupported_flex_op

Method is_unsupported_flex_op

tensorflow/lite/toco/tflite/export.h:122–122  ·  view source on GitHub ↗

Return true if the op is a Flex op but it's knwon that the op is not supported by Flex runtime.

Source from the content-addressed store, hash-verified

120 // Return true if the op is a Flex op but it's knwon that the op is not
121 // supported by Flex runtime.
122 bool is_unsupported_flex_op() const { return is_unsupported_flex_op_; }
123 // Return the original TensorFlow op name for a Flex op.
124 const std::string& flex_tensorflow_op() const { return flex_tensorflow_op_; }
125

Callers 2

ExportFunction · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64