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

Method ReadOptions

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

Source from the content-addressed store, hash-verified

375 }
376
377 void ReadOptions(const TfLiteOptions& options,
378 TocoOperator* op) const override {
379 op->axis = options.axis();
380 }
381
382 int GetVersion(const OperatorSignature& op_signature) const override {
383 const string& input_name = op_signature.op->inputs[0];

Callers

nothing calls this directly

Calls 1

axisMethod · 0.45

Tested by

no test coverage detected