Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ name
Method
name
src/graph/mutators/NodeFusionMutator.cpp:369–372 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
367
} // namespace detail
368
369
const char *NodeFusionMutator::name()
370
{
371
return
"NodeFusionMutator"
;
372
}
373
374
IGraphMutator::MutationType NodeFusionMutator::type() const
375
{
Callers
7
print_header
Method · 0.45
print_nodes
Method · 0.45
create_normalization_layer<NENormalizationLayer, NETargetInfo>
Function · 0.45
create_detection_output_layer<CPPDetectionOutputLayer, CLTargetInfo>
Function · 0.45
create_detection_post_process_layer<CPPDetectionPostProcessLayer, CLTargetInfo>
Function · 0.45
fuse_convolution_with_batch_normalization
Function · 0.45
fuse_depthwise_convolution_with_batch_normalization
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected