Home
last modified time | relevance | path

Searched defs:GetWorkGroupSize (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/metal/
H A Dcompute_task.h76 int3 GetWorkGroupSize() const { return operation_->work_group_size_; } in GetWorkGroupSize() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
H A Dcl_operation.h126 int3 GetWorkGroupSize() const { return operation_->work_group_size_; } in GetWorkGroupSize() function