Metadata-Version: 2.1
Name: oneflow-onnx
Version: 0.6.0
Summary: a toolkit for converting trained model of OneFlow to ONNX.
Home-page: https://github.com/Oneflow-Inc/oneflow_convert_tools/oneflow_onnx
Author: zhangxiaoyu
Author-email: zhangxiaoyu@oneflow.org
License: Apache 2.0
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/plain
Requires-Dist: six
Requires-Dist: protobuf
Requires-Dist: onnx
Requires-Dist: onnx-simplifier
Requires-Dist: onnxruntime-gpu

oneflow_onnx is a toolkit for converting trained model of OneFlow to ONNX.

Usage: oneflow_onnx --model_dir src --save_file dist
GitHub: https://github.com/Oneflow-Inc/oneflow_convert
Email: zhangxiaoyu@oneflow.org

