Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dconv_grad_input_ops.cc693 auto input_w = GetTensorDimIndex(data_format, 'W'); in operator ()() local
695 strides[input_w] = col_stride; in operator ()()
697 dilations[input_w] = col_dilation; in operator ()()