Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tracel-ai/burn
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dbe0a877ca81bab27173ddb92b1481915afcbbb1
Choose a base ref
..
head repository: tracel-ai/burn
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 43e70f6a5091b1b3aa600037c8c2e5e6e4ba745e
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 crates/burn-import/onnx-tests/tests/onnx_tests.rs
2 changes: 1 addition & 1 deletion crates/burn-import/onnx-tests/tests/onnx_tests.rs
Original file line number Diff line number Diff line change
@@ -82,7 +82,7 @@ include_models!(
squeeze_opset16,
squeeze_opset13,
random_uniform,
random_normal
random_normal,
constant_of_shape
);