Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/depthwise/
H A Dworking_space.hpp376 struct WorkspaceType : Element::Workspace, Workspace<Elements...>::WorkspaceType struct in arm_conv::depthwise::__anon783f6b5b0111::Workspace
413 struct WorkspaceType struct in arm_conv::depthwise::__anon783f6b5b0111::Workspace
424 static void initialise_elements(WorkspaceType *, void *, const WorkspaceArgs<S, T> &) in initialise_elements() argument
H A Ddepthwise_planar.hpp247 using WorkspaceType = typename WorkspaceManager::WorkspaceType; typedef in arm_conv::depthwise::DepthwisePlanar
/aosp_15_r20/external/eigen/Eigen/src/SVD/
H A DJacobiSVD.h74 typedef Matrix<Scalar, 1, RowsAtCompileTime, RowMajor, 1, MaxRowsAtCompileTime> WorkspaceType; typedef