Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Ddepthwise_conv_grad_op.cc833 const int64 out_bprop_index = base_output_index + i; in ComputeBackpropFilter() local
835 std::min(output_image_size, out_bprop_index + kPacketSize); in ComputeBackpropFilter()
838 const int64 scalar_size = out_bprop_limit - out_bprop_index; in ComputeBackpropFilter()
840 out_buf[j] = out_backprop[out_bprop_index + j]; in ComputeBackpropFilter()