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

Method type

src/graph/mutators/SplitLayerSubTensorMutator.cpp:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45IGraphMutator::MutationType SplitLayerSubTensorMutator::type() const
46{
47 return IGraphMutator::MutationType::Backend;
48}
49
50void SplitLayerSubTensorMutator::mutate(Graph &g)
51{

Callers 1

mutateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected