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

Method validate

src/gpu/cl/kernels/ClReshapeKernel.cpp:100–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100Status ClReshapeKernel::validate(const ITensorInfo *src, const ITensorInfo *dst)
101{
102 ARM_COMPUTE_RETURN_ON_ERROR(validate_arguments(src, dst));
103
104 return Status{};
105}
106
107void ClReshapeKernel::run_op(ITensorPack &tensors, const Window &window, cl::CommandQueue &queue)
108{

Callers

nothing calls this directly

Calls 1

validate_argumentsFunction · 0.70

Tested by

no test coverage detected