|
TR-mbed 1.0
|
#include <TensorRef.h>
Public Types | |
| typedef TensorEvaluator< Expr, Device >::Scalar | Scalar |
| typedef StorageMemory< Scalar, Device > | Storage |
| typedef Storage::Type | EvaluatorPointerType |
| typedef TensorEvaluator< Expr, Device > | EvalType |
Public Member Functions | |
| TensorLazyEvaluatorReadOnly (const Expr &expr, const Device &device) | |
| virtual | ~TensorLazyEvaluatorReadOnly () |
| virtual EIGEN_DEVICE_FUNC const Dimensions & | dimensions () const |
| virtual EIGEN_DEVICE_FUNC const Scalar * | data () const |
| virtual EIGEN_DEVICE_FUNC const Scalar | coeff (DenseIndex index) const |
| virtual EIGEN_DEVICE_FUNC Scalar & | coeffRef (DenseIndex) |
Public Member Functions inherited from Eigen::internal::TensorLazyBaseEvaluator< Dimensions, TensorEvaluator< Expr, Device >::Scalar > | |
| TensorLazyBaseEvaluator () | |
| virtual | ~TensorLazyBaseEvaluator () |
| void | incrRefCount () |
| void | decrRefCount () |
| int | refCount () const |
Protected Attributes | |
| TensorEvaluator< Expr, Device > | m_impl |
| Dimensions | m_dims |
| Scalar | m_dummy |
| typedef TensorEvaluator<Expr, Device> Eigen::internal::TensorLazyEvaluatorReadOnly< Dimensions, Expr, Device >::EvalType |
| typedef Storage::Type Eigen::internal::TensorLazyEvaluatorReadOnly< Dimensions, Expr, Device >::EvaluatorPointerType |
| typedef TensorEvaluator<Expr,Device>::Scalar Eigen::internal::TensorLazyEvaluatorReadOnly< Dimensions, Expr, Device >::Scalar |
| typedef StorageMemory<Scalar, Device> Eigen::internal::TensorLazyEvaluatorReadOnly< Dimensions, Expr, Device >::Storage |
|
inline |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
protected |
|
protected |
|
protected |