fix: slow types #207
Annotations
8 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, hecrj/setup-rust-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/
|
Build:
crates/core/src/cpu/layers/lstm.rs#L238
variable does not need to be mutable
|
Build:
crates/core/src/cpu/layers/lstm.rs#L348
variable does not need to be mutable
|
Build:
crates/core/src/cpu/layers/lstm.rs#L408
function `clip_gradients` is never used
|
Build:
crates/core/src/cpu/layers/lstm.rs#L238
variable does not need to be mutable
|
Build:
crates/core/src/cpu/layers/lstm.rs#L348
variable does not need to be mutable
|
Build:
crates/core/src/cpu/layers/lstm.rs#L408
function `clip_gradients` is never used
|
Loading