Browse Source

UI copyright update

tags/v1.2.0-rc1
xiayifan 4 years ago
parent
commit
1b93017ccc
26 changed files with 26 additions and 26 deletions
  1. +1
    -1
      mindinsight/ui/src/components/benchmark-bar-chart.vue
  2. +1
    -1
      mindinsight/ui/src/components/debugger-grid-table-simple.vue
  3. +1
    -1
      mindinsight/ui/src/components/debugger-tensor.vue
  4. +1
    -1
      mindinsight/ui/src/components/grid-table-simple.vue
  5. +1
    -1
      mindinsight/ui/src/components/histogram-unit.vue
  6. +1
    -1
      mindinsight/ui/src/components/multiselect-group.vue
  7. +1
    -1
      mindinsight/ui/src/components/radar-chart.vue
  8. +1
    -1
      mindinsight/ui/src/components/scatter.vue
  9. +1
    -1
      mindinsight/ui/src/components/select-group.vue
  10. +1
    -1
      mindinsight/ui/src/components/superpose-img.vue
  11. +1
    -1
      mindinsight/ui/src/mixins/auto-update.vue
  12. +1
    -1
      mindinsight/ui/src/mixins/common-graph.vue
  13. +1
    -1
      mindinsight/ui/src/mixins/small-map.vue
  14. +1
    -1
      mindinsight/ui/src/mixins/threshold.vue
  15. +1
    -1
      mindinsight/ui/src/views/explain/summary-list.vue
  16. +1
    -1
      mindinsight/ui/src/views/explain/xai-metric.vue
  17. +1
    -1
      mindinsight/ui/src/views/profiling-gpu/operator.vue
  18. +1
    -1
      mindinsight/ui/src/views/profiling/operator.vue
  19. +1
    -1
      mindinsight/ui/src/views/train-manage/compare-plate.vue
  20. +1
    -1
      mindinsight/ui/src/views/train-manage/data-map.vue
  21. +1
    -1
      mindinsight/ui/src/views/train-manage/data-traceback.vue
  22. +1
    -1
      mindinsight/ui/src/views/train-manage/histogram.vue
  23. +1
    -1
      mindinsight/ui/src/views/train-manage/model-traceback.vue
  24. +1
    -1
      mindinsight/ui/src/views/train-manage/scalar-button.vue
  25. +1
    -1
      mindinsight/ui/src/views/train-manage/summary-manage.vue
  26. +1
    -1
      mindinsight/ui/src/views/train-manage/tensor.vue

+ 1
- 1
mindinsight/ui/src/components/benchmark-bar-chart.vue View File

@@ -1,5 +1,5 @@
<!-- <!--
Copyright 2020 Huawei Technologies Co., Ltd.All Rights Reserved.
Copyright 2020-2021 Huawei Technologies Co., Ltd.All Rights Reserved.


Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.


+ 1
- 1
mindinsight/ui/src/components/debugger-grid-table-simple.vue View File

@@ -1,5 +1,5 @@
<!-- <!--
Copyright 2020 Huawei Technologies Co., Ltd.All Rights Reserved.
Copyright 2020-2021 Huawei Technologies Co., Ltd.All Rights Reserved.


Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.


+ 1
- 1
mindinsight/ui/src/components/debugger-tensor.vue View File

@@ -1,5 +1,5 @@
<!-- <!--
Copyright 2020 Huawei Technologies Co., Ltd.All Rights Reserved.
Copyright 2020-2021 Huawei Technologies Co., Ltd.All Rights Reserved.


Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.


+ 1
- 1
mindinsight/ui/src/components/grid-table-simple.vue View File

@@ -1,5 +1,5 @@
<!-- <!--
Copyright 2020 Huawei Technologies Co., Ltd.All Rights Reserved.
Copyright 2020-2021 Huawei Technologies Co., Ltd.All Rights Reserved.


Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.


+ 1
- 1
mindinsight/ui/src/components/histogram-unit.vue View File

@@ -1,5 +1,5 @@
<!-- <!--
Copyright 2020 Huawei Technologies Co., Ltd.All Rights Reserved.
Copyright 2020-2021 Huawei Technologies Co., Ltd.All Rights Reserved.


Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.


+ 1
- 1
mindinsight/ui/src/components/multiselect-group.vue View File

@@ -1,5 +1,5 @@
<!-- <!--
Copyright 2020 Huawei Technologies Co., Ltd.All Rights Reserved.
Copyright 2020-2021 Huawei Technologies Co., Ltd.All Rights Reserved.


Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.


+ 1
- 1
mindinsight/ui/src/components/radar-chart.vue View File

@@ -1,5 +1,5 @@
<!-- <!--
Copyright 2020 Huawei Technologies Co., Ltd.All Rights Reserved.
Copyright 2020-2021 Huawei Technologies Co., Ltd.All Rights Reserved.


Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.


+ 1
- 1
mindinsight/ui/src/components/scatter.vue View File

@@ -1,5 +1,5 @@
<!-- <!--
Copyright 2020 Huawei Technologies Co., Ltd.All Rights Reserved.
Copyright 2020-2021 Huawei Technologies Co., Ltd.All Rights Reserved.


Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.


+ 1
- 1
mindinsight/ui/src/components/select-group.vue View File

@@ -1,5 +1,5 @@
<!-- <!--
Copyright 2020 Huawei Technologies Co., Ltd.All Rights Reserved.
Copyright 2020-2021 Huawei Technologies Co., Ltd.All Rights Reserved.


Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.


+ 1
- 1
mindinsight/ui/src/components/superpose-img.vue View File

