Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ GetGridSize
Method
GetGridSize
tensorflow/lite/delegates/gpu/cl/kernels/apply_mask.cc:120–122 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
118
}
119
120
int3 ApplyMask::GetGridSize() const {
121
return int3(dst_[0]->Width(), dst_[0]->Height(), dst_[0]->Depth());
122
}
123
124
Status ApplyMask::Tune(const TuningParameters& params) {
125
RETURN_IF_ERROR(BindArguments());
Callers
nothing calls this directly
Calls
3
Width
Method · 0.80
Height
Method · 0.80
Depth
Method · 0.80
Tested by
no test coverage detected