Skip to content

Commit

Permalink
Api add
Browse files Browse the repository at this point in the history
  • Loading branch information
vshampor committed Apr 13, 2023
1 parent 30eed1b commit b604b1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nncf/onnx/engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
import onnxruntime as rt

from nncf.common.engine import Engine
from nncf.common.api_marker import api

@api()
class ONNXEngine(Engine):
"""
Engine for ONNX backend using ONNXRuntime to infer the model.
Expand Down

0 comments on commit b604b1b

Please sign in to comment.