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.
| 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 |