diff --git a/python_module/megengine/utils/__init__.py b/python_module/megengine/utils/__init__.py index f0b0c3226c50c043eb4fd830e833971db71537ec..6b7b2d3a86f060910dee4e86056534c190f5803a 100644 --- a/python_module/megengine/utils/__init__.py +++ b/python_module/megengine/utils/__init__.py @@ -6,6 +6,10 @@ # 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 megengine._internal.plugin import load_tensor_binary + + def prod(iterable): result = 1 for i in iterable: