33 auto k = arm_compute::support::cpp14::make_unique<NEPermuteKernel>();
34 k->configure(
input, output, perm);
35 _kernel = std::move(k);
Store the tensor's metadata.
static Status validate(const ITensorInfo *input, const ITensorInfo *output, const PermutationVector &perm)
Static function to check if given info will lead to a valid configuration of NEPermute.
Interface for NEON tensor.
Copyright (c) 2017-2020 Arm Limited.
Strides of an item in bytes.
static Status validate(const ITensorInfo *input, const ITensorInfo *output, const PermutationVector &perm)
Static function to check if given info will lead to a valid configuration of CPPPermuteKernel.
void configure(const ITensor *input, ITensor *output, const PermutationVector &perm)
Configure the permute NEON kernel.