Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/
H A Dworker_interface.h92 virtual MutableRunGraphResponseWrapper* CreateRunGraphResponse() { in CreateRunGraphResponse() function
H A Dworker.cc162 MutableRunGraphResponseWrapper* Worker::CreateRunGraphResponse() { in CreateRunGraphResponse() function in tensorflow::Worker