Home
last modified time | relevance | path

Searched defs:patch_dims (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/eigen/unsupported/test/
H A Dcxx11_tensor_patch.cpp21 array<ptrdiff_t, 4> patch_dims; in test_simple_patch() local
H A Dcxx11_tensor_patch_sycl.cpp47 array<ptrdiff_t, 4> patch_dims; in test_simple_patch_sycl() local
/aosp_15_r20/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorBase.h827 extract_patches(const PatchDims& patch_dims) const { in extract_patches()