Skip to content

Commit

Permalink
feat: add some placeholder frontends for torch.onnx
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam-Armstrong committed Oct 22, 2024
1 parent 53d80b3 commit 16d30cc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions ivy/functional/frontends/torch/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ def promote_types_of_torch_inputs(
from . import special
from . import tensor
from . import _VF
from . import onnx
from . import jit
from . import overrides
from . import _C
Expand Down
11 changes: 11 additions & 0 deletions ivy/functional/frontends/torch/onnx/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@

def disable_log():
pass


def enable_log():
pass


def is_in_onnx_export():
return False

0 comments on commit 16d30cc

Please sign in to comment.