Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dcolocation_graph.cc792 auto is_cpu_device = [](const std::pair<DeviceType, int32>& entry) -> bool { in AddHostOnlyDataTypesConstraints() local
802 if (absl::c_all_of(root.supported_device_types(), is_cpu_device)) continue; in AddHostOnlyDataTypesConstraints()
838 is_cpu_device); in AddHostOnlyDataTypesConstraints()