Home
last modified time | relevance | path

Searched refs:RemoveFollowingNode (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/gl/compiler/
Dfuse_inline.cc69 if (!RemoveFollowingNode(graph, node2, node1).ok()) { in ApplyToNodesSequence()
Dfuse_inplace.cc142 if (!RemoveFollowingNode(graph, node2, node1).ok()) { in ApplyToNodesSequence()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/transformations/
Dremove_noop.cc58 absl::Status status = RemoveFollowingNode(graph, op_node, prev_op_node); in ApplyToNodesSequence()
Dfuse_add_to_conv.cc101 absl::Status status = RemoveFollowingNode(graph, &add_node, &conv_node); in ApplyToNodesSequence()
Dfuse_mul_to_conv.cc92 absl::Status status = RemoveFollowingNode(graph, &mul_node, &conv_node); in ApplyToNodesSequence()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dmodel.h236 absl::Status RemoveFollowingNode(GraphFloat32* graph, const Node* to_remove,
Dmodel.cc400 absl::Status RemoveFollowingNode(GraphFloat32* graph, const Node* to_remove, in RemoveFollowingNode() function