Home
last modified time | relevance | path

Searched refs:kExhaustive (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dtuning_type.h22 enum class TuningType { kExhaustive, kFast }; enumerator
Dwork_group_picking.cc283 case TuningType::kExhaustive: { in GetPossibleWorkGroups()
311 case TuningType::kExhaustive: { in GetPossibleWorkGroupsConv()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dwinograd.cc521 case TuningType::kExhaustive: in GetPossibleKernelWorkGroups()
739 case TuningType::kExhaustive: in GetPossibleKernelWorkGroups()
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dinference_context.cc286 TuningType tuning_type = TuningType::kExhaustive; in InitFromGpuModel()