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

Method dimensions

tensorflow/compiler/xla/layout.h:56–56  ·  view source on GitHub ↗

Returns the dimensions of the tile.

Source from the content-addressed store, hash-verified

54
55 // Returns the dimensions of the tile.
56 absl::Span<const int64> dimensions() const { return dimensions_; }
57
58 Tile& add_dimensions(int64 value) {
59 dimensions_.push_back(value);

Callers 2

CreateFromProtoMethod · 0.45
operator==Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected