Huawei Related Exams
H13-311_V3.5 Exam
When you use MindSpore to execute the following code, which of the following is the output?
python
Copy code
x = Tensor(np.array([[1, 2], [3, 4]]), dtype.int32)
x.dtype
In MindSpore, the basic unit of the neural network is nn.Cell.
Which of the following is the order of tensor [[0,1],[2,3]]?