Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/
H A Dworker.h75 MutableRunGraphResponseWrapper* CreateRunGraphResponse() override;
H A Dworker_interface.h92 virtual MutableRunGraphResponseWrapper* CreateRunGraphResponse() { in CreateRunGraphResponse() function
H A Dworker.cc162 MutableRunGraphResponseWrapper* Worker::CreateRunGraphResponse() { in CreateRunGraphResponse() function in tensorflow::Worker
H A Dmaster_session.cc681 c->resp.reset(part.worker->CreateRunGraphResponse()); in RunPartitionsHelper()