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

Method add_name

tensorflow/lite/schema/schema_generated.h:2880–2882  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 }
2883 void add_quantization(flatbuffers::Offset<QuantizationParameters> quantization) {
2884 fbb_.AddOffset(Tensor::VT_QUANTIZATION, quantization);
2885 }

Callers 4

AddProgramMethod · 0.45
CreateTensorFunction · 0.45
CreateSubGraphFunction · 0.45
CreateMetadataFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected