HomeSort by relevance Sort by last modified time
    Searched defs:allocation_tracker_ (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/
service.h 366 AllocationTracker allocation_tracker_; member in class:xla::Service
  /external/v8/src/profiler/
heap-profiler.h 43 return allocation_tracker_.get();
75 bool is_tracking_allocations() const { return !!allocation_tracker_; }
90 std::unique_ptr<AllocationTracker> allocation_tracker_; member in class:v8::internal::HeapProfiler

Completed in 83 milliseconds