Searched defs:remote_args (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Lib/ | ||
D | webbrowser.py | 227 remote_args = ['%action', '%s'] variable in UnixBrowser |
/external/tensorflow/tensorflow/core/common_runtime/ | ||
D | process_function_library_runtime.h | 242 std::vector<std::unique_ptr<eager::RemoteTensorHandle>> remote_args; member |
D | function.cc | 1084 std::vector<Tensor>* remote_args = new std::vector<Tensor>; in RunRemote() local |