Searched refs:transfer_driving_nodes_and_remove_old_node (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/ComputeLibrary/src/graph/mutators/ |
H A D | NodeFusionMutator.cpp | 48 void transfer_driving_nodes_and_remove_old_node(Graph &g, INode *new_node, INode *old_node, bool ad… in transfer_driving_nodes_and_remove_old_node() function 148 transfer_driving_nodes_and_remove_old_node(g, fused_node, bn_node, true); in fuse_convolution_with_batch_normalization() 212 transfer_driving_nodes_and_remove_old_node(g, fused_node, bn_node, true); in fuse_depthwise_convolution_with_batch_normalization() 257 transfer_driving_nodes_and_remove_old_node(g, n_node, act_node, false); in fuse_node_with_activation() 413 transfer_driving_nodes_and_remove_old_node(g, fused_node, post_op, true); in fuse_convolution_with_post_op()
|