executor
FLAGS_print_sub_graph_dir
(since 1.2.0)
This Flag is used for debugging. If some subgraphs of the transformed graph from the program are disconnected, the result may be problematic. We can print these disconnected subgraphs to a file specified by the flag. Empty if disable.
Values accepted
String. The default value is empty (“”).
Example
FLAGS_print_sub_graph_dir=”./sub_graphs.txt” will print the disconnected subgraphs to “./sub_graphs.txt”.
