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

Method ReadOptions

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

Source from the content-addressed store, hash-verified

1725 }
1726
1727 void ReadOptions(const TfLiteOptions& options,
1728 TocoOperator* op) const override {
1729 op->values_count = options.values_count();
1730 op->axis = options.axis();
1731 }
1732
1733 int GetVersion(const OperatorSignature& op_signature) const override {
1734 const string& input_name = op_signature.op->inputs[0];

Callers

nothing calls this directly

Calls 2

values_countMethod · 0.80
axisMethod · 0.45

Tested by

no test coverage detected