Publishing 2019 R1 content
[platform/upstream/dldt.git] / inference-engine / ie_bridges / python / sample / benchmark_app / benchmark / __init__.py
@@ -1,5 +1,5 @@
 """
- Copyright (c) 2018 Intel Corporation
+ Copyright (C) 2018-2019 Intel Corporation
 
  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  See the License for the specific language governing permissions and
  limitations under the License.
 """
-from mo.front.common.partial_infer.reduce import tf_reduce_infer
 
-
-def tf_sum_ext(pb):
-    return {
-        'keep_dims': pb.attr["keep_dims"].b,
-        'infer': lambda node: tf_reduce_infer(node)
-    }
+from .benchmark import main
+from .utils.constants import HELP_MESSAGES