MindSpore-install/source.py

10 lines
256 B
Python
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

import mindspore
from mindspore import Tensor
def define_tensor():
# 定义一个int32类型的三阶张量内容不限
# 将这个张量作为函数的返回值
########## Begin ##########
########## End##########
return tensor