Home
last modified time | relevance | path

Searched refs:incarnation (Results 1 – 25 of 33) sorted by relevance

12

/external/tensorflow/tensorflow/python/client/
Dsession_list_devices_test.py41 self.assertTrue(all(d.incarnation != 0 for d in devices))
60 self.assertTrue(all(d.incarnation != 0 for d in devices))
80 self.assertTrue(all(d.incarnation != 0 for d in devices))
Dsession.py587 def __init__(self, name, device_type, memory_limit_bytes, incarnation): argument
591 self._incarnation = incarnation
606 def incarnation(self): member in _DeviceAttributes
614 self.incarnation,
711 incarnation = tf_session.TF_DeviceListIncarnation(raw_device_list, i)
713 _DeviceAttributes(name, device_type, memory, incarnation))
Dsession_test.py1995 self.assertEqual(1000000, attrs.incarnation)
2005 self.assertEqual(1000000, attrs.incarnation)
/external/tensorflow/tensorflow/core/framework/
Ddevice_attributes.proto47 // initialized. "incarnation" should never be 0.
48 fixed64 incarnation = 6; field
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_MultiDeviceIteratorInit.pbtxt24 An int64 indicating which incarnation of the MultiDeviceIterator
Dapi_def_MultiDeviceIteratorGetNextFromShard.pbtxt18 Which incarnation of the MultiDeviceIterator is running.
/external/tensorflow/tensorflow/core/common_runtime/
Ddevice.cc49 } while (da.incarnation() == 0); // This proto field must not be zero in BuildDeviceAttributes()
Dprocess_function_library_runtime_test.cc256 int64 incarnation; in TEST_F() local
258 &incarnation)); in TEST_F()
260 EXPECT_NE(incarnation, 0); in TEST_F()
262 &incarnation); in TEST_F()
Dpartitioning_utils.cc46 return d->attributes().incarnation(); in PartitionFunctionGraph()
Dexecutor_test.cc131 Rendezvous::ParsedKey Key(const string& sender, const uint64 incarnation, in Key() argument
135 Rendezvous::ParseKey(Rendezvous::CreateKey(sender, incarnation, receiver, in Key()
Dprocess_function_library_runtime.h84 int64* incarnation) const;
Dprocess_function_library_runtime.cc147 const string& device_name, int64* incarnation) const { in GetDeviceIncarnation()
152 *incarnation = flr->device()->attributes().incarnation(); in GetDeviceIncarnation()
Ddirect_session.cc139 strings::FpToString(device_info.incarnation()), ";", in GetRendezvousKey()
/external/tensorflow/tensorflow/core/kernels/data/
Dsingle_threaded_executor_test.cc130 Rendezvous::ParsedKey Key(const string& sender, const uint64 incarnation, in Key() argument
134 Rendezvous::ParseKey(Rendezvous::CreateKey(sender, incarnation, receiver, in Key()
/external/tensorflow/tensorflow/core/graph/
Dsubgraph.cc249 static_cast<int64>(device_info().incarnation())) in AddNode()
287 static_cast<int64>(device_info().incarnation())) in AddNode()
Dgraph_partition.cc931 int64 incarnation = PartitionOptions::kIllegalIncarnation; in SetIncarnation() local
932 if (!GetNodeAttr(*ndef, "send_device_incarnation", &incarnation).ok() || in SetIncarnation()
933 (incarnation == PartitionOptions::kIllegalIncarnation)) { in SetIncarnation()
934 incarnation = opts.get_incarnation(send_device); in SetIncarnation()
935 SetAttrValue(incarnation, in SetIncarnation()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dworker.cc438 if ((*src_dev)->attributes().incarnation() != parsed.src_incarnation) { in PrepareRecvTensor()
441 parsed.src_incarnation, " vs. ", (*src_dev)->attributes().incarnation(), in PrepareRecvTensor()
Dgraph_mgr.cc165 return device->attributes().incarnation(); in InitItem()
Dmaster_session.cc1593 return d->attributes().incarnation(); in BuildAndRegisterPartitions()
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dexecute.cc1072 static_cast<int64>(device->attributes().incarnation())); in ExecuteSend()
1153 send_device->attributes().incarnation(), result); in EagerCopyToDevice()
/external/tensorflow/tensorflow/contrib/verbs/
Drdma.cc1026 if ((*src_dev)->attributes().incarnation() != parsed.src_incarnation) { in PrepareRecvTensor()
1029 parsed.src_incarnation, " vs. ", (*src_dev)->attributes().incarnation(), in PrepareRecvTensor()
/external/llvm/docs/
DExtendingLLVM.rst16 current incarnation or can it be synthesized from already pre-existing LLVM
/external/python/cpython2/Objects/
Ddictnotes.txt268 The simplest incarnation is to save the most recently accessed entry.
Dlistsort.txt602 on random data than does its current incarnation.]
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DExtendingLLVM.rst16 current incarnation or can it be synthesized from already pre-existing LLVM

12