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

Method n4

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

Numerically-named aliases for the various dimensions. This matches the dimension names used in array3d.

Source from the content-addressed store, hash-verified

98 // Numerically-named aliases for the various dimensions. This matches the
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); }

Callers 9

Concat4DMethod · 0.80
Slice4DMethod · 0.80
PadArray4DMethod · 0.80
ReduceWindow4DGenericMethod · 0.80
Reduce4DTo1DMethod · 0.80
Broadcast1DTo4DMethod · 0.80
Array4DLinearIndexFunction · 0.80
TESTFunction · 0.80

Calls 1

dimMethod · 0.45

Tested by 2

Array4DLinearIndexFunction · 0.64
TESTFunction · 0.64