What does `np.broadcast_to(a, shape)` do?
-
A
Copies array data to match the new shape
-
B
Returns a read-only view of the array broadcast to the given shape
-
C
Raises an error if shapes are incompatible
-
D
Creates a writable array with the broadcast shape