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

Method n1

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

Source from the content-addressed store, hash-verified

66 Array2D(const Array2D<T>& other) : Array<T>(other) {}
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); }

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 7

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