Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/
Dgraph_compiler_util.cc174 string feed_id; in RewriteAndPruneGraph() local
175 TF_RETURN_IF_ERROR(GetNodeAttr(n->attrs(), kFeedIdAttr, &feed_id)); in RewriteAndPruneGraph()
176 if (missing_feeds.erase(feed_id) == 0) { in RewriteAndPruneGraph()
178 " node found with unknown feed id: ", feed_id); in RewriteAndPruneGraph()
Dtf2xla_util.cc361 const tf2xla::TensorId& feed_id = info.feed->id(); in AddPlaceholdersForFeeds() local
364 auto node_it = name_to_node.find(feed_id.node_name()); in AddPlaceholdersForFeeds()
367 TensorIdToString(feed_id)); in AddPlaceholdersForFeeds()