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

Method configure

src/runtime/CL/functions/CLComparison.cpp:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33namespace arm_compute
34{
35void CLComparison::configure(ICLTensor *input1, ICLTensor *input2, ICLTensor *output, ComparisonOperation operation)
36{
37 configure(CLKernelLibrary::get().get_compile_context(), input1, input2, output, operation);
38}
39
40void CLComparison::configure(const CLCompileContext &compile_context,
41 ICLTensor *input1,

Callers

nothing calls this directly

Calls 3

dimensionMethod · 0.45
infoMethod · 0.45
border_sizeMethod · 0.45

Tested by

no test coverage detected