Home
last modified time | relevance | path

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

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