Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/
Dmaster_session.cc793 RunCallableResponseWrapper wrapped_resp; in RunPartitions() local
794 wrapped_resp.resp = resp; in RunPartitions()
798 call_opts, req, &wrapped_resp, cm, false /* is_last_partial_run */)); in RunPartitions()
806 auto iter = wrapped_resp.fetch_key_to_protos.find(fetch); in RunPartitions()
807 if (iter == wrapped_resp.fetch_key_to_protos.end()) { in RunPartitions()