Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dwinograd.cc195 int tiles_y = DivideRoundUp(new_height, 4); in GetGridSize() local
205 int tiles_y = DivideRoundUp(new_height, 4); in BindArguments() local
450 const int tiles_y = DivideRoundUp( in BindArguments() local
674 const int tiles_y = DivideRoundUp(dst_[0]->Height(), 4); in GetGridSize() local
/external/mesa3d/src/gallium/auxiliary/util/
Du_linear.h59 unsigned tiles_y; 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.cc47 const int tiles_y = DivideRoundUp(dst_shape.h, 4); in IsRecommendedForWinograd4x4To6x6() local
94 const int tiles_y = DivideRoundUp(output_shape.h, 4); in WinogradFromNode() local
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_scene.h186 unsigned tiles_x, tiles_y; member