/external/tensorflow/tensorflow/core/kernels/ |
D | eigen_backward_spatial_convolutions_test.cc | 36 const int patch_cols = 2; in TEST() local 38 const int output_cols = input_cols - patch_cols + 1; in TEST() 41 Tensor<float, 4> kernel(output_depth, input_depth, patch_rows, patch_cols); in TEST() 59 for (int c = 0; c < patch_cols; ++c) { in TEST() 85 const int patch_cols = 2; in TEST() local 87 const int output_cols = input_cols - patch_cols + 1; in TEST() 91 Tensor<float, 4, RowMajor> kernel(patch_cols, patch_rows, input_depth, in TEST() 111 for (int c = 0; c < patch_cols; ++c) { in TEST() 137 const int patch_cols = 4; in TEST() local 142 Tensor<float, 4> kernel(output_depth, input_depth, patch_rows, patch_cols); in TEST() [all …]
|
D | eigen_backward_cuboid_convolutions_test.cc | 36 const int patch_cols = 2; in TEST() local 39 const int output_cols = input_cols - patch_cols + 1; in TEST() 46 patch_cols); in TEST() 67 for (int c = 0; c < patch_cols; ++c) { in TEST() 99 const int patch_cols = 2; in TEST() local 102 const int output_cols = input_cols - patch_cols + 1; in TEST() 108 Tensor<float, 5, RowMajor> kernel(patch_cols, patch_rows, patch_planes, in TEST() 130 for (int c = 0; c < patch_cols; ++c) { in TEST() 162 const int patch_cols = 2; in TEST() local 172 patch_cols); in TEST() [all …]
|
D | eigen_pooling_test.cc | 33 const int patch_cols = 4; in TEST() local 45 result = SpatialMaxPooling(input, patch_rows, patch_cols, stride, stride, in TEST() 59 for (int c = 0; c < patch_cols; ++c) { in TEST() 81 const int patch_cols = 4; in TEST() local 94 result = SpatialMaxPooling(input, patch_rows, patch_cols, stride, stride, in TEST() 108 for (int c = 0; c < patch_cols; ++c) { in TEST() 131 const int patch_cols = 3; in TEST() local 147 result = CuboidMaxPooling(input, patch_planes, patch_rows, patch_cols, stride, in TEST() 164 for (int c = 0; c < patch_cols; ++c) { in TEST() 191 const int patch_cols = 3; in TEST() local [all …]
|
D | eigen_spatial_convolutions_test.cc | 35 const int patch_cols = 4; in TEST() local 40 Tensor<float, 4> kernel(output_depth, input_depth, patch_rows, patch_cols); in TEST() 57 for (int c = 0; c < patch_cols; ++c) { in TEST() 80 const int patch_cols = 4; in TEST() local 85 Tensor<float, 4, RowMajor> kernel(patch_cols, patch_rows, input_depth, in TEST() 102 for (int c = 0; c < patch_cols; ++c) { in TEST() 200 const int patch_cols = 4; in TEST() local 202 const int output_cols = input_cols - patch_cols + 1; in TEST() 205 Tensor<float, 4> kernel(output_depth, input_depth, patch_rows, patch_cols); in TEST() 226 for (int c = 0; c < patch_cols; ++c) { in TEST() [all …]
|
D | conv_ops.cc | 801 const int64_t patch_cols = filter.dim_size(1); in operator ()() local 813 if (patch_rows == 1 && patch_cols == 1 && !is_grouped_convolution && in operator ()() 833 } else if (patch_rows == in_rows && patch_cols == in_cols && in operator ()() 840 const uint64 k = patch_rows * patch_cols * patch_depths; in operator ()() 900 status = GetWindowedOutputSizeVerboseV2(in_cols, patch_cols, col_dilation, in operator ()() 1015 .set_input_filter_width(patch_cols) in operator ()() 1096 patch_cols, // filter_cols in operator ()()
|
D | conv_ops_fused_impl.h | 473 const int64_t patch_cols = filter.dim_size(1); 587 .set_input_filter_width(patch_cols) 660 patch_cols, // filter_cols
|
/external/tensorflow/tensorflow/core/kernels/image/ |
D | extract_image_patches_op.h | 29 int patch_rows, int patch_cols, int stride_rows, in operator() 40 .extract_image_patches(patch_cols, patch_rows, stride_cols, in operator() 46 .extract_image_patches(patch_cols, patch_rows, stride_cols, in operator()
|
D | extract_volume_patches_op.h | 29 int patch_planes, int patch_rows, int patch_cols, in operator() 39 .extract_volume_patches(patch_cols, patch_rows, patch_planes, in operator() 46 .extract_volume_patches(patch_cols, patch_rows, patch_planes, in operator()
|
D | extract_volume_patches_op.cc | 174 int patch_planes, int patch_rows, int patch_cols, \
|
D | extract_image_patches_op.cc | 146 int patch_rows, int patch_cols, int stride_rows, int stride_cols, \
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorImagePatch.h | 130 …STRONG_INLINE TensorImagePatchOp(const XprType& expr, DenseIndex patch_rows, DenseIndex patch_cols, 135 … : m_xpr(expr), m_patch_rows(patch_rows), m_patch_cols(patch_cols), 142 …STRONG_INLINE TensorImagePatchOp(const XprType& expr, DenseIndex patch_rows, DenseIndex patch_cols, 149 … : m_xpr(expr), m_patch_rows(patch_rows), m_patch_cols(patch_cols), 161 DenseIndex patch_cols() const { return m_patch_cols; } 289 m_patch_cols_eff = op.patch_cols() + (op.patch_cols() - 1) * (m_in_col_strides - 1); 336 m_dimensions[2] = op.patch_cols(); 350 m_dimensions[NumDims-3] = op.patch_cols();
|
D | TensorVolumePatch.h | 66 …PatchOp(const XprType& expr, DenseIndex patch_planes, DenseIndex patch_rows, DenseIndex patch_cols, 71 … : m_xpr(expr), m_patch_planes(patch_planes), m_patch_rows(patch_rows), m_patch_cols(patch_cols), 78 …PatchOp(const XprType& expr, DenseIndex patch_planes, DenseIndex patch_rows, DenseIndex patch_cols, 86 … : m_xpr(expr), m_patch_planes(patch_planes), m_patch_rows(patch_rows), m_patch_cols(patch_cols), 99 DenseIndex patch_cols() const { return m_patch_cols; } 237 m_patch_cols_eff = op.patch_cols() + (op.patch_cols() - 1) * (m_in_col_strides - 1); 289 m_dimensions[3] = op.patch_cols(); 305 m_dimensions[NumDims-4] = op.patch_cols();
|
D | TensorBase.h | 833 extract_image_patches(const Index patch_rows = 1, const Index patch_cols = 1, 837 …return TensorImagePatchOp<Dynamic, Dynamic, const Derived>(derived(), patch_rows, patch_cols, row_… 843 extract_image_patches(const Index patch_rows, const Index patch_cols, in extract_image_patches() argument 850 …return TensorImagePatchOp<Dynamic, Dynamic, const Derived>(derived(), patch_rows, patch_cols, row_… in extract_image_patches() 857 extract_volume_patches(const Index patch_planes, const Index patch_rows, const Index patch_cols, 860 … Dynamic, Dynamic, const Derived>(derived(), patch_planes, patch_rows, patch_cols, plane_stride, r… 866 extract_volume_patches(const Index patch_planes, const Index patch_rows, const Index patch_cols, 872 … Dynamic, Dynamic, const Derived>(derived(), patch_planes, patch_rows, patch_cols, plane_stride, r…
|
D | README.md | 1707 ### <Operation> extract_image_patches(const Index patch_rows, const Index patch_cols, const Index …
|