Home
last modified time | relevance | path

Searched refs:active_allocations (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/convert/
Dxplane_to_memory_profile.cc409 protobuf::RepeatedPtrField<ActiveAllocation>* active_allocations) { in SampleSnapshots() argument
416 for (const auto& allocation : *active_allocations) { in SampleSnapshots()
461 for (auto& allocation : *active_allocations) { in SampleSnapshots()
Dxplane_to_memory_profile_test.cc109 allocator_memory_profile.active_allocations().at(2).snapshot_index(), 2); in TEST()
/external/tensorflow/tensorflow/core/profiler/protobuf/
Dmemory_profile.proto106 repeated ActiveAllocation active_allocations = 3; field