MCPcopy Create free account
hub / github.com/JDAI-CV/DNNLibrary / float16_data

Function float16_data

include/common/daq_generated.h:406–408  ·  view source on GitHub ↗

since flatbuffers doesn't have float16 data type, use uint16 instead

Source from the content-addressed store, hash-verified

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 }

Callers 1

VerifyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected