Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/
Dgraph_compiler_util.cc181 string fetch_id; in RewriteAndPruneGraph() local
182 TF_RETURN_IF_ERROR(GetNodeAttr(n->attrs(), kFetchIdAttr, &fetch_id)); in RewriteAndPruneGraph()
183 if (missing_fetches.erase(fetch_id) == 0) { in RewriteAndPruneGraph()
185 " node found with unknown fetch id: ", fetch_id); in RewriteAndPruneGraph()