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

Function add_convolution_layer_method

src/graph/DataLayerVisitor.cpp:81–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79
80template <typename T>
81void add_convolution_layer_method(DataLayerVisitor::LayerData &layer_data, T &node)
82{
83 std::ostringstream method;
84 method << node.convolution_method();
85 layer_data["convolution_method"] = method.str();
86}
87
88template <typename T>
89void add_generic_layer_data(DataLayerVisitor::LayerData &layer_data, T &node)

Callers

nothing calls this directly

Calls 2

strMethod · 0.80
convolution_methodMethod · 0.45

Tested by

no test coverage detected