Searched refs:start_channel (Results 1 – 5 of 5) sorted by relevance
198 [&input_data, &output_data, scale_h](int64 start_channel, in DoCompute()200 const float* p = input_data.data() + start_channel * kChannelSize; in DoCompute()201 float* q = output_data.data() + start_channel * kChannelSize; in DoCompute()202 for (int i = start_channel; i < end_channel; i++) { in DoCompute()
219 [&input_data, &output_data, delta_h](int64 start_channel, in DoCompute()221 const float* p = input_data.data() + start_channel * kChannelSize; in DoCompute()222 float* q = output_data.data() + start_channel * kChannelSize; in DoCompute()223 for (int i = start_channel; i < end_channel; i++) { in DoCompute()
273 const int start_channel = block * kBlockDepth;274 const int filter_offset = tensor_idx + start_channel;276 const bool channel_in_range = start_channel < max_channel;1247 const int start_channel = block * kBlockDepth;1248 const int filter_offset = tensor_idx + start_channel;1250 const bool channel_in_range = start_channel < max_channel;1297 const int filter_channel = filter_idx % kBlockDepth + start_channel;
177 bool start_channel);
469 bool start_channel) { in AddPeer() argument500 if (start_channel) in AddPeer()