/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | runtime_conv2d_impl.h | 31 int64 kernel_cols, int64 kernel_channels, in EigenConvImpl() argument 44 kernel(rhs, kernel_rows, kernel_cols, kernel_channels, kernel_filters); in EigenConvImpl() 59 pre_contract_dims[1] = kernel_channels * kernel_cols * kernel_rows; in EigenConvImpl() 69 kernel_dims[0] = kernel_channels * kernel_cols * kernel_rows; in EigenConvImpl() 75 .extract_image_patches(kernel_cols, kernel_rows, col_stride, in EigenConvImpl()
|
D | runtime_single_threaded_conv2d.cc | 28 int64 input_channels, int64 kernel_rows, int64 kernel_cols, in __xla_cpu_runtime_EigenSingleThreadedConvF16() argument 36 input_cols, input_channels, kernel_rows, kernel_cols, kernel_channels, in __xla_cpu_runtime_EigenSingleThreadedConvF16() 46 int64 kernel_rows, int64 kernel_cols, int64 kernel_channels, in __xla_cpu_runtime_EigenSingleThreadedConvF32() argument 53 input_cols, input_channels, kernel_rows, kernel_cols, kernel_channels, in __xla_cpu_runtime_EigenSingleThreadedConvF32()
|
D | runtime_conv2d.cc | 30 int64 kernel_rows, int64 kernel_cols, int64 kernel_channels, in __xla_cpu_runtime_EigenConvF32() argument 39 input_rows, input_cols, input_channels, kernel_rows, kernel_cols, in __xla_cpu_runtime_EigenConvF32() 48 int64 input_channels, int64 kernel_rows, int64 kernel_cols, in __xla_cpu_runtime_EigenConvF16() argument 58 input_rows, input_cols, input_channels, kernel_rows, kernel_cols, in __xla_cpu_runtime_EigenConvF16()
|
D | runtime_conv2d_mkl.cc | 55 int64 kernel_cols, int64 kernel_channels, int64 kernel_filters, in MKLConvImpl() argument 72 ToInt(kernel_cols)}; in MKLConvImpl() 155 int64 kernel_rows, int64 kernel_cols, int64 kernel_channels, in __xla_cpu_runtime_MKLConvF32() argument 166 input_channels, kernel_rows, kernel_cols, kernel_channels, in __xla_cpu_runtime_MKLConvF32() 172 input_channels, kernel_rows, kernel_cols, kernel_channels, in __xla_cpu_runtime_MKLConvF32()
|
D | runtime_single_threaded_conv2d.h | 29 tensorflow::int64 kernel_rows, tensorflow::int64 kernel_cols, 43 tensorflow::int64 kernel_cols, tensorflow::int64 kernel_channels,
|
D | runtime_conv2d.h | 29 tensorflow::int64 kernel_cols, tensorflow::int64 kernel_channels, 43 tensorflow::int64 kernel_rows, tensorflow::int64 kernel_cols,
|
D | runtime_conv2d_mkl.h | 29 tensorflow::int64 kernel_cols, tensorflow::int64 kernel_channels,
|
D | ir_emitter.cc | 1139 int64 kernel_cols = in HandleConvolution() local 1226 b_.getInt64(kernel_cols), in HandleConvolution()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | nn_ops_test.cc | 813 int kernel_rows, int kernel_cols, int stride, in BM_AvgPool() argument 832 CHECK_EQ(kernel_rows, kernel_cols); in BM_AvgPool() 835 .Attr("ksize", {1, kernel_rows, kernel_cols, 1}) in BM_AvgPool() 904 int depth, int kernel_rows, int kernel_cols, in BM_AvgPoolBk() argument 921 TF_CHECK_OK(GetWindowedOutputSize(cols, kernel_cols, stride, padding, in BM_AvgPoolBk() 941 .Attr("ksize", {1, kernel_rows, kernel_cols, 1}) in BM_AvgPoolBk() 1006 int kernel_rows, int kernel_cols, int stride, in BM_MaxPool() argument 1028 CHECK_EQ(kernel_rows, kernel_cols); in BM_MaxPool() 1031 .Attr("ksize", {1, kernel_rows, kernel_cols, 1}) in BM_MaxPool() 1101 int depth, int kernel_rows, int kernel_cols, in BM_MaxPoolBk() argument [all …]
|
/external/tensorflow/tensorflow/core/framework/ |
D | common_shape_fns.cc | 756 int32 kernel_cols = GetTensorDim(kernel_sizes, data_format, 'W'); in AvgPoolShape() local 779 c, in_cols_dim, kernel_cols, stride_cols, padding, &output_cols)); in AvgPoolShape() 908 int32 kernel_cols = GetTensorDim(kernel_sizes, data_format, 'W'); in MaxPoolShape() local 928 c, in_cols_dim, kernel_cols, stride_cols, padding, &output_cols)); in MaxPoolShape() 1010 int32 kernel_cols = GetTensorDim(kernel_sizes, data_format, 'W'); in MaxPoolV2Shape() local 1030 c, in_cols_dim, kernel_cols, stride_cols, padding, &output_cols)); in MaxPoolV2Shape() 1067 int32 kernel_planes, kernel_rows, kernel_cols; in Pool3DShape() local 1081 kernel_cols = kernel_sizes[4]; in Pool3DShape() 1088 kernel_cols = kernel_sizes[3]; in Pool3DShape() 1109 c, in_cols_dim, kernel_cols, stride_cols, padding, &output_cols)); in Pool3DShape()
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | randomized_tests.cc | 1112 int kernel_cols = in TEST_F() local 1121 .Attr("ksize", {1, kernel_rows, kernel_cols, 1}) in TEST_F() 2316 int kernel_cols = in TEST_F() local 2326 .Attr("ksize", {1, kernel_rows, kernel_cols, 1}) in TEST_F()
|