| 394 | return GetPointer<const flatbuffers::Vector<uint8_t> *>(VT_INT8_DATA); |
| 395 | } |
| 396 | const flatbuffers::Vector<float> *float32_data() const { |
| 397 | return GetPointer<const flatbuffers::Vector<float> *>(VT_FLOAT32_DATA); |
| 398 | } |
| 399 | const flatbuffers::Vector<uint32_t> *shape() const { |
| 400 | return GetPointer<const flatbuffers::Vector<uint32_t> *>(VT_SHAPE); |
| 401 | } |