Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/convert/
H A Dhlo_proto_to_memory_visualization_utils.cc612 int64_t buffer_allocation_index = proto.buffer_assignment() in GetHeapSimulatorTraceIdFromBufferAllocationIndex() local
614 .buffer_allocation_index(); in GetHeapSimulatorTraceIdFromBufferAllocationIndex()
615 const auto iter = id_to_buffer_allocation.find(buffer_allocation_index); in GetHeapSimulatorTraceIdFromBufferAllocationIndex()
616 if (buffer_allocation_index && iter != id_to_buffer_allocation.end()) { in GetHeapSimulatorTraceIdFromBufferAllocationIndex()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo.proto603 int64 buffer_allocation_index = 3; field