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

Method dimension

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

Returns the bound of the tile in the given dimension index.

Source from the content-addressed store, hash-verified

51
52 // Returns the bound of the tile in the given dimension index.
53 int64 dimension(int i) const { return dimensions_.at(i); }
54
55 // Returns the dimensions of the tile.
56 absl::Span<const int64> dimensions() const { return dimensions_; }

Callers 15

FoldBatchNormsFunction · 0.45
ExportXlaOpFunction · 0.45
ImportInstructionMethod · 0.45
VerifyFunction · 0.45
matchAndRewriteMethod · 0.45
SetUpMethod · 0.45
TestReshapeImplMethod · 0.45
TEST_FFunction · 0.45
ComputeAsyncMethod · 0.45
ComputeMethod · 0.45

Calls 1

atMethod · 0.45

Tested by 14

SetUpMethod · 0.36
TestReshapeImplMethod · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
ResizeBicubicBaselineMethod · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
SampleFunction · 0.36
ResizeAreaBaselineMethod · 0.36
TESTFunction · 0.36