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

Method add_buffer

tensorflow/lite/schema/schema_generated.h:2877–2879  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2875 fbb_.AddElement<int8_t>(Tensor::VT_TYPE, static_cast<int8_t>(type), 0);
2876 }
2877 void add_buffer(uint32_t buffer) {
2878 fbb_.AddElement<uint32_t>(Tensor::VT_BUFFER, buffer, 0);
2879 }
2880 void add_name(flatbuffers::Offset<flatbuffers::String> name) {
2881 fbb_.AddOffset(Tensor::VT_NAME, name);
2882 }

Callers 2

CreateTensorFunction · 0.45
CreateMetadataFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected