Contents

shuffle(_:input:output:filterParameters:)

Rearranges elements in a tensor according to shuffle type.

Declaration

static func shuffle(_ shuffleType: BNNS.ShuffleType, input: BNNSNDArrayDescriptor, output: BNNSNDArrayDescriptor, filterParameters: BNNSFilterParameters? = nil) throws

Parameters

  • shuffleType:

    The shuffle operation that the function performs.

  • input:

    The input descriptor.

  • output:

    The output descriptor.

  • filterParameters:

    The runtime filter parameters.

See Also

Related Documentation

Utility functions