Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ height
Method
height
tensorflow/compiler/xla/array4d.h:106–106 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
104
105
int64 width() const { return this->dim(3); }
106
int64 height() const { return this->dim(2); }
107
int64 depth() const { return this->dim(1); }
108
int64 planes() const { return this->dim(0); }
109
Callers
4
FillWithYX
Method · 0.95
FillWithZY
Method · 0.95
FillWithPZ
Method · 0.95
FillWithMinorDimNum
Method · 0.95
Calls
1
dim
Method · 0.45
Tested by
no test coverage detected