Searched refs:start_channel (Results 1 – 12 of 12) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | adjust_saturation_op.cc | 196 [&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()
|
D | adjust_hue_op.cc | 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()
|
D | depthwise_conv_op_gpu.h | 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; 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/ |
D | adc.h | 100 int (*start_channel)(struct udevice *dev, int channel); member
|
/external/u-boot/drivers/adc/ |
D | adc-uclass.c | 108 if (!ops->start_channel) in adc_start_channel() 119 return ops->start_channel(dev, channel); in adc_start_channel()
|
D | sandbox.c | 153 .start_channel = sandbox_adc_start_channel,
|
D | exynos-adc.c | 126 .start_channel = exynos_adc_start_channel,
|
D | rockchip-saradc.c | 141 .start_channel = rockchip_saradc_start_channel,
|
D | stm32-adc.c | 227 .start_channel = stm32_adc_start_channel,
|
D | meson-saradc.c | 692 .start_channel = meson_saradc_start_channel,
|
/external/libchrome/mojo/core/ |
D | node_controller.h | 177 bool start_channel);
|
D | node_controller.cc | 469 bool start_channel) { in AddPeer() argument 500 if (start_channel) in AddPeer()
|