36 auto k = std::make_unique<CPPPermuteKernel>();
37 k->configure(input, output, perm);
38 _kernel = std::move(
k);
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 CPPPermute.
Store the tensor's metadata.
Interface for CPU tensor.
Copyright (c) 2017-2022 Arm Limited.
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.
Strides of an item in bytes.
void configure(const ITensor *input, ITensor *output, const PermutationVector &perm)
Configure the permute CPP kernel.
#define ARM_COMPUTE_LOG_PARAMS(...)