| 825 | using BuiltinOperator::BuiltinOperator; |
| 826 | |
| 827 | flatbuffers::Offset<TfLiteOptions> WriteOptions( |
| 828 | const TocoOperator& op, |
| 829 | flatbuffers::FlatBufferBuilder* builder) const override { |
| 830 | return ::tflite::CreatePadOptions(*builder); |
| 831 | } |
| 832 | |
| 833 | void ReadOptions(const TfLiteOptions& options, |
| 834 | TocoOperator* op) const override {} |
nothing calls this directly
no test coverage detected