Merge pull request #237 from Peter9606/issue_236_typo
Typo fix issue#236
This commit is contained in:
commit
5fc142296f
@ -74,7 +74,7 @@ public:
|
|||||||
using TensorCoord = typename Layout::TensorCoord;
|
using TensorCoord = typename Layout::TensorCoord;
|
||||||
using Index = typename Layout::Index;
|
using Index = typename Layout::Index;
|
||||||
using LongIndex = typename Layout::LongIndex;
|
using LongIndex = typename Layout::LongIndex;
|
||||||
static IteratorAlgorithm const kIteratorAlgorithm = conv::IteratorAlgorithm::kAnalytic;
|
static IteratorAlgorithm const kIteratorAlgorithm = conv::IteratorAlgorithm::kOptimized;
|
||||||
static StrideSupport const kStrideSupport = conv::StrideSupport::kStrided;
|
static StrideSupport const kStrideSupport = conv::StrideSupport::kStrided;
|
||||||
static int const kConvDim = 2;
|
static int const kConvDim = 2;
|
||||||
using ConvProblemSize = typename conv::Conv2dProblemSize;
|
using ConvProblemSize = typename conv::Conv2dProblemSize;
|
||||||
|
Loading…
Reference in New Issue
Block a user