Searched defs:expr (Results 1 – 3 of 3) sorted by relevance
33 void run(Expr &expr, Dev &dev) { in run()
48 …TensorLazyEvaluatorReadOnly(const Expr& expr, const Device& device) : m_impl(expr, device), m_dumm… in TensorLazyEvaluatorReadOnly()83 TensorLazyEvaluatorWritable(const Expr& expr, const Device& device) : Base(expr, device) { in TensorLazyEvaluatorWritable()103 TensorLazyEvaluator(const Expr& expr, const Device& device) : Base(expr, device) { in TensorLazyEvaluator()148 …EIGEN_STRONG_INLINE TensorRef(const Expression& expr) : m_evaluator(new internal::TensorLazyEvalua… in TensorRef()
32 PtrType expr; member