Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dconvert.cc264 const int remaining_channels = in ConvertToPHWC4() local
266 if (remaining_channels == 0) { in ConvertToPHWC4()
276 std::memcpy(dest, src, remaining_channels * sizeof(float)); in ConvertToPHWC4()
277 std::memset(dest + remaining_channels, 0, in ConvertToPHWC4()
278 (4 - remaining_channels) * sizeof(float)); in ConvertToPHWC4()
316 const int remaining_channels = in ConvertToPHWC4Half() local
318 if (remaining_channels == 0) { in ConvertToPHWC4Half()
328 switch (remaining_channels) { in ConvertToPHWC4Half()
437 const int remaining_channels = in ConvertFromPHWC4() local
439 if (remaining_channels == 0) { in ConvertFromPHWC4()
[all …]