mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: Add onnx-optimizer-for-torch2.
* gnu/packages/machine-learning.scm (onnx-optimizer-for-torch2): New variable. Change-Id: Icf48cba3f0a30f171b6f01cd033dd135a078ba1a
This commit is contained in:
parent
43c92f323e
commit
6055bb3163
1 changed files with 7 additions and 0 deletions
|
@ -1282,6 +1282,13 @@ (define-public onnx-optimizer
|
|||
with a single function call.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public onnx-optimizer-for-torch2
|
||||
(package
|
||||
(inherit onnx-optimizer)
|
||||
(inputs
|
||||
(modify-inputs (package-inputs onnx-optimizer)
|
||||
(replace "onnx" onnx-for-torch2)))))
|
||||
|
||||
(define-public rxcpp
|
||||
(package
|
||||
(name "rxcpp")
|
||||
|
|
Loading…
Reference in a new issue