Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dconv_constants.h46 const int channels_count = std::min(4, weights.shape.i - s * 4); in RearrangeWeightsForConvConstants() local
49 for (int j = 0; j < channels_count; ++j) { in RearrangeWeightsForConvConstants()
61 for (int i = 0; i < channels_count; ++i) { in RearrangeWeightsForConvConstants()
83 const int channels_count = std::min(4, weights.shape.o - d * 4); in RearrangeWeightsForConvConstantsDot() local
85 for (int j = 0; j < channels_count; ++j) { in RearrangeWeightsForConvConstantsDot()
98 for (int i = 0; i < channels_count; ++i) { in RearrangeWeightsForConvConstantsDot()
/external/mesa3d/src/imgui/
Dimgui_draw.cpp523 void ImDrawList::ChannelsSplit(int channels_count) in ChannelsSplit() argument
527 if (old_channels_count < channels_count) in ChannelsSplit()
528 _Channels.resize(channels_count); in ChannelsSplit()
529 _ChannelsCount = channels_count; in ChannelsSplit()
535 for (int i = 1; i < channels_count; i++) in ChannelsSplit()
Dimgui.h1863 IMGUI_API void ChannelsSplit(int channels_count);