Home
last modified time | relevance | path

Searched refs:AllowSoftPlacement (Results 1 – 6 of 6) 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/tools/def_file_filter/
Dsymbols_pybind.txt273 tensorflow::grappler::Cluster::AllowSoftPlacement
/external/tensorflow/tensorflow/python/grappler/
Dcluster_wrapper.cc90 cluster->AllowSoftPlacement(allow_soft_placement); in PYBIND11_MODULE()
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext.h224 bool AllowSoftPlacement() const { return allow_soft_placement_; } in AllowSoftPlacement() function
Dcontext.cc178 if (dtype == DT_STRING && AllowSoftPlacement()) { in SelectDevice()
207 if (selected.empty() && AllowSoftPlacement()) { in SelectDevice()