Home
last modified time | relevance | path

Searched defs:remote_args (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/
Dwebbrowser.py227 remote_args = ['%action', '%s'] variable in UnixBrowser
298 remote_args = ['%action', '%s'] variable in Mozilla
309 remote_args = ['%action', '%s'] variable in Epiphany
318 remote_args = ['%action', '%s'] variable in Chrome
331 remote_args = ['%action', '%s'] variable in Opera
341 remote_args = ['-remote', 'openURL(%s%action)'] variable in Elinks
408 remote_args = ['%action', '%s'] variable in Edge
/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_function_library_runtime.h242 std::vector<std::unique_ptr<eager::RemoteTensorHandle>> remote_args; member
Dfunction.cc1084 std::vector<Tensor>* remote_args = new std::vector<Tensor>; in RunRemote() local