Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dcolocation_graph.cc128 bool IsXlaDevice(absl::string_view device_type) { in IsXlaDevice() function
513 if (parsed_name.has_type && (IsXlaDevice(parsed_name.type) || in MaybeExcludeXlaDevices()
522 return !IsXlaDevice(entry.first.type_string()); in MaybeExcludeXlaDevices()