Return true if the op is a Flex op but it's knwon that the op is not supported by Flex runtime.
| 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 |