List of questions
Related questions
Question 2 - H13-311_V3.5 discussion
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
A.
2
B.
mindspore.int32
C.
4
D.
(2,2)
Your answer:
0 comments
Sorted by
Leave a comment first