Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Swopper050 committed Dec 21, 2024
1 parent d9afb57 commit 8650957
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ops/convert.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ func DTypeToONNXType(t tensor.Dtype) (int32, error) {
default:
return 0, ErrUnknownTensorONNXDtype(t)
}

}

func convertBacking[B Number](backing []B, dataType int32) (any, error) {
Expand Down

0 comments on commit 8650957

Please sign in to comment.