Searched defs:scalar_constant_op (Results 1 – 2 of 2) sorted by relevance
18 struct scalar_constant_op { struct19 …EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE scalar_constant_op(const scalar_constant_op& other) : m_othe… in scalar_constant_op() argument20 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE scalar_constant_op(const Scalar& other) : m_other(other) { } in scalar_constant_op() function27 struct functor_traits<scalar_constant_op<Scalar> > argument
1195 auto scalar_constant_op = rewriter.create<arith::ConstantOp>( in matchAndRewrite() local