Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ONNX docs to Python API section #1388

Merged
merged 4 commits into from Jun 3, 2019
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/source/python_api/mlflow.onnx.rst
@@ -0,0 +1,7 @@
mlflow.onnx
==================

.. automodule:: mlflow.onnx
:members:
:undoc-members:
:show-inheritance:
2 changes: 1 addition & 1 deletion mlflow/onnx.py
Expand Up @@ -23,7 +23,7 @@
def get_default_conda_env():
"""
:return: The default Conda environment for MLflow Models produced by calls to
:func:`save_model()` and :func:`log_model()`.
:func:`save_model()` and :func:`log_model()`.
"""
import onnx
import onnxruntime
Expand Down