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

  /external/tensorflow/tensorflow/compiler/xla/service/
allocation_tracker.h 43 AllocationTracker(Backend* backend) : backend_(backend), next_handle_(1) {}
108 int64 next_handle_ GUARDED_BY(mutex_);
execution_tracker.cc 47 ExecutionTracker::ExecutionTracker() : next_handle_(1) {}
53 int64 handle = next_handle_++;
execution_tracker.h 89 int64 next_handle_ GUARDED_BY(execution_mutex_);
allocation_tracker.cc 53 int64 handle = next_handle_++;
  /external/tensorflow/tensorflow/core/common_runtime/
process_function_library_runtime.cc 35 next_handle_(0),
58 next_handle_(0),
169 h = next_handle_;
172 next_handle_++;
process_function_library_runtime.h 166 int next_handle_ GUARDED_BY(mu_);
function.cc 206 int next_handle_ GUARDED_BY(mu_);
261 next_handle_(0),
524 *handle = parent_->AddHandle(key, device_name_, next_handle_);
528 items_.insert({next_handle_, item});
529 next_handle_++;
    [all...]
  /system/tpm/attestation/server/
pkcs11_key_store_test.cc 141 next_handle_(1) {}
178 *new_object_handle = next_handle_++;
296 uint64_t next_handle_; // Tracks handle assignment member in class:attestation::KeyStoreTest

Completed in 99 milliseconds