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

Method mutable_tuple_shapes

tensorflow/compiler/xla/shape.h:119–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117 int tuple_shapes_size() const { return tuple_shapes_.size(); }
118 const Shape& tuple_shapes(int index) const { return tuple_shapes_.at(index); }
119 Shape* mutable_tuple_shapes(int index) { return &tuple_shapes_.at(index); }
120 Shape* add_tuple_shapes() {
121 tuple_shapes_.push_back(Shape());
122 return &tuple_shapes_.back();

Callers 14

MakeTupleShapeMethod · 0.80
UpdateTupleShapeMethod · 0.80
GetMutableSubshapeMethod · 0.80
ToProtoMethod · 0.80
SetToDefaultLayoutMethod · 0.80
ClearLayoutMethod · 0.80
CopyLayoutInternalFunction · 0.80
TEST_FFunction · 0.80
SetDynamicBindingMethod · 0.80
BuildMethod · 0.80

Calls 1

atMethod · 0.45

Tested by 1

TEST_FFunction · 0.64