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

Method GetGridSize

tensorflow/lite/delegates/gpu/cl/kernels/softmax.cc:113–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113int3 Softmax::GetGridSize() const {
114 const int grid_x = dst_[0]->Width();
115 const int grid_y = dst_[0]->Height();
116 const int grid_z = 1;
117 return int3(grid_x, grid_y, grid_z);
118}
119
120Status Softmax::Tune(const TuningParameters& params) {
121 RETURN_IF_ERROR(BindArguments());

Callers

nothing calls this directly

Calls 2

WidthMethod · 0.80
HeightMethod · 0.80

Tested by

no test coverage detected