Skip to content
Snippets Groups Projects
Commit aa66d4ce authored by Maxence Naud's avatar Maxence Naud
Browse files

Merge branch 'matmul_rework' of gitlab.eclipse.org:hrouis/aidge_backend_cpu into matmul_rework

parents 1772655e 688e2eaf
No related branches found
No related tags found
2 merge requests!50version 0.2.0,!34Matmul rework
Pipeline #39275 failed
...@@ -80,12 +80,11 @@ TEST_CASE("Tensor fill") { ...@@ -80,12 +80,11 @@ TEST_CASE("Tensor fill") {
{11,12,13,14,15}} {11,12,13,14,15}}
}); });
// expectedTensor->print(); // expectedTensor->print();
REQUIRE(*concatenatedTensor == *expectedTensor); REQUIRE(*concatenatedTensor == *expectedTensor);
} }
} }
TEST_CASE("[backend_cpu/data] Tensor(methods)", "[Tensor]") { TEST_CASE("[backend_cpu/data] Tensor(methods)", "[Tensor]") {
Tensor x = Array3D<int, 2, 2, 2>{{ Tensor x = Array3D<int, 2, 2, 2>{{
{{1, 2}, {{1, 2},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment