Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dbase_collective_executor.h97 PerStepCollectiveRemoteAccess* remote_access, in BaseCollectiveExecutor() argument
103 remote_access_(remote_access), in BaseCollectiveExecutor()
117 PerStepCollectiveRemoteAccess* remote_access() override { in remote_access() function
/external/autotest/server/site_tests/firmware_FWupdate/
Dfirmware_FWupdate.py10 from chromite.lib import remote_access
126 dut_access = remote_access.RemoteDevice(hostname, username='root')
/external/toolchain-utils/binary_search_tool/cros_pkg/
Dtest_setup.sh81 . ./remote_access.sh || ret_val=1
/external/toolchain-utils/binary_search_tool/common/
Dtest_setup.sh81 . ./remote_access.sh || ret_val=1
/external/toolchain-utils/binary_search_tool/sysroot_wrapper/
Dtest_setup.sh81 . ./remote_access.sh || ret_val=1
/external/libcups/cups/
Dadminutil.c957 int remote_access = 0, /* Remote access allowed? */ in cupsAdminGetServerSettings() local
993 remote_access = 1; in cupsAdminGetServerSettings()
1005 remote_access = 1; in cupsAdminGetServerSettings()
1106 (remote_access && remote_admin) ? in cupsAdminGetServerSettings()
1117 (remote_access && browsing) ? "1" : in cupsAdminGetServerSettings()
/external/tensorflow/tensorflow/contrib/gdr/
Dgdr_worker.cc161 CollectiveRemoteAccess* rma = ce_handle.get()->remote_access(); in RecvBufAsync()
/external/tensorflow/tensorflow/core/framework/
Dcollective.h277 virtual PerStepCollectiveRemoteAccess* remote_access() { return nullptr; } in remote_access() function
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_worker_service.cc566 CollectiveRemoteAccess* rma = ce_handle.get()->remote_access(); in RecvBufAsync()