since flatbuffers doesn't have float16 data type, use uint16 instead
| 404 | } |
| 405 | /// since flatbuffers doesn't have float16 data type, use uint16 instead |
| 406 | const flatbuffers::Vector<uint16_t> *float16_data() const { |
| 407 | return GetPointer<const flatbuffers::Vector<uint16_t> *>(VT_FLOAT16_DATA); |
| 408 | } |
| 409 | const flatbuffers::Vector<uint8_t> *bool8_data() const { |
| 410 | return GetPointer<const flatbuffers::Vector<uint8_t> *>(VT_BOOL8_DATA); |
| 411 | } |