gnu: Add onnx-optimizer-for-torch2.
* gnu/packages/machine-learning.scm (onnx-optimizer-for-torch2): New variable. Change-Id: Icf48cba3f0a30f171b6f01cd033dd135a078ba1amaster
parent
43c92f323e
commit
6055bb3163
|
@ -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.")
|
||||
(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")
|
||||
|
|
Reference in New Issue