H13-311 Web TestEngine demo

Exit VCEDump H13-311 HCIA-AI V3.5
Question 9 of 11
0% complete
Q9 Single choice

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)

Sign in to mark questions

Sign in to save marked questions and return to this demo.

Sign in