| 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]; |
nothing calls this directly
no test coverage detected