array (array) -- 輸入陣列。
repeats (int) -- The number of repetitions for each element.
axis (int, optional) -- The axis in which to repeat the array along. If
unspecified it uses the flattened array of the input and repeats
along axis 0.
stream (Stream, optional) -- Stream or device. Defaults to None.