Home
last modified time | relevance | path

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

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