Home
last modified time | relevance | path

Searched defs:fetch_name (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/
Dmessage_wrappers.cc77 const string& InMemoryRunStepRequest::fetch_name(size_t i) const { in fetch_name() function in tensorflow::InMemoryRunStepRequest
181 const string& MutableProtoRunStepRequest::fetch_name(size_t i) const { in fetch_name() function in tensorflow::MutableProtoRunStepRequest
263 const string& ProtoRunStepRequest::fetch_name(size_t i) const { in fetch_name() function in tensorflow::ProtoRunStepRequest
Dmaster_test.cc108 const string& fetch_name = p.first; in RunStep() local