Home
last modified time | relevance | path

Searched defs:transpose_matrix (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/tests/validation/
H A DHelpers.cpp192 void transpose_matrix(const SimpleTensor<T> &in, SimpleTensor<T> &out) in transpose_matrix() function
/aosp_15_r20/external/executorch/backends/vulkan/test/
H A Dvulkan_compute_api_test.cpp35 transpose_matrix(std::vector<float>& mat, const int H, const int W) { in transpose_matrix() function