Skip to content
Snippets Groups Projects

branch to match Tiling from aidge_core

Merged Maxence Naud requested to merge tiling into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -31,7 +31,7 @@ class test_recipies(unittest.TestCase):
input_node = aidge_core.Producer(input_tensor, "X")
conv = aidge_core.Conv2D(1, 1, [3, 3], name="Conv0")
bn = aidge_core.BatchNorm2D(name="Add0")
bn = aidge_core.BatchNorm2D(1, name="Add0")
graph_view = aidge_core.sequential([conv, bn])
Loading