Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
BrosnanYuen committed May 18, 2024
1 parent 1be7e9d commit a0cd9aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_activation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ fn test_neural() {
let mut dD = arrayfire::constant::<f64>(0.0, A.dims());
let mut dE = arrayfire::constant::<f64>(0.0, A.dims());

clusterdiffeq::neural::activation_f64::deriUAF(&inx,
RayBNN_Neural::Network::Activation::deriUAF(&inx,
&A,
&B,
&C,
Expand Down

0 comments on commit a0cd9aa

Please sign in to comment.