Searched refs:remaining_channels (Results 1 – 1 of 1) sorted by relevance
264 const int remaining_channels = in ConvertToPHWC4() local266 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() local318 if (remaining_channels == 0) { in ConvertToPHWC4Half()328 switch (remaining_channels) { in ConvertToPHWC4Half()437 const int remaining_channels = in ConvertFromPHWC4() local439 if (remaining_channels == 0) { in ConvertFromPHWC4()[all …]