|
|
@ -25,6 +25,10 @@ using OpKernel = framework::OpKernel;
|
|
|
|
using InferShapeContext = framework::InferShapeContext;
|
|
|
|
using InferShapeContext = framework::InferShapeContext;
|
|
|
|
using ExecutionContext = framework::ExecutionContext;
|
|
|
|
using ExecutionContext = framework::ExecutionContext;
|
|
|
|
using Variable = framework::Variable;
|
|
|
|
using Variable = framework::Variable;
|
|
|
|
|
|
|
|
template <typename T,
|
|
|
|
|
|
|
|
int MajorType = Eigen::RowMajor,
|
|
|
|
|
|
|
|
typename IndexType = Eigen::DenseIndex>
|
|
|
|
|
|
|
|
using EigenScalar = framework::EigenScalar<T, MajorType, IndexType>;
|
|
|
|
template <typename T,
|
|
|
|
template <typename T,
|
|
|
|
int MajorType = Eigen::RowMajor,
|
|
|
|
int MajorType = Eigen::RowMajor,
|
|
|
|
typename IndexType = Eigen::DenseIndex>
|
|
|
|
typename IndexType = Eigen::DenseIndex>
|
|
|
|