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

Method ReadOptions

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

Source from the content-addressed store, hash-verified

1805 return ::tflite::CreateOneHotOptions(*builder, op.axis);
1806 }
1807 void ReadOptions(const TfLiteOptions& options,
1808 TocoOperator* op) const override {
1809 op->axis = options.axis();
1810 }
1811
1812 int GetVersion(const OperatorSignature& op_signature) const override {
1813 return 1;

Callers

nothing calls this directly

Calls 1

axisMethod · 0.45

Tested by

no test coverage detected