mindspore.ops.full ================== .. image:: https://mindspore-website.obs.cn-north-4.myhuaweicloud.com/website-images/br_base/resource/_static/logo_source.svg :target: https://gitee.com/mindspore/mindspore/blob/br_base/docs/api/api_python/ops/mindspore.ops.func_full.rst :alt: 查看源文件 .. py:function:: mindspore.ops.full(size, fill_value, *, dtype=None) 创建tensor,用指定值填充。 .. note:: `fill_value` 不支持复数类型。 参数: - **size** (Union(tuple[int], list[int])) - 指定的shape。 - **fill_value** (number.Number) - 指定值。 关键字参数: - **dtype** (mindspore.dtype) - 指定数据类型。默认 ``None`` 。 返回: Tensor