Home
last modified time | relevance | path

Searched defs:tiles_x (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dwinograd.cc194 int tiles_x = DivideRoundUp(new_width, 4); in GetGridSize() local
204 int tiles_x = DivideRoundUp(new_width, 4); in BindArguments() local
448 const int tiles_x = DivideRoundUp( in BindArguments() local
667 const int tiles_x = DivideRoundUp(dst_[0]->Width(), 4); in BindArguments() local
673 const int tiles_x = DivideRoundUp(dst_[0]->Width(), 4); in GetGridSize() local
/external/mesa3d/src/gallium/auxiliary/util/
Du_linear.h58 unsigned tiles_x; member
Du_linear.c87 unsigned tiles_x, unsigned tiles_y) in pipe_linear_fill_info()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/selectors/
Doperation_selector.cc46 const int tiles_x = DivideRoundUp(dst_shape.w, 4); in IsRecommendedForWinograd4x4To6x6() local
93 const int tiles_x = DivideRoundUp(output_shape.w, 4); in WinogradFromNode() local
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_scene.h186 unsigned tiles_x, tiles_y; member