Searched refs:AllocateHandle (Results 1 - 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
H A Dchannel_tracker.h71 ChannelHandle AllocateHandle() EXCLUSIVE_LOCKS_REQUIRED(channel_mutex_);
H A Dchannel_tracker.cc38 const ChannelHandle new_handle = AllocateHandle();
59 ChannelHandle ChannelTracker::AllocateHandle() { function in class:xla::ChannelTracker
H A Dcomputation_tracker.h92 ComputationHandle AllocateHandle()
H A Dcomputation_tracker.cc64 if (!old_to_new.emplace(old_handle, AllocateHandle()).second) {
118 ComputationHandle ComputationTracker::AllocateHandle() { function in class:xla::ComputationTracker
129 const ComputationHandle new_handle = AllocateHandle();

Completed in 95 milliseconds