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

Method is_custom_op

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

The attributes below are not used to compute hash and identity. Return true if the op is a custom op. Note it will return false for Flex ops.

Source from the content-addressed store, hash-verified

115 // Return true if the op is a custom op. Note it will return false for Flex
116 // ops.
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

Callers 2

ExportFunction · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64