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

Method n3

tensorflow/compiler/xla/array4d.h:101–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99 // dimension names used in array3d.
100 int64 n4() const { return this->dim(3); }
101 int64 n3() const { return this->dim(2); }
102 int64 n2() const { return this->dim(1); }
103 int64 n1() const { return this->dim(0); }
104

Callers 15

TESTFunction · 0.45
Concat3DMethod · 0.45
Concat4DMethod · 0.45
Slice3DMethod · 0.45
Slice4DMethod · 0.45
PadArray3DMethod · 0.45
PadArray4DMethod · 0.45
ReduceWindow3DAddMethod · 0.45
ReduceWindow4DGenericMethod · 0.45

Calls 1

dimMethod · 0.45

Tested by 7

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