Skip to content

Commit

Permalink
Renamed slice_replacers.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-esir committed Jul 20, 2020
1 parent 2681abc commit e256f84
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions model-optimizer/automation/package_BOM.txt
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ extensions/front/onnx/activation_ext.py
extensions/front/onnx/affine_ext.py
extensions/front/onnx/argmax_ext.py
extensions/front/onnx/aten_ext.py
extensions/front/onnx/AttributedSliceToSlice.py
extensions/front/onnx/cast_ext.py
extensions/front/onnx/clip_ext.py
extensions/front/onnx/const_ext.py
Expand Down Expand Up @@ -300,7 +301,6 @@ extensions/front/onnx/roifeatureextractor_ext.py
extensions/front/onnx/scatter_ext.py
extensions/front/onnx/shape_ext.py
extensions/front/onnx/slice_ext.py
extensions/front/onnx/slice_replacers.py
extensions/front/onnx/softmax_ext.py
extensions/front/onnx/softmaxONNX_to_softmax.py
extensions/front/onnx/softplus_ext.py
Expand Down Expand Up @@ -421,7 +421,6 @@ extensions/front/tf/select_ext.py
extensions/front/tf/sign_ext.py
extensions/front/tf/SizeReplacer.py
extensions/front/tf/slice_ext.py
extensions/front/tf/slice_replacers.py
extensions/front/tf/softmax_ext.py
extensions/front/tf/softplus_ext.py
extensions/front/tf/space_to_batch.py
Expand All @@ -446,6 +445,7 @@ extensions/front/tf/SwitchMergeOptimization.py
extensions/front/tf/TensorArrayExtractors.py
extensions/front/tf/TensorArrayGatherV3.py
extensions/front/tf/tensorflow_custom_operations_config_update.py
extensions/front/tf/TFSliceToSlice.py
extensions/front/tf/tile_ext.py
extensions/front/tf/topk_ext.py
extensions/front/tf/transpose_ext.py
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

import numpy as np

from extensions.front.onnx.slice_replacers import AttributedSliceToSliceReplacer
from extensions.front.onnx.AttributedSliceToSlice import AttributedSliceToSliceReplacer
from mo.utils.ir_engine.compare_graphs import compare_graphs
from mo.utils.unittest.graph import build_graph, regular_op_with_empty_data, result, const

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

import numpy as np

from extensions.front.tf.slice_replacers import TFSliceToSliceReplacer
from extensions.front.tf.TFSliceToSlice import TFSliceToSliceReplacer
from mo.utils.ir_engine.compare_graphs import compare_graphs
from mo.utils.unittest.graph import build_graph, regular_op_with_empty_data, result, const

Expand Down

0 comments on commit e256f84

Please sign in to comment.