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

Method type

src/graph/mutators/InPlaceOperationMutator.cpp:218–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216}
217
218IGraphMutator::MutationType InPlaceOperationMutator::type() const
219{
220 return IGraphMutator::MutationType::Backend;
221}
222
223void InPlaceOperationMutator::mutate(Graph &g)
224{

Callers 2

mutateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected