Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Dgpu_kernel_helper.h217 __host__ __device__ explicit AlignedVector(value_type uniform) { in AlignedVector() function
226 __host__ __device__ explicit AlignedVector(U uniform_u) { in AlignedVector() function
233 __host__ __device__ AlignedVector(const AlignedVector<U, N>& other) { in AlignedVector() function
241 __host__ __device__ explicit AlignedVector(const AlignedVector<U, N>& other) { in AlignedVector() function
/aosp_15_r20/external/pffft/
H A Dpffft.hpp94 using AlignedVector = typename std::vector< T, PFAlloc<T> >; typedef
100 struct AlignedVector : public std::vector< T, PFAlloc<T> > { struct
101 AlignedVector() : std::vector< T, PFAlloc<T> >() { } in AlignedVector() argument
102 AlignedVector(int N) : std::vector< T, PFAlloc<T> >(N) { } in AlignedVector() function