MCPcopy 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
120int3 ApplyMask::GetGridSize() const {
121 return int3(dst_[0]->Width(), dst_[0]->Height(), dst_[0]->Depth());
122}
123
124Status ApplyMask::Tune(const TuningParameters& params) {
125 RETURN_IF_ERROR(BindArguments());

Callers

nothing calls this directly

Calls 3

WidthMethod · 0.80
HeightMethod · 0.80
DepthMethod · 0.80

Tested by

no test coverage detected