Searched refs:AllowSoftPlacement (Results 1 – 7 of 7) 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
295 if (AllowSoftPlacement()) { in SelectDevice()311 "'. enable_soft_placement=", AllowSoftPlacement(), in SelectDevice()320 "]. enable_soft_placement=", AllowSoftPlacement(), in SelectDevice()
265 bool AllowSoftPlacement() const { return allow_soft_placement_; } in AllowSoftPlacement() function
392 cache_key = FingerprintCat128(cache_key, ctx.AllowSoftPlacement()); in GetOrCreateKernelAndDevice()
90 cluster->AllowSoftPlacement(allow_soft_placement); in PYBIND11_MODULE()
291 tensorflow::grappler::Cluster::AllowSoftPlacement