Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Ddepthwise_conv_op_gpu.h876 const int in_backprop_offset =
879 in_backprop[in_backprop_offset] = sum;
953 const int in_backprop_offset = (batch * in_height * in_width * in_depth) +
956 in_backprop[in_backprop_offset] = sum;
Ddepthwise_conv_grad_op.cc505 int in_backprop_offset = in DepthwiseConvBackpropInputReference() local
508 in_backprop[in_backprop_offset] = sum; in DepthwiseConvBackpropInputReference()