Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dcolocation_graph.cc831 absl::optional<bool> constrain_to_host; in AddHostOnlyDataTypesConstraints() local
862 constrain_to_host = true; in AddHostOnlyDataTypesConstraints()
869 if (!constrain_to_host.has_value()) { in AddHostOnlyDataTypesConstraints()
874 if (constrain_to_host.has_value()) return false; in AddHostOnlyDataTypesConstraints()
890 constrain_to_host = DataTypeAlwaysOnHost(element_type); in AddHostOnlyDataTypesConstraints()
897 if (constrain_to_host.has_value() && *constrain_to_host) { in AddHostOnlyDataTypesConstraints()