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

Function float32_data

include/common/daq_generated.h:396–398  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 }

Callers 1

VerifyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected