ATLAS Offline Software
Loading...
Searching...
No Matches
python
OnnxRuntimeSvcConfig
Functions
python.OnnxRuntimeSvcConfig Namespace Reference
Functions
OnnxRuntimeSvcCfg
(flags, name="OnnxRuntimeSvc", **kwargs)
Function Documentation
◆
OnnxRuntimeSvcCfg()
python.OnnxRuntimeSvcConfig.OnnxRuntimeSvcCfg
(
flags
,
name
=
"OnnxRuntimeSvc"
,
**
kwargs
)
Definition at line
6
of file
OnnxRuntimeSvcConfig.py
.
6
def
OnnxRuntimeSvcCfg(flags, name="OnnxRuntimeSvc", **kwargs):
7
acc = ComponentAccumulator()
8
9
acc.addService(CompFactory.AthOnnx.OnnxRuntimeSvc(name, **kwargs), primary=
True
, create=
True
)
10
11
return
acc
Generated on
for ATLAS Offline Software by
1.14.0