Searched refs:AllowSoftPlacement (Results 1 – 6 of 6) sorted by relevance
66 void AllowSoftPlacement(bool soft_placement_state);
28 void Cluster::AllowSoftPlacement(bool soft_placement_state) { in AllowSoftPlacement() function in tensorflow::grappler::Cluster
273 tensorflow::grappler::Cluster::AllowSoftPlacement
90 cluster->AllowSoftPlacement(allow_soft_placement); in PYBIND11_MODULE()
224 bool AllowSoftPlacement() const { return allow_soft_placement_; } in AllowSoftPlacement() function
178 if (dtype == DT_STRING && AllowSoftPlacement()) { in SelectDevice()207 if (selected.empty() && AllowSoftPlacement()) { in SelectDevice()