| 1847 | return ::tflite::CreateUnpackOptions(*builder, op.num, op.axis); |
| 1848 | } |
| 1849 | void ReadOptions(const TfLiteOptions& options, |
| 1850 | TocoOperator* op) const override { |
| 1851 | op->num = options.num(); |
| 1852 | op->axis = options.axis(); |
| 1853 | } |
| 1854 | |
| 1855 | int GetVersion(const OperatorSignature& op_signature) const override { |
| 1856 | const string& input_name = op_signature.op->inputs[0]; |