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

Method ReadOptions

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

Source from the content-addressed store, hash-verified

1847 return ::tflite::CreateUnpackOptions(*builder, op.num, op.axis);
1848 }
1849 void ReadOptions(const TfLiteOptions& options,
1850 TocoOperator* op) const override {
1851 op->num = options.num();
1852 op->axis = options.axis();
1853 }
1854
1855 int GetVersion(const OperatorSignature& op_signature) const override {
1856 const string& input_name = op_signature.op->inputs[0];

Callers

nothing calls this directly

Calls 2

numMethod · 0.80
axisMethod · 0.45

Tested by

no test coverage detected