Home
last modified time | relevance | path

Searched refs:reachable_functions (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/
Dtf2xla_util.cc784 FunctionLibraryDefinition reachable_functions = in PruneUnreachableFunctionsFromGraph() local
787 if (!reachable_functions.Find(func_name)) { in PruneUnreachableFunctionsFromGraph()
/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
Ddistributed_tpu_rewrite_pass.cc4273 FunctionLibraryDefinition reachable_functions = in RewriteTPUReplicateNode() local
4278 FingerprintFunctionLibrary(reachable_functions, &library_fingerprint)); in RewriteTPUReplicateNode()
4280 << absl::StrJoin(reachable_functions.ListFunctionNames(), ", "); in RewriteTPUReplicateNode()
4343 ContainsResourceWriteOp(*graph, reachable_functions); in RewriteTPUReplicateNode()