mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Fix merge error.
This commit is contained in:
@@ -1205,7 +1205,6 @@ struct TensorEvaluator<const TensorReductionOp<Op, Dims, ArgType, MakePointer_>,
|
||||
const Index max_coeff_count,
|
||||
const DSizes<Index, NumInputDims>& input_slice_sizes,
|
||||
DSizes<Index, NumInputDims>* target_input_block_sizes) const {
|
||||
typedef typename internal::packet_traits<Scalar>::type Packet;
|
||||
typedef internal::BlockReducer<Self, Op> BlockReducer;
|
||||
// TODO(andydavis) Compute reducer overhead correctly for the case where
|
||||
// we are preserving the inner most dimension, and a single reducer
|
||||
|
||||
Reference in New Issue
Block a user