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

Method configure

src/runtime/CL/functions/CLFullyConnectedLayer.cpp:63–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61CLFullyConnectedLayer::~CLFullyConnectedLayer() = default;
62
63void CLFullyConnectedLayer::configure(const ICLTensor *input,
64 const ICLTensor *weights,
65 const ICLTensor *biases,
66 ICLTensor *output,
67 FullyConnectedLayerInfo fc_info)
68{
69 configure(CLKernelLibrary::get().get_compile_context(), input, weights, biases, output, fc_info);
70}
71
72void CLFullyConnectedLayer::configure(const CLCompileContext &compile_context,
73 const ICLTensor *input,

Callers

nothing calls this directly

Calls 6

validateFunction · 0.50
infoMethod · 0.45
manageMethod · 0.45
workspaceMethod · 0.45
add_tensorMethod · 0.45
are_values_constantMethod · 0.45

Tested by

no test coverage detected