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

Method validate

src/core/CPP/kernels/CPPTopKVKernel.cpp:127–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127Status CPPTopKVKernel::validate(const ITensorInfo *predictions,
128 const ITensorInfo *targets,
129 ITensorInfo *output,
130 const unsigned int k)
131{
132 ARM_COMPUTE_RETURN_ON_ERROR(validate_arguments(predictions, targets, output, k));
133 return Status{};
134}
135
136bool CPPTopKVKernel::is_parallelisable() const
137{

Callers

nothing calls this directly

Calls 1

validate_argumentsFunction · 0.70

Tested by

no test coverage detected