|
TVM
0.9.4
|
#include <tvm/scheme/internal/CompiledAssignment.h>
Public Types | |
| using | SourceType = typename std::conditional< F==CONSTANT, double, Eigen::Ref< const MatrixType > >::type |
Public Member Functions | |
| SourceBase (const SourceType &from) | |
| const SourceType & | from () const |
| void | from (const SourceType &from) |
Base class for managing the source
| using tvm::scheme::internal::SourceBase< MatrixType, F >::SourceType = typename std::conditional<F == CONSTANT, double, Eigen::Ref<const MatrixType> >::type |
|
inline |
|
inline |
|
inline |