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

Method add_shape

tensorflow/lite/schema/schema_generated.h:2871–2873  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2869 flatbuffers::FlatBufferBuilder &fbb_;
2870 flatbuffers::uoffset_t start_;
2871 void add_shape(flatbuffers::Offset<flatbuffers::Vector<int32_t>> shape) {
2872 fbb_.AddOffset(Tensor::VT_SHAPE, shape);
2873 }
2874 void add_type(TensorType type) {
2875 fbb_.AddElement<int8_t>(Tensor::VT_TYPE, static_cast<int8_t>(type), 0);
2876 }

Callers 15

TESTFunction · 0.80
TESTFunction · 0.80
CreateTensorFunction · 0.80
BuildNodeFunction · 0.80
ConvertAttributeFunction · 0.80
SetShapeAttributeFunction · 0.80
SetAttrValueFunction · 0.80
AddNodeTransposeMethod · 0.80
CreateTransposeNodeMethod · 0.80
AddNewBatchNodeFunction · 0.80
AddShardNodeFunction · 0.80

Calls

no outgoing calls

Tested by 4

TESTFunction · 0.64
TESTFunction · 0.64
BuildNodeFunction · 0.64