Searched refs:groups_y (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/ |
D | buffer_convert.mm | 117 int groups_y = DivideRoundUp(shape.h, group_size.height); 119 MTLSize groups_count = MTLSizeMake(groups_x, groups_y, groups_z);
|
/external/mesa3d/src/panfrost/lib/ |
D | decode.c | 552 …unsigned groups_y = bits(invocation.invocations, invocation.workgroups_y_shift, invocation.workgro… in pandecode_invocation() local 564 …panfrost_pack_work_groups_compute(&ref, groups_x, groups_y, groups_z, size_x, size_y, size_z, grap… in pandecode_invocation() 574 groups_x, groups_y, groups_z); in pandecode_invocation()
|