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

Method validate

src/gpu/cl/kernels/ClDequantizeKernel.cpp:135–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135Status ClDequantizeKernel::validate(const ITensorInfo *src, const ITensorInfo *dst)
136{
137 ARM_COMPUTE_RETURN_ON_ERROR(validate_arguments(src, dst));
138 return Status{};
139}
140
141void ClDequantizeKernel::run_op(ITensorPack &tensors, const Window &window, cl::CommandQueue &queue)
142{

Callers

nothing calls this directly

Calls 1

validate_argumentsFunction · 0.70

Tested by

no test coverage detected