Searched refs:allocator_name (Results 1 – 13 of 13) sorted by relevance
/external/libchrome/base/metrics/ |
D | persistent_histogram_storage.cc | 26 StringPiece allocator_name, in PersistentHistogramStorage() argument 29 DCHECK(!allocator_name.empty()); in PersistentHistogramStorage() 30 DCHECK(IsStringASCII(allocator_name)); in PersistentHistogramStorage() 34 allocator_name); in PersistentHistogramStorage() 35 GlobalHistogramAllocator::Get()->CreateTrackingHistograms(allocator_name); in PersistentHistogramStorage()
|
D | persistent_histogram_storage.h | 35 PersistentHistogramStorage(StringPiece allocator_name,
|
/external/tensorflow/tensorflow/core/framework/ |
D | log_memory.proto | 37 string allocator_name = 2; field 73 string allocator_name = 6; field 88 string allocator_name = 4; field
|
D | log_memory.cc | 59 const string& allocator_name) { in RecordTensorDeallocation() argument 62 deallocation.set_allocator_name(allocator_name); in RecordTensorDeallocation()
|
D | log_memory.h | 80 const string& allocator_name);
|
D | allocation_description.proto | 18 string allocator_name = 3; field
|
D | step_stats.proto | 21 string allocator_name = 1; field
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | step_stats_collector.cc | 69 strings::StrCat(memory, "[", all.allocator_name(), in Done() 73 memory = strings::StrCat(memory, "[", all.allocator_name(), in Done() 458 if (err.find(alloc.first->allocator_name()) == err.npos) { in ReportAllocsOnResourceExhausted() 462 std::make_pair(dev_stat.first, alloc.first->allocator_name()); in ReportAllocsOnResourceExhausted()
|
/external/tensorflow/tensorflow/core/profiler/internal/ |
D | tfprof_node.cc | 97 if (mem.allocator_name().find("GPU") == mem.allocator_name().npos) { in AddMemoryStats()
|
/external/tensorflow/tensorflow/python/client/ |
D | timeline.py | 501 allocator_name = allocation.allocator_name 503 allocator_name, num_bytes)
|
/external/tensorflow/tensorflow/contrib/gdr/ |
D | gdr_memory_manager.cc | 142 const std::string& allocator_name); 589 const std::string& allocator_name) { in InsertMemoryRegion() argument 598 << allocator_name; in InsertMemoryRegion()
|
/external/tensorflow/tensorflow/contrib/verbs/ |
D | rdma.h | 204 const std::string& allocator_name);
|
D | rdma.cc | 1421 const std::string& allocator_name) { in InsertMemoryRegion() argument 1427 << " SIZE: 0x" << length << " (" << allocator_name << ")."; in InsertMemoryRegion()
|