Home
last modified time | relevance | path

Searched defs:GetTaskName (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/coordination/
H A Dcoordination_service.cc58 std::string GetTaskName(absl::string_view job_name, int task_id) { in GetTaskName() function
62 std::string GetTaskName(const CoordinatedTask& task) { in GetTaskName() function
/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Ddevice_name_utils.cc575 bool DeviceNameUtils::GetTaskName(const ParsedName& pn, string* task) { in GetTaskName() function in tensorflow::DeviceNameUtils
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/eager/
H A Dcontext.cc1234 Status GetTaskName(Device* d, string* task_name) { in GetTaskName() function