[Fix] vit_operators
Compare changes
- Maxence Naud authored
+ 27
− 26
@@ -12,8 +12,10 @@
@@ -12,8 +12,10 @@
@@ -31,18 +33,18 @@ enum class ReduceMeanAttr { Axes, KeepDims };
@@ -31,18 +33,18 @@ enum class ReduceMeanAttr { Axes, KeepDims };
public Registrable<ReduceMean_Op<DIM>, std::string, std::unique_ptr<OperatorImpl>(const ReduceMean_Op<DIM> &)>,
@@ -67,29 +69,28 @@ class ReduceMean_Op : public OperatorTensor,
@@ -67,29 +69,28 @@ class ReduceMean_Op : public OperatorTensor,
@@ -111,7 +112,7 @@ class ReduceMean_Op : public OperatorTensor,
@@ -111,7 +112,7 @@ class ReduceMean_Op : public OperatorTensor,
@@ -123,7 +124,7 @@ inline std::shared_ptr<Node> ReduceMean(const std::array<int, DIM> &axes,
@@ -123,7 +124,7 @@ inline std::shared_ptr<Node> ReduceMean(const std::array<int, DIM> &axes,
// helper with C-style array instead of std::array for kernel_dims to allow automatic template DIM deduction