Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
218
IGraphMutator::MutationType InPlaceOperationMutator::type() const
219
{
220
return IGraphMutator::MutationType::Backend;
221
}
222
223
void InPlaceOperationMutator::mutate(Graph &g)
224
{
Callers
2
try_in_place_depthwiseconv
Function · 0.45
mutate
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected