/external/tensorflow/tensorflow/core/kernels/ |
D | mkl_conv_ops.h | 77 int stride_cols = GetTensorDim(strides_, data_format_, 'W'); in GetStridesInMklOrder() local 82 int stride_cols = GetTensorDim(strides_, data_format_, '2'); 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 | 44 int stride_cols, int rate_rows, int rate_cols, 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 | 92 int stride_cols, Padding padding, T3* output_data, in operator ()() 215 int stride_cols, Padding padding, T3* output_data, in operator ()() 518 const int stride_cols = GetTensorDim(strides_, data_format_, 'W'); in Compute() local
|
D | extract_image_patches_op.cc | 78 const int stride_cols = strides_[2]; in Compute() local
|
D | extract_volume_patches_op.cc | 87 const int stride_cols = strides_[3]; 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() 394 const int stride_cols = GetTensorDim(params.strides, params.data_format, 'W'); in ComputeConv2DDimension() local
|
D | conv_ops_fused_image_transform.cc | 263 int filter_count, int stride_rows, int stride_cols, in operator ()() 823 const int stride_cols = GetTensorDim(strides_, FORMAT_NHWC, 'W'); in Compute() local
|
D | eigen_backward_spatial_convolutions_test.cc | 1810 const int stride_cols = 3; in TEST() local 1889 const int stride_cols = 3; in TEST() local 1966 const int stride_cols = 2; in TEST() local 2043 const int stride_cols = 2; in TEST() local
|
D | conv_grad_filter_ops.cc | 520 const int stride_cols = GetTensorDim(strides_, data_format_, 'W'); in Compute() local
|
D | conv_grad_input_ops.cc | 657 const int stride_cols = GetTensorDim(strides_, data_format_, 'W'); 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 | 523 const int stride_cols = GetTensorDim(strides_, data_format_, 'W'); in Compute() local
|
/external/tensorflow/tensorflow/core/framework/ |
D | common_shape_fns.cc | 465 const int32 stride_cols = GetTensorDim(strides, data_format, 'W'); in Conv2DShapeImpl() local 582 int32 stride_planes, stride_rows, stride_cols; in Conv3DShape() local 665 int32 stride_cols; in DepthwiseConv2DNativeShape() local 754 int32 stride_cols = GetTensorDim(strides, data_format, 'W'); in AvgPoolShape() local 905 int32 stride_cols = GetTensorDim(strides, data_format, 'W'); in MaxPoolShape() local 1007 int32 stride_cols = GetTensorDim(strides, data_format, 'W'); in MaxPoolV2Shape() local 1066 int32 stride_planes, stride_rows, stride_cols; in Pool3DShape() local
|
/external/tensorflow/tensorflow/core/ops/ |
D | nn_ops.cc | 409 int32 stride_cols = strides[2]; in CommonFusedConvCalculations() local 912 int32 stride_cols = strides[2]; in __anon3e672dd81d02() local
|
D | array_ops.cc | 2460 int32 stride_cols = strides[2]; in __anon7c94107b3902() local 2557 int32 stride_cols = strides[3]; in __anon7c94107b3a02() local
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | conv_ops_test.py | 1640 stride_cols, padding, test_input, data_format, argument
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | randomized_tests.cc | 1115 stride_cols = random_int(generator()); in TEST_F() local 2319 stride_cols = random_int(generator()); in TEST_F() local
|