Home
last modified time | relevance | path

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

/aosp_15_r20/external/eigen/Eigen/src/Core/functors/
H A DNullaryFunctors.h18 struct scalar_constant_op { struct
19 …EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE scalar_constant_op(const scalar_constant_op& other) : m_othe… in scalar_constant_op() argument
20 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE scalar_constant_op(const Scalar& other) : m_other(other) { } in scalar_constant_op() function
27 struct functor_traits<scalar_constant_op<Scalar> > argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
H A Doptimize.cc1195 auto scalar_constant_op = rewriter.create<arith::ConstantOp>( in matchAndRewrite() local