HomeSort by relevance Sort by last modified time
    Searched refs:TensorIdToString (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/compiler/tf2xla/
tf2xla_util.h 47 string TensorIdToString(const tf2xla::TensorId& id);
tf2xla.cc 72 const string key = TensorIdToString(feed.id());
94 .Attr(kFeedIdAttr, TensorIdToString(feed.id()))
127 return errors::NotFound("Can't find fetch id: ", TensorIdToString(id));
131 return errors::InvalidArgument("Invalid fetch id: ", TensorIdToString(id),
142 .Attr(kFetchIdAttr, TensorIdToString(id))
174 missing_feeds.insert(TensorIdToString(feed.id()));
177 missing_fetches.insert(TensorIdToString(fetch.id()));
tf2xla_util.cc 111 const string name_port = TensorIdToString(feed->id());
132 TensorIdToString(feed_id));
252 string TensorIdToString(const tf2xla::TensorId& id) {

Completed in 130 milliseconds