Home
last modified time | relevance | path

Searched defs:AllowSoftPlacement (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/clusters/
Dcluster.cc28 void Cluster::AllowSoftPlacement(bool soft_placement_state) { in AllowSoftPlacement() function in tensorflow::grappler::Cluster
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext.h265 bool AllowSoftPlacement() const { return allow_soft_placement_; } in AllowSoftPlacement() function