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

Method ReadOptions

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

Source from the content-addressed store, hash-verified

547 }
548
549 void ReadOptions(const TfLiteOptions& options,
550 TocoOperator* op) const override {
551 op->axis = {options.axis()};
552 }
553
554 int GetVersion(const OperatorSignature& op_signature) const override {
555 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