Skip to content
Snippets Groups Projects

Fuse bn

Merged Cyril Moineau requested to merge fuseBN into main
5 files
+ 29
29
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -40,7 +40,7 @@ class test_parameters(unittest.TestCase):
def test_matmul(self):
out_channels = 8
matmul_op = aidge_core.Matmul(out_channels).get_operator()
matmul_op = aidge_core.MatMul(out_channels).get_operator()
self.assertEqual(matmul_op.get("OutChannels"), out_channels)
def test_producer_1D(self):
Loading