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

  /external/tensorflow/tensorflow/compiler/xla/service/
channel_tracker.h 71 ChannelHandle AllocateHandle() EXCLUSIVE_LOCKS_REQUIRED(channel_mutex_);
channel_tracker.cc 38 const ChannelHandle new_handle = AllocateHandle();
59 ChannelHandle ChannelTracker::AllocateHandle() {
computation_tracker.h 92 ComputationHandle AllocateHandle()
computation_tracker.cc 64 if (!old_to_new.emplace(old_handle, AllocateHandle()).second) {
118 ComputationHandle ComputationTracker::AllocateHandle() {
129 const ComputationHandle new_handle = AllocateHandle();

Completed in 58 milliseconds