| 1219 | return GetPointer<const flatbuffers::Vector<float> *>(8); |
| 1220 | } |
| 1221 | const flatbuffers::Vector<float> *tensorScale() const { |
| 1222 | return GetPointer<const flatbuffers::Vector<float> *>(10); |
| 1223 | } |
| 1224 | QuantizeAlgo method() const { |
| 1225 | return static_cast<QuantizeAlgo>(GetField<int8_t>(12, 0)); |
| 1226 | } |