MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / data

Function data

tensorflow/lite/schema/schema_generated.h:9171–9173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9169 VT_DATA = 4
9170 };
9171 const flatbuffers::Vector<uint8_t> *data() const {
9172 return GetPointer<const flatbuffers::Vector<uint8_t> *>(VT_DATA);
9173 }
9174 bool Verify(flatbuffers::Verifier &verifier) const {
9175 return VerifyTableStart(verifier) &&
9176 VerifyOffset(verifier, VT_DATA) &&

Callers 12

VerifyFunction · 0.70
UnPackToMethod · 0.70
LogAllocationMethod · 0.50
LogDeallocationMethod · 0.50
TfLiteTensorBufferMethod · 0.50
~TfLiteTensorBufferMethod · 0.50
FillTensorWithDataFunction · 0.50
FillTensorWithZerosFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected