Skip to content

Commit 876c924

Browse files
committed
Typo in first commit, Acos vs Acosh
1 parent f9a32b8 commit 876c924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/load.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ function load_node!(tape::Tape, ::OpConfig{:ONNX, :Acos}, args::VarVec, attrs::A
6464
end
6565

6666
function load_node!(tape::Tape, ::OpConfig{:ONNX, :Acosh}, args::VarVec, attrs::AttrDict)
67-
return push_call!(tape, _acos, args[1])
67+
return push_call!(tape, _acosh, args[1])
6868
end
6969

7070
function load_node!(tape::Tape, nd::NodeProto, backend::Symbol)

0 commit comments

Comments
 (0)