Skip to content

Commit

Permalink
remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
hjzin committed Aug 30, 2022
1 parent 9ec7afe commit 66737f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/nano/src/bigdl/nano/deps/openvino/tf/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def __init__(self, model):
ov_model_path = dir / 'tmp.xml'
OpenVINOModel.__init__(self, ov_model_path)
AcceleratedKerasModel.__init__(self, None)

def __call__(self, *args, **kwds):
return AcceleratedKerasModel.__call__(self, *args, **kwds)

Expand Down

0 comments on commit 66737f0

Please sign in to comment.