Home
last modified time | relevance | path

Searched refs:SortByExecutionOrder (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/tools/graph_transforms/
Dsort_by_execution_order_test.cc57 TF_ASSERT_OK(SortByExecutionOrder(graph_def, &result)); in TestSimpleAdd()
89 TF_ASSERT_OK(SortByExecutionOrder(graph_def, &result)); in TestSimpleLinear()
137 TF_ASSERT_OK(SortByExecutionOrder(graph_def, &result)); in TestSimpleTree()
184 TF_ASSERT_OK(SortByExecutionOrder(graph_def, &result)); in TestCommonAncestor()
Dsort_by_execution_order.cc35 return SortByExecutionOrder(input_graph_def, output_graph_def); in SortByExecutionOrderWithUnusedContext()
Dtransform_utils.h121 Status SortByExecutionOrder(const GraphDef& input_graph_def,
Dtransform_utils.cc182 Status SortByExecutionOrder(const GraphDef& input_graph_def, in SortByExecutionOrder() function
285 SortByExecutionOrder(graph_def, &graph_def_).IgnoreError(); in GraphMatcher()
Dsummarize_graph_main.cc126 TF_RETURN_IF_ERROR(SortByExecutionOrder(graph, &sorted_graph)); in PrintStructure()