| 109 | ::tflite::BuiltinOperator type() const { return type_; } |
| 110 | const std::string& custom_code() const { return custom_code_; } |
| 111 | int version() const { return version_; } |
| 112 | |
| 113 | // The attributes below are not used to compute hash and identity. |
| 114 | // |
no outgoing calls