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

Method set_dimensions

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

Source from the content-addressed store, hash-verified

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) {
105 dimensions_.push_back(value);
106 dynamic_dimensions_.push_back(false);

Callers 15

BatchDescriptorClass · 0.80
FilterDescriptorClass · 0.80
GetMatrixDiagonalFunction · 0.80
HandleConcatenateMethod · 0.80
TileShapeMethod · 0.80
InferFftShapeMethod · 0.80

Calls 1

atMethod · 0.45

Tested by

no test coverage detected