| 2679 | return GetPointer<const flatbuffers::Vector<float> *>(VT_MAX); |
| 2680 | } |
| 2681 | const flatbuffers::Vector<float> *scale() const { |
| 2682 | return GetPointer<const flatbuffers::Vector<float> *>(VT_SCALE); |
| 2683 | } |
| 2684 | const flatbuffers::Vector<int64_t> *zero_point() const { |
| 2685 | return GetPointer<const flatbuffers::Vector<int64_t> *>(VT_ZERO_POINT); |
| 2686 | } |