TVM  0.9.4
MatrixWithProperties.h File Reference
#include <tvm/internal/MatrixProperties.h>
#include <tvm/internal/meta.h>
#include <Eigen/Core>
Include dependency graph for MatrixWithProperties.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  tvm::internal::KeepProperties< MatrixType, refOnProperties >
 
class  tvm::internal::ObjectWithProperties< MatrixType, refOnProperties >
 

Namespaces

 tvm
 
 tvm::internal
 

Typedefs

using tvm::internal::MatrixWithProperties = ObjectWithProperties< Eigen::MatrixXd >
 
using tvm::internal::VectorWithProperties = ObjectWithProperties< Eigen::VectorXd >
 
using tvm::internal::MatrixConstRefWithProperties = ObjectWithProperties< Eigen::Ref< const Eigen::MatrixXd > >