@@ -1,5 +1,5 @@
<!-- <!--
Copyright 2020 Huawei Technologies Co., Ltd.All Rights Reserved.
Copyright 2020-2021 Huawei Technologies Co., Ltd.All Rights Reserved.


Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.


+ 1
- 1
mindinsight/ui/src/mixins/auto-update.vue View File

@@ -1,5 +1,5 @@
<!-- <!--
Copyright 2020 Huawei Technologies Co., Ltd.All Rights Reserved.
Copyright 2020-2021 Huawei Technologies Co., Ltd.All Rights Reserved.


Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.


+ 1
- 1
mindinsight/ui/src/mixins/common-graph.vue View File

@@ -1,5 +1,5 @@
<!-- <!--
Copyright 2020 Huawei Technologies Co., Ltd.All Rights Reserved.
Copyright 2020-2021 Huawei Technologies Co., Ltd.All Rights Reserved.


Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.


+ 1
- 1
mindinsight/ui/src/mixins/small-map.vue View File

@@ -1,5 +1,5 @@
<!-- <!--
Copyright 2020 Huawei Technologies Co., Ltd.All Rights Reserved.
Copyright 2020-2021 Huawei Technologies Co., Ltd.All Rights Reserved.


Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.


+ 1
- 1
mindinsight/ui/src/mixins/threshold.vue View File

@@ -1,5 +1,5 @@
<!-- <!--
Copyright 2020 Huawei Technologies Co., Ltd.All Rights Reserved.
Copyright 2020-2021 Huawei Technologies Co., Ltd.All Rights Reserved.


Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.


+ 1
- 1
mindinsight/ui/src/views/explain/summary-list.vue View File

@@ -1,5 +1,5 @@
<!-- <!--
Copyright 2020 Huawei Technologies Co., Ltd.All Rights Reserved.
Copyright 2020-2021 Huawei Technologies Co., Ltd.All Rights Reserved.


Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.


+ 1
- 1
mindinsight/ui/src/views/explain/xai-metric.vue View File

@@ -1,5 +1,5 @@
<!-- <!--
Copyright 2020 Huawei Technologies Co., Ltd.All Rights Reserved.
Copyright 2020-2021 Huawei Technologies Co., Ltd.All Rights Reserved.


Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.


+ 1
- 1
mindinsight/ui/src/views/profiling-gpu/operator.vue View File

@@ -1,5 +1,5 @@
<!-- <!--
Copyright 2020 Huawei Technologies Co., Ltd.All Rights Reserved.
Copyright 2020-2021 Huawei Technologies Co., Ltd.All Rights Reserved.


Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.


+ 1
- 1
mindinsight/ui/src/views/profiling/operator.vue View File

@@ -1,5 +1,5 @@
<!-- <!--
Copyright 2020 Huawei Technologies Co., Ltd.All Rights Reserved.
Copyright 2020-2021 Huawei Technologies Co., Ltd.All Rights Reserved.


Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.


+ 1
- 1
mindinsight/ui/src/views/train-manage/compare-plate.vue View File

@@ -1,5 +1,5 @@
<!-- <!--
Copyright 2020 Huawei Technologies Co., Ltd.All Rights Reserved.
Copyright 2020-2021 Huawei Technologies Co., Ltd.All Rights Reserved.


Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.


+ 1
- 1
mindinsight/ui/src/views/train-manage/data-map.vue View File

@@ -1,5 +1,5 @@
<!-- <!--
Copyright 2020 Huawei Technologies Co., Ltd.All Rights Reserved.
Copyright 2020-2021 Huawei Technologies Co., Ltd.All Rights Reserved.


Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.


+ 1
- 1
mindinsight/ui/src/views/train-manage/data-traceback.vue View File

@@ -1,5 +1,5 @@
<!-- <!--
Copyright 2020 Huawei Technologies Co., Ltd.All Rights Reserved.
Copyright 2020-2021 Huawei Technologies Co., Ltd.All Rights Reserved.


Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.


+ 1
- 1
mindinsight/ui/src/views/train-manage/histogram.vue View File

@@ -1,5 +1,5 @@
<!-- <!--
Copyright 2020 Huawei Technologies Co., Ltd.All Rights Reserved.
Copyright 2020-2021 Huawei Technologies Co., Ltd.All Rights Reserved.


Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.


+ 1
- 1
mindinsight/ui/src/views/train-manage/model-traceback.vue View File

@@ -1,5 +1,5 @@
<!-- <!--
Copyright 2020 Huawei Technologies Co., Ltd.All Rights Reserved.
Copyright 2020-2021 Huawei Technologies Co., Ltd.All Rights Reserved.


Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.


+ 1
- 1
mindinsight/ui/src/views/train-manage/scalar-button.vue View File

@@ -1,5 +1,5 @@
<!-- <!--
Copyright 2019 Huawei Technologies Co., Ltd.All Rights Reserved.
Copyright 2019-2021 Huawei Technologies Co., Ltd.All Rights Reserved.


Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.


+ 1
- 1
mindinsight/ui/src/views/train-manage/summary-manage.vue View File

@@ -1,5 +1,5 @@
<!-- <!--
Copyright 2020 Huawei Technologies Co., Ltd.All Rights Reserved.
Copyright 2020-2021 Huawei Technologies Co., Ltd.All Rights Reserved.


Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.


+ 1
- 1
mindinsight/ui/src/views/train-manage/tensor.vue View File

@@ -1,5 +1,5 @@
<!-- <!--
Copyright 2020 Huawei Technologies Co., Ltd.All Rights Reserved.
Copyright 2020-2021 Huawei Technologies Co., Ltd.All Rights Reserved.


Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.


Loading…
Cancel
Save