Home
last modified time | relevance | path

Searched defs:remote_access (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dbase_collective_executor.h99 CollectiveRemoteAccess* remote_access, int64_t step_id, in BaseCollectiveExecutor()
119 CollectiveRemoteAccess* remote_access() override { in remote_access() function
H A Dcollective_test_util.h84 FailTestRMA* remote_access; member
H A Dtest_collective_executor_mgr.h36 CollectiveRemoteAccess* remote_access() override { return rma_; } in remote_access() function
/aosp_15_r20/external/libcups/cups/
H A Dadminutil.c216 int remote_access = 0, /* Remote access allowed? */ in cupsAdminGetServerSettings() local
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dcollective.h347 virtual CollectiveRemoteAccess* remote_access() { return nullptr; } in remote_access() function