Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.cc
File · 0.45
GetGeneralTPUExecutionDeviceAssignment
Function · 0.45
TEST
Function · 0.45
ReduceR2ToR1
Method · 0.45
Concat2D
Method · 0.45
Concat3D
Method · 0.45
Concat4D
Method · 0.45
Slice2D
Method · 0.45
Slice3D
Method · 0.45
Slice4D
Method · 0.45
PadArray2D
Method · 0.45
PadArray3D
Method · 0.45
Calls
1
dim
Method · 0.45
Tested by
8
TEST
Function · 0.36
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