Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dexecute_node.cc22 bool ExecuteNodeArgs::IsRemote(EagerContext* ctx, Device* input_device, in IsRemote() function in tensorflow::ExecuteNodeArgs
/external/llvm-project/lldb/include/lldb/Target/
DPlatform.h446 bool IsRemote() const { return !m_is_host; } in IsRemote() function