Browse Source

fix the problem of the duplication file.

tags/v1.1.0
wangshuide2020 5 years ago
parent
commit
8e4f550959
10 changed files with 10 additions and 2 deletions
  1. +1
    -0
      mindinsight/common/__init__.py
  2. +1
    -0
      mindinsight/datavisual/__init__.py
  3. +1
    -0
      mindinsight/debugger/common/__init__.py
  4. +1
    -1
      mindinsight/mindconverter/graph_based_converter/mapper/impl/nn/__init__.py
  5. +1
    -1
      mindinsight/mindconverter/graph_based_converter/mapper/impl/ops/__init__.py
  6. +1
    -0
      tests/ut/backend/profiler/__init__.py
  7. +1
    -0
      tests/ut/mindconverter/graph_based_converter/__init__.py
  8. +1
    -0
      tests/ut/mindconverter/graph_based_converter/hierarchical_tree/__init__.py
  9. +1
    -0
      tests/ut/profiler/proposer/__init__.py
  10. +1
    -0
      tests/utils/mindspore/train/__init__.py

+ 1
- 0
mindinsight/common/__init__.py View File

@@ -12,3 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# ============================================================================
"""Common function for mindinsight."""

+ 1
- 0
mindinsight/datavisual/__init__.py View File

@@ -12,3 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# ============================================================================
"""Provide data visualization function."""

+ 1
- 0
mindinsight/debugger/common/__init__.py View File

@@ -12,3 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# ============================================================================
"""Common function for debugger."""

+ 1
- 1
mindinsight/mindconverter/graph_based_converter/mapper/impl/nn/__init__.py View File

@@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# ==============================================================================
"""Implemented mapper."""
"""Mapper implementation for nn."""

+ 1
- 1
mindinsight/mindconverter/graph_based_converter/mapper/impl/ops/__init__.py View File

@@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# ==============================================================================
"""Implemented mapper."""
"""Mapper implementation for ops."""

+ 1
- 0
tests/ut/backend/profiler/__init__.py View File

@@ -12,3 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# ============================================================================
"""Unit test for profiler restful api."""

+ 1
- 0
tests/ut/mindconverter/graph_based_converter/__init__.py View File

@@ -12,3 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# ==============================================================================
"""Unit test for mindconvert.graph_based_converter interface."""

+ 1
- 0
tests/ut/mindconverter/graph_based_converter/hierarchical_tree/__init__.py View File

@@ -12,3 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# ==============================================================================
"""Unit test for mindconvert.graph_based_converter.hierarchical_tree interface."""

+ 1
- 0
tests/ut/profiler/proposer/__init__.py View File

@@ -12,3 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# ============================================================================
"""Unit test for profiler.proposer interface."""

+ 1
- 0
tests/utils/mindspore/train/__init__.py View File

@@ -12,3 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# ============================================================================
"""Mock mindspore.train interface for union test."""

Loading…
Cancel
Save