cupy.dsplit¶
-
cupy.dsplit(ary, indices_or_sections)[source]¶ Splits an array into multiple sub arrays along the third axis.
This is equivalent to
splitwithaxis=2.See also
cupy.split()for more detail,numpy.dsplit()
cupy.dsplit(ary, indices_or_sections)[source]¶Splits an array into multiple sub arrays along the third axis.
This is equivalent to split with axis=2.
See also
cupy.split() for more detail, numpy.dsplit()