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

  /external/tensorflow/tensorflow/core/distributed_runtime/
master_session.h 135 // ReffedClientGraph the can execute it. We keep up to one old copy
136 // of each ReffedClientGraph around because if it gets deallocated
139 class ReffedClientGraph;
140 typedef std::unordered_map<uint64, ReffedClientGraph*> RCGMap;
160 ReffedClientGraph* rcg = nullptr;
168 const std::vector<string>& output_names, ReffedClientGraph* rcg,
209 ReffedClientGraph** graph, bool is_partial);
210 void ClearRunsTable(std::vector<ReffedClientGraph*>* to_unref,
220 Status BuildAndRegisterPartitions(ReffedClientGraph* rcg);
master_session.cc 63 class MasterSession::ReffedClientGraph : public core::RefCounted {
65 ReffedClientGraph(const string& handle, const BuildGraphOptions& bopts,
78 VLOG(1) << "Created ReffedClientGraph for node with "
89 ~ReffedClientGraph() override {
118 // ReffedClientGraph owns p.worker so we need to hold a ref to
276 TF_DISALLOW_COPY_AND_ASSIGN(ReffedClientGraph);
279 Status MasterSession::ReffedClientGraph::RegisterPartitions(
324 void MasterSession::ReffedClientGraph::TrackFeedsAndFetches(
362 Status MasterSession::ReffedClientGraph::DoBuildPartitions(
378 Status MasterSession::ReffedClientGraph::DoRegisterPartitions
    [all...]

Completed in 47 milliseconds