| 868 | using BuiltinOperator::BuiltinOperator; |
| 869 | |
| 870 | flatbuffers::Offset<TfLiteOptions> WriteOptions( |
| 871 | const TocoOperator& op, |
| 872 | flatbuffers::FlatBufferBuilder* builder) const override { |
| 873 | return ::tflite::CreatePadV2Options(*builder); |
| 874 | } |
| 875 | |
| 876 | void ReadOptions(const TfLiteOptions& options, |
| 877 | TocoOperator* op) const override {} |
nothing calls this directly
no test coverage detected