Adding missing test file, applying lint rules

This commit is contained in:
amancini-N 2024-05-10 08:55:48 +00:00
Родитель 9bdab63735
Коммит 799c920d78
2 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -18,7 +18,6 @@ TEST(ImmutabilityTest, DNNL_LayerNorm) {
tester.AddInput("input", {3, 3}, {1.0f, 2.0f, 3.0f, 4.0f, 5.0f, 6.0f, 7.0f, 8.0f, 9.0f});
tester.AddOutput("output_add", {3, 3}, {-0.22473586f, 2.0f, 4.2247357f, 2.7752638f, 5.0f, 7.224736f, 5.775262f, 8.0f, 10.224738f});
tester.RunWithConfig();
}
#endif // USE_DNNL

Двоичные данные
onnxruntime/test/testdata/layernorm_and_add.onnx поставляемый Normal file

Двоичный файл не отображается.