Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
GetGeneralTPUExecutionDeviceAssignment
Function · 0.45
TEST
Function · 0.45
Concat3D
Method · 0.45
Concat4D
Method · 0.45
Slice3D
Method · 0.45
Slice4D
Method · 0.45
PadArray3D
Method · 0.45
PadArray4D
Method · 0.45
ConvArray3DGeneralDimensionsDilated
Method · 0.45
ReduceWindow3DAdd
Method · 0.45
ReduceWindow4DGeneric
Method · 0.45
SelectAndScatter4DGePlus
Method · 0.45
Calls
1
dim
Method · 0.45
Tested by
7
TEST
Function · 0.36
Array4DLinearIndex
Function · 0.36
TEST
Function · 0.36
GetUnitMatrix3D
Method · 0.36
ExtractTriangularMatrix
Method · 0.36
XLA_TEST_F
Function · 0.36
XLA_TEST_P
Function · 0.36