37 auto k = std::make_unique<NEBitwiseXorKernel>();
38 k->configure(input1, input2, output);
39 _kernel = std::move(
k);
Interface for CPU tensor.
Copyright (c) 2017-2023 Arm Limited.
void configure(const ITensor *input1, const ITensor *input2, ITensor *output)
Initialise the kernel's inputs and output.
#define ARM_COMPUTE_LOG_PARAMS(...)