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

Method width

tensorflow/compiler/xla/array2d.h:72–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70
71 int64 height() const { return this->dim(0); }
72 int64 width() const { return this->dim(1); }
73
74 // Fills the array with a pattern of values of the form:
75 //

Callers 15

TransposeArray2DMethod · 0.45
MapWithIndexArray4DMethod · 0.45
TESTFunction · 0.45
Array2DF32ToF64Method · 0.45
SeparableConvArray4DMethod · 0.45
ReduceToColArray2DMethod · 0.45
ReduceToRowArray2DMethod · 0.45
MapArray2DMethod · 0.45
MapWithIndexArray2DMethod · 0.45
PackLargeInputFunction · 0.45
MatmulArray2DImplFunction · 0.45

Calls 1

dimMethod · 0.45

Tested by 12

TESTFunction · 0.36
PackLargeInputFunction · 0.36
MaybeTransposeArray2DFunction · 0.36
CheckMatrixMultiplyFunction · 0.36
EigenMatrixMultiplyFunction · 0.36
MKLMatrixMultiplyFunction · 0.36
XLA_TYPED_TESTFunction · 0.36
RunTestMethod · 0.36
TestImplMethod · 0.36
TEST_FFunction · 0.36