Searched defs:incarnation (Results 1 – 11 of 11) sorted by relevance
/external/tensorflow/tensorflow/core/framework/ |
D | device_attributes.proto | 49 fixed64 incarnation = 6; field
|
/external/tensorflow/tensorflow/core/distributed_runtime/coordination/ |
D | coordination_service_rpc_handler.cc | 49 const uint64_t incarnation = request->incarnation(); in RegisterTaskAsync() local 66 const uint64_t incarnation = request->incarnation(); in HeartbeatAsync() local
|
D | coordination_service.cc | 511 const CoordinatedTask& task, uint64_t incarnation) { in RegisterTask() 646 const CoordinatedTask& task, uint64_t incarnation) { in RecordHeartbeat()
|
/external/tensorflow/tensorflow/core/protobuf/ |
D | coordination_service.proto | 64 fixed64 incarnation = 3; field 79 fixed64 incarnation = 3; field
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | buf_rendezvous_test.cc | 33 const uint64 incarnation) { in NewDevice() 49 const uint64 incarnation) { in InitializeDevice()
|
D | single_threaded_executor_test.cc | 173 Rendezvous::ParsedKey Key(const string& sender, const uint64 incarnation, in Key()
|
D | executor_test.cc | 149 Rendezvous::ParsedKey Key(const string& sender, const uint64 incarnation, in Key()
|
D | process_function_library_runtime_test.cc | 392 int64_t incarnation; in TEST_F() local
|
/external/tensorflow/tensorflow/python/client/ |
D | session.py | 603 def __init__(self, name, device_type, memory_limit_bytes, incarnation): argument 622 def incarnation(self): member in _DeviceAttributes
|
/external/tensorflow/tensorflow/core/common_runtime/eager/ |
D | tensor_handle_test.cc | 85 int64_t incarnation = random::New64(); in CreateDevice() local
|
/external/tensorflow/tensorflow/core/graph/ |
D | graph_partition.cc | 959 int64_t incarnation = PartitionOptions::kIllegalIncarnation; in SetIncarnation() local
|