mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ aim is to provide all such passes along with ONNX so that they can be re-used
|
||||||
with a single function call.")
|
with a single function call.")
|
||||||
(license license:expat)))
|
(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
|
(define-public rxcpp
|
||||||
(package
|
(package
|
||||||
(name "rxcpp")
|
(name "rxcpp")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue