Home
last modified time | relevance | path

Searched defs:new_server (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/eager/
H A Dcontext_distributed_manager.cc420 std::unique_ptr<ServerInterface> new_server; in UpdateContextWithServerDef() local
697 std::unique_ptr<ServerInterface> new_server; in EnableCollectiveOps() local
H A Dcontext.cc1323 std::unique_ptr<ServerInterface> new_server, DeviceMgr* device_mgr, in StoreCollectiveOpsServer()
/aosp_15_r20/device/linaro/dragonboard/shared/utils/qrtr/
Dqrtr.py42 def new_server(self, service, version, instance): member in qrtr
/aosp_15_r20/external/rust/android-crates-io/crates/tonic/src/codec/
Dencode.rs277 pub(crate) fn new_server(inner: S) -> Self { in new_server() function