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

Function CreateBuffer

tensorflow/lite/schema/schema_generated.h:9203–9209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9201};
9202
9203inline flatbuffers::Offset<Buffer> CreateBuffer(
9204 flatbuffers::FlatBufferBuilder &_fbb,
9205 flatbuffers::Offset<flatbuffers::Vector<uint8_t>> data = 0) {
9206 BufferBuilder builder_(_fbb);
9207 builder_.add_data(data);
9208 return builder_.Finish();
9209}
9210
9211inline flatbuffers::Offset<Buffer> CreateBufferDirect(
9212 flatbuffers::FlatBufferBuilder &_fbb,

Callers 15

CreateBufferDirectFunction · 0.70
PackMethod · 0.70
CreateModelFunction · 0.70
TEST_FFunction · 0.50
AddTensorMethod · 0.50
TESTFunction · 0.50
AddTensorMethod · 0.50
ExportBuffersFunction · 0.50
BuildBuffersMethod · 0.50
ToFlatBufferAndBackFunction · 0.50
TESTFunction · 0.50

Calls 4

add_dataMethod · 0.80
CreateVectorMethod · 0.80
FinishMethod · 0.45
sizeMethod · 0.45

Tested by 10

TEST_FFunction · 0.40
AddTensorMethod · 0.40
TESTFunction · 0.40
AddTensorMethod · 0.40
BuildBuffersMethod · 0.40
ToFlatBufferAndBackFunction · 0.40
TESTFunction · 0.40
BuildMockModelFunction · 0.40
CreateBuffersFunction · 0.40