Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/
Dworker.h131 void DoPartialRunGraph(CallOptions* opts, RunGraphRequestWrapper* request,
Dworker.cc140 DoPartialRunGraph(opts, request, response, std::move(done)); in RunGraphAsync()
262 void Worker::DoPartialRunGraph(CallOptions* opts, in DoPartialRunGraph() function in tensorflow::Worker