Searched defs:channels_count (Results 1 – 2 of 2) sorted by relevance
47 const int channels_count = std::min(4, weights.shape.i - s * 4); in RearrangeWeightsForConvConstants() local84 const int channels_count = std::min(4, weights.shape.o - d * 4); in RearrangeWeightsForConvConstantsDot() local
523 void ImDrawList::ChannelsSplit(int channels_count) in ChannelsSplit()