Home
last modified time | relevance | path

Searched defs:copy_impl (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/external/compute/
Dcompute_resize.hpp56 struct copy_impl< Container1 , boost::compute::vector< T, A > > struct
58 static void copy( const Container1 &from , boost::compute::vector< T, A > &to ) in copy()
65 struct copy_impl< boost::compute::vector< T, A > , Container2 > struct
67 static void copy( const boost::compute::vector< T, A > &from , Container2 &to ) in copy()
74 struct copy_impl< boost::compute::vector< T, A > , boost::compute::vector< T, A > > struct
76 …static void copy( const boost::compute::vector< T, A > &from , boost::compute::vector< T, A > &to ) in copy()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/external/vexcl/
Dvexcl_copy.hpp31 struct copy_impl< vex::vector<T1>, vex::vector<T2> > struct
33 static void copy( const vex::vector<T1> &from , vex::vector<T2> &to ) in copy()
40 struct copy_impl< vex::multivector<T1, N>, vex::multivector<T2, N> > struct
42 static void copy( const vex::multivector<T1, N> &from , vex::multivector<T2, N> &to ) in copy()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/external/nt2/
Dnt2_copy.hpp20 struct copy_impl< nt2::container::table<T,S> struct
24 static void copy ( const nt2::container::table<T,S> &v1 in copy()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/util/
Dcopy.hpp66 struct copy_impl struct
68 static void copy( const Container1 &from , Container2 &to ) in copy()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/external/mpi/
Dmpi_state.hpp87 struct copy_impl< mpi_state< InnerState1 > , mpi_state< InnerState2 > > struct
89 static void copy( const mpi_state< InnerState1 > &from , mpi_state< InnerState2 > &to ) in copy()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/external/openmp/
Dopenmp_state.hpp90 struct copy_impl< openmp_state< T >, openmp_state< T > > struct
92 static void copy( const openmp_state< T > &from, openmp_state< T > &to ) in copy()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/
Dcopy.hpp30 struct copy_impl struct
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DCopy.cpp140 static Tensor & copy_impl(Tensor & self, const Tensor & src, bool non_blocking) { in copy_impl() function