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

Method visit

src/graph/DataLayerVisitor.cpp:109–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107} // namespace
108
109void DataLayerVisitor::visit(ConvolutionLayerNode &n)
110{
111 _layer_data.clear();
112 add_generic_layer_data<ConvolutionLayerNode>(_layer_data, n);
113 add_convolution_layer_data<ConvolutionLayerNode>(_layer_data, n);
114 add_convolution_layer_method<ConvolutionLayerNode>(_layer_data, n);
115}
116
117void DataLayerVisitor::visit(DepthwiseConvolutionLayerNode &n)
118{

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected