Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dbase_collective_executor.h99 CollectiveRemoteAccess* remote_access, int64 step_id, in BaseCollectiveExecutor() argument
105 remote_access_(remote_access), in BaseCollectiveExecutor()
120 CollectiveRemoteAccess* remote_access() override { in remote_access() function
Dpermuter.cc88 col_ctx_->col_exec->remote_access()->PostToPeer( in DispatchSend()
104 col_ctx_->col_exec->remote_access()->RecvFromPeer( in DispatchRecv()
Dhierarchical_tree_broadcaster.cc421 col_ctx_->col_exec->remote_access()->PostToPeer( in DispatchSend()
441 col_ctx_->col_exec->remote_access()->RecvFromPeer( in DispatchRecv()
Dring_alg.cc392 col_ctx_->col_exec->remote_access()->PostToPeer( in DispatchSend()
412 col_ctx_->col_exec->remote_access()->RecvFromPeer( in DispatchRecv()
/external/libcups/cups/
Dadminutil.c216 int remote_access = 0, /* Remote access allowed? */ in cupsAdminGetServerSettings() local
252 remote_access = 1; in cupsAdminGetServerSettings()
264 remote_access = 1; in cupsAdminGetServerSettings()
365 (remote_access && remote_admin) ? in cupsAdminGetServerSettings()
376 (remote_access && browsing) ? "1" : in cupsAdminGetServerSettings()
/external/toolchain-utils/binary_search_tool/sysroot_wrapper/
Dtest_setup.sh81 . ./remote_access.sh || ret_val=1
/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/autotest/server/cros/update_engine/
Dupdate_engine_test.py33 from chromite.lib import remote_access
855 with remote_access.ChromiumOSDeviceHandler(
/external/tensorflow/tensorflow/core/framework/
Dcollective.h320 virtual CollectiveRemoteAccess* remote_access() { return nullptr; } in remote_access() function
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_worker_service.cc636 CollectiveRemoteAccess* rma = ce_handle.get()->remote_access(); in RecvBufAsync()
/external/tensorflow/tensorflow/c/
Dc_api_experimental.cc530 collective_executor_handle->get()->remote_access()->CheckPeerHealth( in TFE_CollectiveOpsCheckPeerHealth()