This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
AI开发
Register
Sign In
Huawei_Technology
/
mindspore-mindinsight
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
11
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
fix the problem of the duplication file.
tags/v1.1.0
wangshuide2020
5 years ago
parent
794c158550
commit
8e4f550959
10 changed files
with
10 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
mindinsight/common/__init__.py
+1
-0
mindinsight/datavisual/__init__.py
+1
-0
mindinsight/debugger/common/__init__.py
+1
-1
mindinsight/mindconverter/graph_based_converter/mapper/impl/nn/__init__.py
+1
-1
mindinsight/mindconverter/graph_based_converter/mapper/impl/ops/__init__.py
+1
-0
tests/ut/backend/profiler/__init__.py
+1
-0
tests/ut/mindconverter/graph_based_converter/__init__.py
+1
-0
tests/ut/mindconverter/graph_based_converter/hierarchical_tree/__init__.py
+1
-0
tests/ut/profiler/proposer/__init__.py
+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."""
Write
Preview
Loading…
Cancel
Save