Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
45
IGraphMutator::MutationType SplitLayerSubTensorMutator::type() const
46
{
47
return IGraphMutator::MutationType::Backend;
48
}
49
50
void SplitLayerSubTensorMutator::mutate(Graph &g)
51
{
Callers
1
mutate
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected