Home
last modified time | relevance | path

Searched refs:allocator_name (Results 1 – 13 of 13) sorted by relevance

/external/libchrome/base/metrics/
Dpersistent_histogram_storage.cc26 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()
Dpersistent_histogram_storage.h35 PersistentHistogramStorage(StringPiece allocator_name,
/external/tensorflow/tensorflow/core/framework/
Dlog_memory.proto37 string allocator_name = 2; field
73 string allocator_name = 6; field
88 string allocator_name = 4; field
Dlog_memory.cc59 const string& allocator_name) { in RecordTensorDeallocation() argument
62 deallocation.set_allocator_name(allocator_name); in RecordTensorDeallocation()
Dlog_memory.h80 const string& allocator_name);
Dallocation_description.proto18 string allocator_name = 3; field
Dstep_stats.proto21 string allocator_name = 1; field
/external/tensorflow/tensorflow/core/common_runtime/
Dstep_stats_collector.cc69 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/
Dtfprof_node.cc97 if (mem.allocator_name().find("GPU") == mem.allocator_name().npos) { in AddMemoryStats()
/external/tensorflow/tensorflow/python/client/
Dtimeline.py501 allocator_name = allocation.allocator_name
503 allocator_name, num_bytes)
/external/tensorflow/tensorflow/contrib/gdr/
Dgdr_memory_manager.cc142 const std::string& allocator_name);
589 const std::string& allocator_name) { in InsertMemoryRegion() argument
598 << allocator_name; in InsertMemoryRegion()
/external/tensorflow/tensorflow/contrib/verbs/
Drdma.h204 const std::string& allocator_name);
Drdma.cc1421 const std::string& allocator_name) { in InsertMemoryRegion() argument
1427 << " SIZE: 0x" << length << " (" << allocator_name << ")."; in InsertMemoryRegion()