Searched defs:dilation_cols (Results  1 – 4 of 4) sorted by relevance
| /external/tensorflow/tensorflow/core/kernels/ | 
| D | conv_ops.cc | 387                   int dilation_cols, int stride_rows, int stride_cols,  in Run() 428                   int dilation_rows, int dilation_cols, Tensor* output,  in Run() 442                   int dilation_cols, int stride_rows, int stride_cols,  in Run() 612   const int dilation_cols =  in ComputeConv2DDimension()  local
  | 
| D | conv_grad_filter_ops.cc | 356     const int dilation_cols = GetTensorDim(dilations_, data_format_, 'W');  in Compute()  local
  | 
| /external/tensorflow/tensorflow/core/kernels/mkl/ | 
| D | mkl_conv_ops.h | 386     int dilation_planes, dilation_rows, dilation_cols;  variable
  | 
| /external/tensorflow/tensorflow/core/framework/ | 
| D | common_shape_fns.cc | 642   const int32_t dilation_cols = GetTensorDim(dilations, data_format, 'W');  in Conv2DShapeImpl()  local 798   int32_t dilation_planes, dilation_rows, dilation_cols;  in Conv3DShape()  local 1016   int32_t dilation_cols;  in DepthwiseConv2DNativeShapeImpl()  local
  |