Skip to content

Adding support for the ONNX Scatter operation #5218

Adding support for the ONNX Scatter operation

Adding support for the ONNX Scatter operation #5218

Triggered via pull request August 23, 2024 23:03
Status Success
Total duration 45m 46s
Artifacts

test.yml

on: pull_request
check-typos
43s
check-typos
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
[clippy] crates/burn-import/src/burn/node/scatter.rs#L58: crates/burn-import/src/burn/node/scatter.rs#L58
error: unused imports: `ScalarKind`, `ScalarType`, `ShapeType`, and `gather::GatherNode` --> crates/burn-import/src/burn/node/scatter.rs:58:16 | 58 | node::{gather::GatherNode, test::assert_tokens}, | ^^^^^^^^^^^^^^^^^^ 59 | ScalarKind, ScalarType, ShapeType, TensorType, | ^^^^^^^^^^ ^^^^^^^^^^ ^^^^^^^^^ | = note: `-D unused-imports` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(unused_imports)]`
tests (ubuntu-22.04, stable, std)
The following actions use a deprecated Node.js version and will be forced to run on node20: giraffate/clippy-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/