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

Method n2

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

Source from the content-addressed store, hash-verified

67
68 int64 n1() const { return this->dim(0); }
69 int64 n2() const { return this->dim(1); }
70
71 int64 height() const { return this->dim(0); }
72 int64 width() const { return this->dim(1); }

Callers 15

xrt_client.ccFile · 0.45
TESTFunction · 0.45
ReduceR2ToR1Method · 0.45
Concat2DMethod · 0.45
Concat3DMethod · 0.45
Concat4DMethod · 0.45
Slice2DMethod · 0.45
Slice3DMethod · 0.45
Slice4DMethod · 0.45
PadArray2DMethod · 0.45
PadArray3DMethod · 0.45

Calls 1

dimMethod · 0.45

Tested by 8

TESTFunction · 0.36
TESTFunction · 0.36
Array4DLinearIndexFunction · 0.36
TESTFunction · 0.36
GetUnitMatrix3DMethod · 0.36
XLA_TEST_FFunction · 0.36
XLA_TEST_PFunction · 0.36