We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3591ae5 commit cc7652dCopy full SHA for cc7652d
hls4ml/converters/__init__.py
@@ -11,6 +11,7 @@
11
from hls4ml.converters.keras_to_hls import parse_keras_model # noqa: F401
12
from hls4ml.converters.keras_to_hls import keras_to_hls, register_keras_layer_handler
13
from hls4ml.converters.onnx_to_hls import parse_onnx_model # noqa: F401
14
+
15
# from hls4ml.converters.pytorch_to_hls import parse_pytorch_model # noqa: F401
16
from hls4ml.model import ModelGraph
17
from hls4ml.utils.config import create_config
0 commit comments