Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/image/
Dadjust_saturation_op.cc198 [&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()
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()
/external/tensorflow/tensorflow/core/kernels/
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;
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;
/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()