Skip to content

Commit

Permalink
Merge pull request #1 from Oneflow-Inc/oneflow_fronted
Browse files Browse the repository at this point in the history
add relay.frontend.from_oneflow support cnns
  • Loading branch information
BBuf authored Jul 30, 2021
2 parents e1b3ff4 + 73dcbb3 commit 31ee834
Show file tree
Hide file tree
Showing 2 changed files with 1,250 additions and 0 deletions.
1 change: 1 addition & 0 deletions python/tvm/relay/frontend/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
from .mxnet import from_mxnet
from .mxnet_qnn_op_utils import quantize_conv_bias_mkldnn_from_var
from .keras import from_keras
from .oneflow import from_oneflow
from .onnx import from_onnx
from .tflite import from_tflite
from .coreml import from_coreml
Expand Down
Loading

0 comments on commit 31ee834

Please sign in to comment.