Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dconv_buffer_1x1.cc90 bool can_use_flt8 = (shape.w * shape.b) % 2 == 0 && in GetBestParams() local
94 if (can_use_flt8) { in GetBestParams()
97 if (definition.precision == CalculationsPrecision::F16 || !can_use_flt8) { in GetBestParams()
107 if (!can_use_flt8 && block_size > 4) { in GetBestParams()
111 if (can_use_flt8 && block_size >= 2) { in GetBestParams()