| 2673 | VT_QUANTIZED_DIMENSION = 16 |
| 2674 | }; |
| 2675 | const flatbuffers::Vector<float> *min() const { |
| 2676 | return GetPointer<const flatbuffers::Vector<float> *>(VT_MIN); |
| 2677 | } |
| 2678 | const flatbuffers::Vector<float> *max() const { |
| 2679 | return GetPointer<const flatbuffers::Vector<float> *>(VT_MAX); |
| 2680 | } |
no outgoing calls