Home
last modified time | relevance | path

Searched refs:other_dump (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/trace_event/
Dmalloc_dump_provider.cc277 MemoryAllocatorDump* other_dump = in OnMemoryDump() local
279 other_dump->AddScalar(MemoryAllocatorDump::kNameSize, in OnMemoryDump()
/external/tensorflow/tensorflow/contrib/learn/python/learn/
Dmonitors.py861 def compare(self, other_dump, step, atol=1e-06): argument
880 other_output = other_dump.data[step] if step in other_dump.data else {}