Home
last modified time | relevance | path

Searched refs:lazy_copy_function_remote_inputs_ (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext.cc94 lazy_copy_function_remote_inputs_(lazy_copy_function_remote_inputs), in EagerContext()
133 if (lazy_copy_function_remote_inputs_) { in ResetPFLR()
234 cluster_flr_.Reset(cluster_flr, lazy_copy_function_remote_inputs_); in ResetClusterFLR()
312 return lazy_copy_function_remote_inputs_; in LazyCopyFunctionRemoteInputs()
Dcontext.h606 bool lazy_copy_function_remote_inputs_ = false; variable