MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / GetGridSize

Method GetGridSize

tensorflow/lite/delegates/gpu/cl/kernels/upsample.cc:121–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121int3 Upsample::GetGridSize() const {
122 const int grid_x = dst_[0]->Width();
123 const int grid_y = dst_[0]->Height();
124 const int grid_z = dst_[0]->Depth();
125 return int3(grid_x, grid_y, grid_z);
126}
127
128Status Upsample::AddToQueue(CLCommandQueue* queue) {
129 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