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

  /external/tensorflow/tensorflow/core/distributed_runtime/
partial_run_mgr_test.cc 29 partial_run_mgr.FindOrCreate(step_id, &cancellation_manager);
38 partial_run_mgr.FindOrCreate(step_id, &cancellation_manager);
41 partial_run_mgr.FindOrCreate(step_id, &found_cancellation_manager);
50 partial_run_mgr.FindOrCreate(step_id, &cancellation_manager);
51 // FindOrCreate on a new step should return a new cancellation_manager.
54 partial_run_mgr.FindOrCreate(new_step_id, &new_cancellation_manager);
64 partial_run_mgr.FindOrCreate(step_id, &cancellation_manager);
112 partial_run_mgr_.FindOrCreate(step_id, &cancellation_manager);
128 partial_run_mgr_.FindOrCreate(step_id, &cancellation_manager);
partial_run_mgr.h 53 bool FindOrCreate(int step_id, CancellationManager** cancellation_manager);
partial_run_mgr.cc 29 bool PartialRunMgr::FindOrCreate(int step_id,
base_rendezvous_mgr.h 108 BaseRemoteRendezvous* FindOrCreate(int64 step_id);
base_rendezvous_mgr.cc 54 return FindOrCreate(step_id);
57 BaseRemoteRendezvous* BaseRendezvousMgr::FindOrCreate(int64 step_id) {
71 auto rendez = FindOrCreate(step_id);
worker.cc 229 bool is_new_partial_run = partial_run_mgr_.FindOrCreate(step_id, &cm);
graph_mgr.cc 247 return opseg->FindOrCreate(session, ndef.name(), kernel, create_fn);
  /external/tensorflow/tensorflow/core/framework/
op_segment_test.cc 86 TF_EXPECT_OK(opseg.FindOrCreate("A", ndef->name(), &op, GetFn(ndef)));
91 TF_EXPECT_OK(opseg.FindOrCreate("B", ndef->name(), &op, GetFn(ndef)));
101 opseg.FindOrCreate("A", strings::StrCat("op", i), &op, reterr));
106 opseg.FindOrCreate("B", strings::StrCat("op", i), &op, reterr));
118 Status s = opseg.FindOrCreate("A", def.name(), &op, GetFn(&def));
128 Status s = opseg.FindOrCreate("A", def.name(), &op, GetFn(&def));
143 TF_EXPECT_OK(opseg.FindOrCreate("foo", ndef.name(), &op, GetFn(&ndef)));
op_segment.h 60 Status FindOrCreate(const string& session_handle, const string& node_name,
op_segment.cc 37 Status OpSegment::FindOrCreate(const string& session_handle,
  /external/v8/src/crankshaft/
hydrogen-load-elimination.cc 212 HFieldApproximation* approx = FindOrCreate(object, field);
252 HFieldApproximation* approx = FindOrCreate(object, field);
319 HFieldApproximation* FindOrCreate(HValue* object, int field) {
  /external/sfntly/cpp/src/test/tinyxml/
tinyxml.cpp 742 TiXmlAttribute* attrib = attributeSet.FindOrCreate( name );
752 TiXmlAttribute* attrib = attributeSet.FindOrCreate( name );
762 TiXmlAttribute* attrib = attributeSet.FindOrCreate( name );
772 TiXmlAttribute* attrib = attributeSet.FindOrCreate( name );
782 TiXmlAttribute* attrib = attributeSet.FindOrCreate( cname );
792 TiXmlAttribute* attrib = attributeSet.FindOrCreate( _name );
1559 TiXmlAttribute* TiXmlAttributeSet::FindOrCreate( const std::string& _name )
1583 TiXmlAttribute* TiXmlAttributeSet::FindOrCreate( const char* _name )
    [all...]
tinyxml.h     [all...]
  /external/tensorflow/tensorflow/core/common_runtime/
direct_session.cc     [all...]

Completed in 126 milliseconds