Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/clusters/
Dcluster.h66 void AllowSoftPlacement(bool soft_placement_state);
Dcluster.cc28 void Cluster::AllowSoftPlacement(bool soft_placement_state) { in AllowSoftPlacement() function in tensorflow::grappler::Cluster
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext.cc295 if (AllowSoftPlacement()) { in SelectDevice()
311 "'. enable_soft_placement=", AllowSoftPlacement(), in SelectDevice()
320 "]. enable_soft_placement=", AllowSoftPlacement(), in SelectDevice()
Dcontext.h265 bool AllowSoftPlacement() const { return allow_soft_placement_; } in AllowSoftPlacement() function
Dexecute.cc392 cache_key = FingerprintCat128(cache_key, ctx.AllowSoftPlacement()); in GetOrCreateKernelAndDevice()
/external/tensorflow/tensorflow/python/grappler/
Dcluster_wrapper.cc90 cluster->AllowSoftPlacement(allow_soft_placement); in PYBIND11_MODULE()
/external/tensorflow/tensorflow/tools/def_file_filter/
Dsymbols_pybind.txt291 tensorflow::grappler::Cluster::AllowSoftPlacement