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

Method validate

src/cpu/kernels/CpuScaleKernel.cpp:499–509  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

497}
498
499Status CpuScaleKernel::validate(const ITensorInfo *input,
500 const ITensorInfo *dx,
501 const ITensorInfo *dy,
502 const ITensorInfo *offsets,
503 ITensorInfo *output,
504 const ScaleKernelInfo &info)
505{
506 ARM_COMPUTE_TRACE_EVENT(ARM_COMPUTE_PROF_CAT_CPU, ARM_COMPUTE_PROF_LVL_CPU, "CpuScaleKernel::validate");
507 ARM_COMPUTE_RETURN_ON_ERROR(validate_arguments(input, dx, dy, offsets, output, info));
508 return Status{};
509}
510
511void CpuScaleKernel::run_op(ITensorPack &tensors, const Window &window, const ThreadInfo &info)
512{

Callers

nothing calls this directly

Calls 1

validate_argumentsFunction · 0.70

Tested by

no test coverage detected