/external/tensorflow/tensorflow/core/kernels/ |
D | mkl_conv_ops.h | 76 int stride_rows = GetTensorDim(strides_, data_format_, 'H'); in GetStridesInMklOrder() local 81 int stride_rows = GetTensorDim(strides_, data_format_, '1'); in GetStridesInMklOrder() local 353 int stride_planes, stride_rows, stride_cols; variable
|
D | dilation_ops.cc | 66 int* stride_rows, int* stride_cols, int* rate_rows, in ParseSizes() 126 int stride_rows = 0, stride_cols = 0; in Compute() local 225 int stride_rows = 0, stride_cols = 0; in Compute() local 345 int stride_rows = 0, stride_cols = 0; in Compute() local
|
D | dilation_ops_gpu.cu.cc | 43 int output_cols, int stride_rows, in DilationKernel() 83 int output_cols, int stride_rows, int stride_cols, int rate_rows, in DilationBackpropInputKernel() 132 int output_cols, int stride_rows, int stride_cols, int rate_rows, in DilationBackpropFilterKernel()
|
D | conv_ops_using_gemm.cc | 91 int filter_width, int filter_count, int stride_rows, in operator ()() 214 int filter_width, int filter_count, int stride_rows, in operator ()() 517 const int stride_rows = GetTensorDim(strides_, data_format_, 'H'); in Compute() local
|
D | extract_image_patches_op.cc | 77 const int stride_rows = strides_[1]; in Compute() local
|
D | extract_volume_patches_op.cc | 86 const int stride_rows = strides_[2]; in Compute() local
|
D | conv_ops.cc | 175 int dilation_cols, int stride_rows, int stride_cols, in Run() 215 int out_cols, int out_depth, int stride_rows, int stride_cols, in Run() 230 int dilation_cols, int stride_rows, int stride_cols, in Run() 393 const int stride_rows = GetTensorDim(params.strides, params.data_format, 'H'); in ComputeConv2DDimension() local
|
D | conv_ops_fused_image_transform.cc | 263 int filter_count, int stride_rows, int stride_cols, in operator ()() 822 const int stride_rows = GetTensorDim(strides_, FORMAT_NHWC, 'H'); in Compute() local
|
D | eigen_backward_spatial_convolutions_test.cc | 1811 const int stride_rows = 1; in TEST() local 1890 const int stride_rows = 1; in TEST() local 1965 const int stride_rows = 3; in TEST() local 2042 const int stride_rows = 3; in TEST() local
|
D | conv_grad_filter_ops.cc | 519 const int stride_rows = GetTensorDim(strides_, data_format_, 'H'); in Compute() local
|
D | conv_grad_input_ops.cc | 656 const int stride_rows = GetTensorDim(strides_, data_format_, 'H'); in Compute() local
|
D | deep_conv2d.cc | 97 bool CanUseDeepConv2D(int stride_rows, int stride_cols, int filter_rows, in CanUseDeepConv2D()
|
D | mkl_conv_ops.cc | 522 const int stride_rows = GetTensorDim(strides_, data_format_, 'H'); in Compute() local
|
/external/tensorflow/tensorflow/core/framework/ |
D | common_shape_fns.cc | 464 const int32 stride_rows = GetTensorDim(strides, data_format, 'H'); in Conv2DShapeImpl() local 582 int32 stride_planes, stride_rows, stride_cols; in Conv3DShape() local 664 int32 stride_rows; in DepthwiseConv2DNativeShape() local 753 int32 stride_rows = GetTensorDim(strides, data_format, 'H'); in AvgPoolShape() local 904 int32 stride_rows = GetTensorDim(strides, data_format, 'H'); in MaxPoolShape() local 1006 int32 stride_rows = GetTensorDim(strides, data_format, 'H'); in MaxPoolV2Shape() local 1066 int32 stride_planes, stride_rows, stride_cols; in Pool3DShape() local
|
/external/tensorflow/tensorflow/core/ops/ |
D | nn_ops.cc | 408 int32 stride_rows = strides[1]; in CommonFusedConvCalculations() local 911 int32 stride_rows = strides[1]; in __anon3e672dd81d02() local
|
D | array_ops.cc | 2459 int32 stride_rows = strides[1]; in __anon7c94107b3902() local 2556 int32 stride_rows = strides[2]; in __anon7c94107b3a02() local
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | conv_ops_test.py | 1639 filter_cols, in_depth, out_depth, stride_rows, argument
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | randomized_tests.cc | 1114 int stride_rows = random_int(generator()), in TEST_F() local 2318 int stride_rows = random_int(generator()), in TEST_F() local
|