Searched refs:groups_x (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/ |
D | buffer_convert.mm | 116 int groups_x = DivideRoundUp(shape.w * shape.b, group_size.width); 119 MTLSize groups_count = MTLSizeMake(groups_x, groups_y, groups_z);
|
/external/mesa3d/src/panfrost/lib/ |
D | decode.c | 551 …unsigned groups_x = bits(invocation.invocations, invocation.workgroups_x_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()
|