Skip to content

Commit

Permalink
include update
Browse files Browse the repository at this point in the history
  • Loading branch information
MPolaris committed Nov 27, 2022
1 parent 05b1b56 commit c96398a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 2 additions & 1 deletion layers/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from utils import OPERATOR
from utils.op_registry import OPERATOR

from .conv_layers import *
from .dimension_utils import *
from .common_layers import *
Expand Down
4 changes: 1 addition & 3 deletions utils/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
from .onnx_loader import load_onnx_modelproto
from .builder import keras_builder, tflite_builder
from .op_registry import OPERATOR
from layers import *

__all__ = ['OPERATOR', 'LOG', 'load_onnx_modelproto', 'keras_builder', 'tflite_builder']
__all__ = ['load_onnx_modelproto', 'keras_builder', 'tflite_builder']

0 comments on commit c96398a

Please sign in to comment.