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

Method validate

src/gpu/cl/kernels/ClPermuteKernel.cpp:130–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130Status ClPermuteKernel::validate(const ITensorInfo *src, const ITensorInfo *dst, const PermutationVector &perm)
131{
132 ARM_COMPUTE_RETURN_ERROR_ON_NULLPTR(src, dst);
133 ARM_COMPUTE_RETURN_ON_ERROR(validate_arguments(src, dst, perm));
134
135 return Status{};
136}
137
138void ClPermuteKernel::run_op(ITensorPack &tensors, const Window &window, cl::CommandQueue &queue)
139{

Callers

nothing calls this directly

Calls 1

validate_argumentsFunction · 0.70

Tested by

no test coverage detected