HomeSort by relevance Sort by last modified time
    Searched defs:LocalMaster (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/core/distributed_runtime/
local_master.h 39 class LocalMaster : public MasterInterface {
41 ~LocalMaster() {}
78 // any LocalMaster objects that may wrap this master. There is no
86 static std::unique_ptr<LocalMaster> Lookup(const string& target);
92 // See `LocalMaster::Lookup` for the factory function that creates
94 LocalMaster(Master* master_impl, const int64 default_timeout_in_ms);
96 TF_DISALLOW_COPY_AND_ASSIGN(LocalMaster);
local_master.cc 49 LocalMaster::LocalMaster(Master* master_impl, const int64 default_timeout_in_ms)
53 Status LocalMaster::CreateSession(CallOptions* call_options,
67 Status LocalMaster::ExtendSession(CallOptions* call_options,
81 Status LocalMaster::PartialRunSetup(CallOptions* call_options,
95 Status LocalMaster::RunStep(CallOptions* call_options,
110 MutableRunStepRequestWrapper* LocalMaster::CreateRunStepRequest() {
114 MutableRunStepResponseWrapper* LocalMaster::CreateRunStepResponse() {
118 Status LocalMaster::CloseSession(CallOptions* call_options,
132 Status LocalMaster::ListDevices(CallOptions* call_options
    [all...]

Completed in 588 milliseconds