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

Method configure

src/runtime/CL/functions/CLUnstack.cpp:65–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65void CLUnstack::configure(const ICLTensor *input, const std::vector<ICLTensor *> &output_vector, int axis)
66{
67 configure(CLKernelLibrary::get().get_compile_context(), input, output_vector, axis);
68}
69
70void CLUnstack::configure(const CLCompileContext &compile_context,
71 const ICLTensor *input,

Callers

nothing calls this directly

Calls 13

transformFunction · 0.85
wrap_axisFunction · 0.70
validateFunction · 0.50
CoordinatesClass · 0.50
sizeMethod · 0.45
beginMethod · 0.45
endMethod · 0.45
infoMethod · 0.45
dimensionMethod · 0.45
resizeMethod · 0.45
num_dimensionsMethod · 0.45

Tested by

no test coverage detected