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

Method validate

src/gpu/cl/kernels/ClScaleKernel.cpp:95–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93} // namespace
94
95Status ClScaleKernel::validate(const ITensorInfo *src, const ITensorInfo *dst, const ScaleKernelInfo &info)
96{
97 ARM_COMPUTE_RETURN_ON_ERROR(validate_arguments(src, dst, info));
98 return Status{};
99}
100
101ClScaleKernel::ClScaleKernel()
102{

Callers

nothing calls this directly

Calls 1

validate_argumentsFunction · 0.70

Tested by

no test coverage detected