MCPcopy 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
374IGraphMutator::MutationType NodeFusionMutator::type() const
375{
376 return IGraphMutator::MutationType::Backend;
377}
378
379void NodeFusionMutator::mutate(Graph &g)
380{

Callers 2

fuse_layerFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected