HomeSort by relevance Sort by last modified time
    Searched full:vml_call (Results 1 - 1 of 1) sorted by null

  /external/eigen/Eigen/src/Core/
Assign_MKL.h 40 template<typename Op> struct vml_call struct in namespace:Eigen::internal
60 MightEnableVml = vml_call<UnaryOp>::IsSupported && StorageOrdersAgree && DstHasDirectAccess && SrcHasDirectAccess
98 vml_call<UnaryOp>::run(src.functor(), innerSize, src_ptr, dst_ptr );
110 vml_call<UnaryOp>::run(src.functor(), dst.size(), src.nestedExpression().data(), dst.data() );
144 template<> struct vml_call< scalar_##EIGENOP##_op<EIGENTYPE> > { \
153 template<> struct vml_call< scalar_##EIGENOP##_op<EIGENTYPE> > { \
163 template<> struct vml_call< scalar_##EIGENOP##_op<EIGENTYPE> > { \

Completed in 1704 milliseconds