Skip to content

split

Splitting

This layer splits an input into outputs at the specified axis and split_points. The maximum size of output array is 8.


Parameter

  • axis : Integer, axis along which to split.
  • split_points : Integer Array, the maximum size of array is 7.