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.h867 const int in_backprop_offset =
870 in_backprop[in_backprop_offset] = sum;
944 const int in_backprop_offset = (batch * in_height * in_width * in_depth) +
947 in_backprop[in_backprop_offset] = sum;
Ddepthwise_conv_grad_op.cc517 int in_backprop_offset = in DepthwiseConvBackpropInputReference() local
520 in_backprop[in_backprop_offset] = sum; in DepthwiseConvBackpropInputReference()