Searched refs:ReffedClientGraph (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | master_session.h | 155 class ReffedClientGraph; variable 156 typedef std::unordered_map<uint64, ReffedClientGraph*> RCGMap; 178 ReffedClientGraph* rcg = nullptr; 187 const std::vector<string>& output_names, ReffedClientGraph* rcg, 227 ReffedClientGraph** out_rcg, int64* out_count); 228 void ClearRunsTable(std::vector<ReffedClientGraph*>* to_unref, 230 void FillPerStepState(MasterSession::ReffedClientGraph* rcg, 239 Status DoRunCallable(CallOptions* opts, ReffedClientGraph* rcg, 242 Status PostRunCleanup(MasterSession::ReffedClientGraph* rcg, uint64 step_id, 251 Status BuildAndRegisterPartitions(ReffedClientGraph* rcg);
|
D | master_session.cc | 65 class MasterSession::ReffedClientGraph : public core::RefCounted { class in tensorflow::MasterSession 67 ReffedClientGraph(const string& handle, const BuildGraphOptions& bopts, in ReffedClientGraph() function in tensorflow::MasterSession::ReffedClientGraph 98 ~ReffedClientGraph() override { in ~ReffedClientGraph() 328 TF_DISALLOW_COPY_AND_ASSIGN(ReffedClientGraph); 331 Status MasterSession::ReffedClientGraph::RegisterPartitions( in RegisterPartitions() 382 void MasterSession::ReffedClientGraph::TrackFeedsAndFetches( in TrackFeedsAndFetches() 420 Status MasterSession::ReffedClientGraph::DoBuildPartitions( in DoBuildPartitions() 436 Status MasterSession::ReffedClientGraph::DoRegisterPartitions( in DoRegisterPartitions() 591 Status MasterSession::ReffedClientGraph::RunPartitionsHelper( in RunPartitionsHelper() 750 Status MasterSession::ReffedClientGraph::RunPartitions( in RunPartitions() [all …]
|