Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dfunction.cc441 bool IsLocalTarget(const InstantiateOptions& options) const;
720 bool FunctionLibraryRuntimeImpl::IsLocalTarget( in IsLocalTarget() function in tensorflow::FunctionLibraryRuntimeImpl
743 if (!IsLocalTarget(options)) { in Instantiate()