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

Method validate

src/core/NEON/kernels/NERangeKernel.cpp:149–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149Status NERangeKernel::validate(const ITensorInfo *output, float start, float end, float step)
150{
151 ARM_COMPUTE_RETURN_ERROR_ON_NULLPTR(output);
152
153 ARM_COMPUTE_RETURN_ON_ERROR(validate_arguments(*output, start, end, step));
154
155 return Status{};
156}
157
158void NERangeKernel::run(const Window &window, const ThreadInfo &info)
159{

Callers

nothing calls this directly

Calls 1

validate_argumentsFunction · 0.70

Tested by

no test coverage detected