Huawei H13-311_V3.5 Question Answer
When you use MindSpore to execute the following code, which of the following is the output?
from mindspore import ops
import mindspore
shape = (2, 2)
ones = ops.Ones()
output = ones(shape, dtype=mindspore.float32)
print(output)
Huawei H13-311_V3.5 Summary
- Vendor: Huawei
- Product: H13-311_V3.5
- Update on: Jul 21, 2025
- Questions: 60