Browse Source

fix(mge/imperative): add missed __init__.py

GitOrigin-RevId: 0e863c8066
tags/v1.0.0-rc1
Megvii Engine Team 4 years ago
parent
commit
fc4c9292be
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      imperative/python/megengine/core/utils/__init__.py

+ 9
- 0
imperative/python/megengine/core/utils/__init__.py View File

@@ -0,0 +1,9 @@
# -*- coding: utf-8 -*-
# MegEngine is Licensed under the Apache License, Version 2.0 (the "License")
#
# Copyright (c) 2014-2020 Megvii Inc. All rights reserved.
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
from .comp_graph_tools import *

Loading…
Cancel
Save