Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dwinograd.cc452 const int tiles_total = tiles_x * tiles_y; in BindArguments() local
455 RETURN_IF_ERROR(args->SetInt("tiles_total", tiles_total)); in BindArguments()