Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ index
Method
index
tensorflow/lite/delegates/gpu/common/shape.h:114–114 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
112
Axis axis(int index) const { return GetAxis(layout, index); }
113
114
int index(Axis d) const { return GetAxisIndex(layout, d); }
115
116
int64_t DimensionsProduct() const {
117
return std::accumulate(dimensions.begin(), dimensions.end(), 1ll,
Callers
3
bindGlBufferToTensor
Method · 0.45
TEST
Function · 0.45
CopyAllDefinedAxis
Method · 0.45
Calls
1
GetAxisIndex
Function · 0.70
Tested by
1
TEST
Function · 0.36