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

Method is_flex_op

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

Return true if the op is a Flex op.

Source from the content-addressed store, hash-verified

117 bool is_custom_op() const { return is_custom_op_; }
118 // Return true if the op is a Flex op.
119 bool is_flex_op() const { return is_flex_op_; }
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_; }

Callers 3

ExportOperatorsFunction · 0.80
ExportFunction · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64