Home
last modified time | relevance | path

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

/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.proto17 string allocator_name = 3; field
Dstep_stats.proto21 string allocator_name = 1; field
/external/libchrome/base/trace_event/
Dprocess_memory_dump.cc245 const char* allocator_name) { in DumpHeapUsage() argument
247 DCHECK_EQ(0ul, heap_dumps_.count(allocator_name)); in DumpHeapUsage()
250 heap_dumps_[allocator_name] = std::move(heap_dump); in DumpHeapUsage()
254 allocator_name); in DumpHeapUsage()
Dprocess_memory_dump.h125 const char* allocator_name);
/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/core/common_runtime/
Dstep_stats_collector.cc303 if (err.find(alloc.first->allocator_name()) == err.npos) { in ReportAllocsOnResourceExhausted()
307 std::make_pair(dev_stat.first, alloc.first->allocator_name()); in ReportAllocsOnResourceExhausted()
Dexecutor.cc89 strings::StrCat(memory, "[", all.allocator_name(), in SetTimelineLabel()
93 memory = strings::StrCat(memory, "[", all.allocator_name(), in SetTimelineLabel()
/external/tensorflow/tensorflow/contrib/verbs/
Drdma.h204 const std::string& allocator_name);
Drdma.cc1419 const std::string& allocator_name) { in InsertMemoryRegion() argument
1425 << " SIZE: 0x" << length << " (" << allocator_name << ")."; in InsertMemoryRegion()