Skip to content

Commit

Permalink
Update core.cairo
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelDkhn committed Mar 25, 2024
1 parent 61e8542 commit a7d2af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/operators/nn/core.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ trait NNTrait<T> {
/// ## Args
///
/// * `tensor`(`@Tensor<T>`) - The input tensor.
/// * `axis`(`usize`) - Describes the dimension Softmax will be performed on. Negative value means counting dimensions from the back. Accepted range is [-r, r-1] where r = rank(input).
/// * `axis`(`Option<i32>`) - Describes the dimension Softmax will be performed on. Negative value means counting dimensions from the back. Accepted range is [-r, r-1] where r = rank(input).
///
/// ## Returns
///
Expand Down

0 comments on commit a7d2af9

Please sign in to comment.