HomeSort by relevance Sort by last modified time
    Searched refs:remote_access (Results 1 - 7 of 7) sorted by null

  /external/tensorflow/tensorflow/core/common_runtime/
base_collective_executor.h 97 PerStepCollectiveRemoteAccess* remote_access,
103 remote_access_(remote_access),
117 PerStepCollectiveRemoteAccess* remote_access() override {
  /external/toolchain-utils/binary_search_tool/common/
test_setup.sh 81 . ./remote_access.sh || ret_val=1
  /external/autotest/server/site_tests/firmware_FWupdate/
firmware_FWupdate.py 10 from chromite.lib import remote_access
126 dut_access = remote_access.RemoteDevice(hostname, username='root')
  /external/tensorflow/tensorflow/contrib/gdr/
gdr_worker.cc 161 CollectiveRemoteAccess* rma = ce_handle.get()->remote_access();
  /external/tensorflow/tensorflow/core/framework/
collective.h 277 virtual PerStepCollectiveRemoteAccess* remote_access() { return nullptr; } function in class:tensorflow::CollectiveExecutor
  /external/libcups/cups/
adminutil.c 957 int remote_access = 0, /* Remote access allowed? */ local
993 remote_access = 1;
1005 remote_access = 1;
1106 (remote_access && remote_admin) ?
1117 (remote_access && browsing) ? "1" :
    [all...]
  /external/tensorflow/tensorflow/core/distributed_runtime/rpc/
grpc_worker_service.cc 566 CollectiveRemoteAccess* rma = ce_handle.get()->remote_access();

Completed in 3850 milliseconds