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

Function tensors

tensorflow/lite/schema/schema_generated.h:9054–9056  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9052 VT_NAME = 12
9053 };
9054 const flatbuffers::Vector<flatbuffers::Offset<Tensor>> *tensors() const {
9055 return GetPointer<const flatbuffers::Vector<flatbuffers::Offset<Tensor>> *>(VT_TENSORS);
9056 }
9057 const flatbuffers::Vector<int32_t> *inputs() const {
9058 return GetPointer<const flatbuffers::Vector<int32_t> *>(VT_INPUTS);
9059 }

Callers 4

VerifyFunction · 0.85
UnPackToMethod · 0.85
EncodeMethod · 0.85
DecodeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected