Searched defs:TensorRef (Results 1 – 2 of 2) sorted by relevance
144 EIGEN_STRONG_INLINE TensorRef() : m_evaluator(NULL) { in TensorRef() function148 …EIGEN_STRONG_INLINE TensorRef(const Expression& expr) : m_evaluator(new internal::TensorLazyEvalua… in TensorRef() function164 TensorRef(const TensorRef& other) : m_evaluator(other.m_evaluator) { in TensorRef() function
28 template<typename PlainObjectType> class TensorRef; variable