HomeSort by relevance Sort by last modified time
    Searched refs:extract_image_patches (Results 1 - 2 of 2) sorted by null

  /external/eigen/unsupported/test/
cxx11_tensor_image_patch.cpp 28 single_pixel_patch = tensor.extract_image_patches(1, 1);
37 single_pixel_patch_row_major = tensor_row_major.extract_image_patches(1, 1);
67 entire_image_patch = tensor.extract_image_patches(3, 5);
76 entire_image_patch_row_major = tensor_row_major.extract_image_patches(3, 5);
121 twod_patch = tensor.extract_image_patches(2, 2);
130 twod_patch_row_major = tensor_row_major.extract_image_patches(2, 2);
189 int ksize = 2; // Corresponds to the Rows and Cols for tensor.extract_image_patches<>.
197 Tensor<float, 5> result = tensor.extract_image_patches(ksize, ksize, stride, stride, 1, 1, PADDING_VALID);
212 Tensor<float, 5, RowMajor> result_row_major = tensor_row_major.extract_image_patches(ksize, ksize, stride, stride, 1, 1, PADDING_VALID);
265 int ksize = 3; // Corresponds to the Rows and Cols for tensor.extract_image_patches<>
    [all...]
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorBase.h 688 extract_image_patches(const Index patch_rows = 1, const Index patch_cols = 1, function in class:Eigen::TensorBase
698 extract_image_patches(const Index patch_rows, const Index patch_cols, function in class:Eigen::TensorBase
    [all...]

Completed in 1544 milliseconds