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

Method dimensions_size

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

Methods for accessing the dimensions array.

Source from the content-addressed store, hash-verified

99
100 // Methods for accessing the dimensions array.
101 int dimensions_size() const { return dimensions_.size(); }
102 int64 dimensions(int index) const { return dimensions_.at(index); }
103 void set_dimensions(int index, int64 value) { dimensions_.at(index) = value; }
104 void add_dimensions(int64 value) {

Calls 1

sizeMethod · 0.45

Tested by 4

SetDefaultLayoutOnProtoFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64
AllLayoutsOfFunction · 0.64