Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ type
Method
type
src/graph/mutators/NodeFusionMutator.cpp:374–377 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
372
}
373
374
IGraphMutator::MutationType NodeFusionMutator::type() const
375
{
376
return IGraphMutator::MutationType::Backend;
377
}
378
379
void NodeFusionMutator::mutate(Graph &g)
380
{
Callers
2
fuse_node_with_activation
Function · 0.45
fuse_layer
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected