Searched refs:RemoveFollowingNode (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/compiler/ |
D | fuse_inline.cc | 69 if (!RemoveFollowingNode(graph, node2, node1).ok()) { in ApplyToNodesSequence()
|
D | fuse_inplace.cc | 142 if (!RemoveFollowingNode(graph, node2, node1).ok()) { in ApplyToNodesSequence()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/transformations/ |
D | remove_noop.cc | 58 absl::Status status = RemoveFollowingNode(graph, op_node, prev_op_node); in ApplyToNodesSequence()
|
D | fuse_add_to_conv.cc | 101 absl::Status status = RemoveFollowingNode(graph, &add_node, &conv_node); in ApplyToNodesSequence()
|
D | fuse_mul_to_conv.cc | 92 absl::Status status = RemoveFollowingNode(graph, &mul_node, &conv_node); in ApplyToNodesSequence()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/ |
D | model.h | 236 absl::Status RemoveFollowingNode(GraphFloat32* graph, const Node* to_remove,
|
D | model.cc | 400 absl::Status RemoveFollowingNode(GraphFloat32* graph, const Node* to_remove, in RemoveFollowingNode() function
|