Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
H A Ddistributed_tpu_rewrite_helpers.cc30 const string& system_spec_string, const DeviceSet& device_set, in GetSystemDevice() argument
32 if (!DeviceNameUtils::ParseFullName(system_spec_string, system_spec)) { in GetSystemDevice()
49 if (system_spec_string.empty()) { in GetSystemDevice()
55 system_spec_string, "'"); in GetSystemDevice()
H A Ddistributed_tpu_rewrite_helpers.h39 static Status GetSystemDevice(const string& system_spec_string,