HomeSort by relevance Sort by last modified time
    Searched refs:axpy (Results 1 - 17 of 17) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/tests/
axpy_simple_test.cc 49 auto axpy = builder.Add(ax, y); local
63 auto axpy = builder.Add(ax, y); local
  /external/eigen/bench/btl/actions/
action_axpy.hh 99 BTL_ASM_COMMENT("mybegin axpy");
100 Interface::axpy(_coef,X,Y,_size);
101 BTL_ASM_COMMENT("myend axpy");
110 STL_interface<typename Interface::real_type>::axpy(_coef,X_stl,Y_stl,_size);
  /external/eigen/bench/btl/data/
go_mean 34 source mk_mean_script.sh axpy $1 11 2500 100000 250000 $mode $prefix
smooth_all.sh 6 AXPY_FILE=`find ${ORIG_DIR} -name "*.dat" | grep axpy`
  /external/eigen/bench/btl/libs/BLAS/
blas_interface_impl.hh 57 static inline void axpy(SCALAR coef, const gene_vector & X, gene_vector & Y, int N){ function in class:blas_interface
58 BLAS_FUNC(axpy)(&N,&coef,X,&intone,Y,&intone);
63 BLAS_FUNC(axpy)(&N,&a,X,&intone,Y,&intone);
  /external/eigen/bench/btl/libs/blitz/
tiny_blitz_interface.hh 99 static inline void axpy(const real coef, const gene_vector & X, gene_vector & Y, int N){ function in class:tiny_blitz_interface
blitz_interface.hh 123 static inline void axpy(const real coef, const gene_vector & X, gene_vector & Y, int N) function in class:blitz_interface
  /external/eigen/bench/btl/libs/tvmet/
tvmet_interface.hh 97 static inline void axpy(const real coef, const gene_vector & X, gene_vector & Y, int N){ function in class:tvmet_interface
  /external/eigen/bench/btl/libs/blaze/
blaze_interface.hh 107 static inline void axpy(const real coef, const gene_vector & X, gene_vector & Y, int N){ function in class:blaze_interface
  /external/eigen/bench/btl/libs/gmm/
gmm_interface.hh 105 static inline void axpy(const real coef, const gene_vector & X, gene_vector & Y, int N){ function in class:gmm_interface
  /external/eigen/bench/btl/libs/mtl4/
mtl4_interface.hh 111 static inline void axpy(const real coef, const gene_vector & X, gene_vector & Y, int N){ function in class:mtl4_interface
  /external/eigen/bench/btl/libs/tensors/
tensor_interface.hh 88 static inline void axpy(real coef, const gene_vector & X, gene_vector & Y, int /*N*/){ function in class:tensor_interface
  /external/eigen/bench/btl/libs/ublas/
ublas_interface.hh 117 static inline void axpy(const real coef, const gene_vector & X, gene_vector & Y, int N){ function in class:ublas_interface
  /external/eigen/bench/btl/libs/STL/
STL_interface.hh 182 static inline void axpy(real coef, const gene_vector & X, gene_vector & Y, int N){ function in class:STL_interface
  /external/eigen/bench/btl/libs/eigen2/
eigen2_interface.hh 120 static inline void axpy(real coef, const gene_vector & X, gene_vector & Y, int N){ function in class:eigen2_interface
  /external/eigen/blas/
level1_impl.h 12 int EIGEN_BLAS_FUNC(axpy)(const int *n, const RealScalar *palpha, const RealScalar *px, const int *incx, RealScalar *py, const int *incy) function
  /external/eigen/bench/btl/libs/eigen3/
eigen3_interface.hh 177 static inline void axpy(real coef, const gene_vector & X, gene_vector & Y, int /*N*/){ function in class:eigen3_interface

Completed in 717 milliseconds