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

Method visit

src/graph/printers/DotGraphPrinter.cpp:36–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34namespace graph
35{
36void DotGraphVisitor::visit(ActivationLayerNode &n)
37{
38 std::stringstream ss;
39 ss << n.activation_info().activation();
40 _info = ss.str();
41}
42
43void DotGraphVisitor::visit(BatchNormalizationLayerNode &n)
44{

Callers 15

acceptMethod · 0.45
acceptMethod · 0.45
acceptMethod · 0.45
acceptMethod · 0.45
acceptMethod · 0.45
acceptMethod · 0.45
acceptMethod · 0.45
acceptMethod · 0.45
acceptMethod · 0.45
acceptMethod · 0.45
acceptMethod · 0.45
acceptMethod · 0.45

Calls 14

activationMethod · 0.80
strMethod · 0.80
enabledMethod · 0.80
is_enabledMethod · 0.80
concatenation_axisMethod · 0.80
eltwise_operationMethod · 0.80
normalization_infoMethod · 0.80
pooling_infoMethod · 0.80
to_stringFunction · 0.50
activation_infoMethod · 0.45
fused_activationMethod · 0.45
convolution_methodMethod · 0.45

Tested by

no test coverage detected