Home
last modified time | relevance | path

Searched defs:Master (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_master_service.h27 class Master; variable
Dgrpc_server_lib.h44 class Master; variable
/external/tensorflow/tensorflow/core/distributed_runtime/
Dlocal_master.h25 class Master; variable
Dmaster.cc64 Master::Master(MasterEnv* env, double session_gc_seconds) in Master() function in tensorflow::Master
/external/crosvm/devices/src/virtio/vhost/user/
Dhandler.rs19 fn set_features(vu: &mut Master, avail_features: u64, ack_features: u64) -> Result<u64> { in set_features()
35 mut vu: Master, in new()
/external/rust/crates/vmm_vhost/src/vhost_user/
Dmaster.rs70 pub struct Master { struct
71 node: Arc<Mutex<MasterInternal>>, argument
74 impl Master { impl
130 impl VhostBackend for Master { implementation
316 impl VhostUserMaster for Master { implementation
503 impl AsRawFd for Master { implementation
717 fn create_pair<P: AsRef<Path>>(path: P) -> (Master, Endpoint<MasterReq>) { in create_pair()
Dmod.rs199 fn create_slave<P, S>(path: P, backend: Arc<S>) -> (Master, SlaveReqHandler<S>) in create_slave()