Home
last modified time | relevance | path

Searched refs:extract_patches (Results 1 – 3 of 3) sorted by relevance

/external/eigen/unsupported/test/
Dcxx11_tensor_patch.cpp29 no_patch = tensor.extract_patches(patch_dims); in test_simple_patch()
54 single_patch = tensor.extract_patches(patch_dims); in test_simple_patch()
79 twod_patch = tensor.extract_patches(patch_dims); in test_simple_patch()
124 threed_patch = tensor.extract_patches(patch_dims); in test_simple_patch()
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorBase.h682 extract_patches(const PatchDims& patch_dims) const { in extract_patches() function
DREADME.md1560 ### <Operation> extract_patches(const PatchDims& patch_dims)
1589 patch = tensor.extract_patches(patch_dims);