| 771 | return GraphFuseConvReLuCommon(graph, opt, false); |
| 772 | } |
| 773 | static bool GraphFuseConvReLu6(Graph* graph, GraphOptimizer* opt) |
| 774 | { |
| 775 | return GraphFuseConvReLuCommon(graph, opt, true); |
| 776 | } |
| 777 | |
| 778 | } // namespace TEngine |
nothing calls this directly
no test coverage detected