Skip to content

Constant tensor support in burn-import #4841

Constant tensor support in burn-import

Constant tensor support in burn-import #4841

Triggered via pull request July 11, 2024 17:50
Status Success
Total duration 24m 1s
Artifacts

test.yml

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

Annotations

1 error and 1 warning
tests (ubuntu-22.04, stable, std): crates/onnx-ir/src/from_onnx.rs#L71
[clippy] reported by reviewdog 🐶 error: variable does not need to be mutable --> crates/onnx-ir/src/from_onnx.rs:71:13 | 71 | let mut constants = initializers | ----^^^^^^^^^ | | | help: remove this `mut` | = note: `-D unused-mut` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(unused_mut)]` Raw Output: crates/onnx-ir/src/from_onnx.rs:71:13:e:error: variable does not need to be mutable --> crates/onnx-ir/src/from_onnx.rs:71:13 | 71 | let mut constants = initializers | ----^^^^^^^^^ | | | help: remove this `mut` | = note: `-D unused-mut` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(unused_mut)]` __END__
tests (ubuntu-22.04, stable, std)
The following actions uses Node.js version which is deprecated 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/