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

Method validate

src/cpu/kernels/CpuActivationKernel.cpp:255–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253}
254
255Status
256CpuActivationKernel::validate(const ITensorInfo *src, const ITensorInfo *dst, const ActivationLayerInfo &act_info)
257{
258 ARM_COMPUTE_TRACE_EVENT(ARM_COMPUTE_PROF_CAT_CPU, ARM_COMPUTE_PROF_LVL_CPU, "CpuActivationKernel::validate");
259 ARM_COMPUTE_UNUSED(act_info);
260 ARM_COMPUTE_RETURN_ON_ERROR(validate_arguments(src, dst, act_info));
261 return Status{};
262}
263
264size_t CpuActivationKernel::get_mws(const CPUInfo &platform, size_t thread_count) const
265{

Callers

nothing calls this directly

Calls 1

validate_argumentsFunction · 0.70

Tested by

no test coverage detected