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

Method configure

src/runtime/CL/functions/CLPriorBoxLayer.cpp:43–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43void CLPriorBoxLayer::configure(const ICLTensor *input1,
44 const ICLTensor *input2,
45 ICLTensor *output,
46 const PriorBoxLayerInfo &info)
47{
48 configure(CLKernelLibrary::get().get_compile_context(), input1, input2, output, info);
49}
50
51void CLPriorBoxLayer::configure(const CLCompileContext &compile_context,
52 const ICLTensor *input1,

Callers

nothing calls this directly

Calls 7

contextMethod · 0.80
min_sizesMethod · 0.80
aspect_ratiosMethod · 0.80
max_sizesMethod · 0.80
BufferClass · 0.50
sizeMethod · 0.45
emptyMethod · 0.45

Tested by

no test coverage detected