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

Method configure

src/core/CL/kernels/CLTileKernel.cpp:73–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73void CLTileKernel::configure(const ICLTensor *input, ICLTensor *output, const Multiples &multiples)
74{
75 configure(CLKernelLibrary::get().get_compile_context(), input, output, multiples);
76}
77
78void CLTileKernel::configure(const CLCompileContext &compile_context,
79 const ICLTensor *input,

Callers

nothing calls this directly

Calls 15

compute_tiled_shapeFunction · 0.85
auto_init_if_emptyFunction · 0.85
ceil_to_multipleFunction · 0.85
data_size_from_typeFunction · 0.85
create_kernelFunction · 0.85
lower_stringFunction · 0.85
add_option_ifMethod · 0.80
validate_argumentsFunction · 0.70
to_stringFunction · 0.50
calculate_max_windowFunction · 0.50
DimensionClass · 0.50

Tested by

no test coverage detected