MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / WriteOptions

Method WriteOptions

tensorflow/lite/toco/tflite/operator.cc:827–831  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {}

Callers

nothing calls this directly

Calls 1

CreatePadOptionsFunction · 0.85

Tested by

no test coverage detected