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

Function GraphFuseConvReLu6

executor/lib/graph_optimizer.cpp:773–776  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

771 return GraphFuseConvReLuCommon(graph, opt, false);
772}
773static bool GraphFuseConvReLu6(Graph* graph, GraphOptimizer* opt)
774{
775 return GraphFuseConvReLuCommon(graph, opt, true);
776}
777
778} // namespace TEngine

Callers

nothing calls this directly

Calls 1

GraphFuseConvReLuCommonFunction · 0.85

Tested by

no test coverage detected