mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-12 11:49:02 +08:00
Specify default output kernel for TensorContractionOp
This commit is contained in:
parent
6e5a3b898f
commit
79d4129cce
@ -182,7 +182,7 @@ struct NoOpOutputKernel {
|
|||||||
Index num_cols) const {}
|
Index num_cols) const {}
|
||||||
};
|
};
|
||||||
|
|
||||||
template<typename Indices, typename LhsXprType, typename RhsXprType, typename OutputKernelType>
|
template<typename Indices, typename LhsXprType, typename RhsXprType, typename OutputKernelType = const NoOpOutputKernel>
|
||||||
class TensorContractionOp : public TensorBase<TensorContractionOp<Indices, LhsXprType, RhsXprType, OutputKernelType>, ReadOnlyAccessors>
|
class TensorContractionOp : public TensorBase<TensorContractionOp<Indices, LhsXprType, RhsXprType, OutputKernelType>, ReadOnlyAccessors>
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user