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

Method configure

src/runtime/CL/functions/CLSoftmaxLayer.cpp:64–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62
63template <bool IS_LOG>
64void CLSoftmaxLayerGeneric<IS_LOG>::configure(const ICLTensor *input, ICLTensor *output, float beta, int32_t axis)
65{
66 configure(CLKernelLibrary::get().get_compile_context(), input, output, beta, axis);
67}
68
69template <bool IS_LOG>
70void CLSoftmaxLayerGeneric<IS_LOG>::configure(

Callers

nothing calls this directly

Calls 3

data_typeMethod · 0.45
infoMethod · 0.45
workspaceMethod · 0.45

Tested by

no test coverage detected