MCPcopy Create free account
hub / github.com/OAID/Tengine / GraphFuseConvReLu

Function GraphFuseConvReLu

executor/lib/graph_optimizer.cpp:769–772  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

767 return true;
768}
769static bool GraphFuseConvReLu(Graph* graph, GraphOptimizer* opt)
770{
771 return GraphFuseConvReLuCommon(graph, opt, false);
772}
773static bool GraphFuseConvReLu6(Graph* graph, GraphOptimizer* opt)
774{
775 return GraphFuseConvReLuCommon(graph, opt, true);

Callers

nothing calls this directly

Calls 1

GraphFuseConvReLuCommonFunction · 0.85

Tested by

no test coverage detected