Return true if the op is a Flex op.
| 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_; } |
no outgoing calls