Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.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
7
TEST
Function · 0.36
TEST
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