Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dadjust_saturation_op.cc196 [&input_data, &output_data, scale_h](int64 start_channel, in DoCompute()
198 const float* p = input_data.data() + start_channel * kChannelSize; in DoCompute()
199 float* q = output_data.data() + start_channel * kChannelSize; in DoCompute()
200 for (int i = start_channel; i < end_channel; i++) { in DoCompute()
Dadjust_hue_op.cc219 [&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()
Ddepthwise_conv_op_gpu.h273 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;
1245 const int start_channel = block * kBlockDepth;
1246 const int filter_offset = tensor_idx + start_channel;
1248 const bool channel_in_range = start_channel < max_channel;
1295 const int filter_channel = filter_idx % kBlockDepth + start_channel;
/external/u-boot/include/
Dadc.h100 int (*start_channel)(struct udevice *dev, int channel); member
/external/u-boot/drivers/adc/
Dadc-uclass.c108 if (!ops->start_channel) in adc_start_channel()
119 return ops->start_channel(dev, channel); in adc_start_channel()
Dsandbox.c153 .start_channel = sandbox_adc_start_channel,
Dexynos-adc.c126 .start_channel = exynos_adc_start_channel,
Drockchip-saradc.c141 .start_channel = rockchip_saradc_start_channel,
Dstm32-adc.c227 .start_channel = stm32_adc_start_channel,
Dmeson-saradc.c692 .start_channel = meson_saradc_start_channel,
/external/libchrome/mojo/core/
Dnode_controller.h177 bool start_channel);
Dnode_controller.cc469 bool start_channel) { in AddPeer() argument
500 if (start_channel) in AddPeer()