MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / validate

Method validate

src/core/CPP/kernels/CPPPermuteKernel.cpp:158–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156}
157
158Status CPPPermuteKernel::validate(const ITensorInfo *input, const ITensorInfo *output, const PermutationVector &perm)
159{
160 ARM_COMPUTE_RETURN_ON_ERROR(validate_arguments(input, output, perm));
161 return Status{};
162}
163
164void CPPPermuteKernel::run(const Window &window, const ThreadInfo &info)
165{

Callers

nothing calls this directly

Calls 1

validate_argumentsFunction · 0.70

Tested by

no test coverage detected