This commit is contained in:
Awni Hannun
2025-04-21 13:04:39 -07:00
committed by GitHub
parent dc4eada7f0
commit 79b527f45f
3 changed files with 107 additions and 0 deletions

View File

@@ -711,6 +711,7 @@ class Convolution : public UnaryPrimitive {
const std::vector<int>& argnums,
const std::vector<array>& outputs) override;
DEFINE_VMAP()
DEFINE_PRINT(Convolution)
bool is_equivalent(const Primitive& other) const override;
auto state() const {