Searched refs:max_heap (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/convert/ |
H A D | hlo_proto_to_memory_visualization_utils.cc | 404 std::vector<HeapObject> max_heap; in ConvertHloProtoToPreprocessResult() local 427 max_heap.push_back(MakeHeapObject( in ConvertHloProtoToPreprocessResult() 502 max_heap.push_back(MakeHeapObject( in ConvertHloProtoToPreprocessResult() 508 max_heap_by_size.reserve(max_heap.size()); in ConvertHloProtoToPreprocessResult() 509 for (const auto& object : max_heap) { in ConvertHloProtoToPreprocessResult() 519 max_heap_to_by_size.reserve(max_heap.size()); in ConvertHloProtoToPreprocessResult() 520 for (const auto& object : max_heap) { in ConvertHloProtoToPreprocessResult() 529 int index = object - &max_heap[0]; in ConvertHloProtoToPreprocessResult() 540 *result.mutable_max_heap() = {max_heap.begin(), max_heap.end()}; in ConvertHloProtoToPreprocessResult()
|
/aosp_15_r20/external/perfetto/src/profiling/memory/ |
H A D | client_api.cc | 139 uint32_t max_heap = g_next_heap_id.load(); in DisableAllHeaps() local 143 for (uint32_t i = kMinHeapId; i < max_heap; ++i) { in DisableAllHeaps() 149 for (uint32_t i = kMinHeapId; i < max_heap; ++i) { in DisableAllHeaps() 541 uint32_t max_heap = g_next_heap_id.load(); in AHeapProfile_initSession() local 554 for (uint32_t i = kMinHeapId; i < max_heap; ++i) { in AHeapProfile_initSession() 579 for (uint32_t i = kMinHeapId; i < max_heap; ++i) { in AHeapProfile_initSession()
|
/aosp_15_r20/external/mbedtls/scripts/ |
H A D | massif_max.pl | 21 my ($max, $max_heap, $max_he, $max_stack) = (0, 0, 0, 0); 32 ($max, $max_heap, $max_he, $max_stack) = ($total, $heap, $heap_extra, $stack); 36 printf "$max (heap $max_heap+$max_he, stack $max_stack)\n";
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/scripts/ |
H A D | massif_max.pl | 21 my ($max, $max_heap, $max_he, $max_stack) = (0, 0, 0, 0); 32 ($max, $max_heap, $max_he, $max_stack) = ($total, $heap, $heap_extra, $stack); 36 printf "$max (heap $max_heap+$max_he, stack $max_stack)\n";
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | topk_op_gpu.h | 303 auto max_heap = IndexedHeap<HeapType::kMaxHeap, PreferIndices::kLower, in mergeShards() 307 max_heap.build(heap_size); in mergeShards() 313 const Entry<T>& max_element = max_heap.root(); in mergeShards() 320 max_heap.replace_root({next_shard_index, entries[next_shard_index].value}, in mergeShards() 325 const Entry<T>& max_element = max_heap.root(); in mergeShards()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/protobuf/ |
H A D | memory_viewer_preprocess.proto | 61 repeated HeapObject max_heap = 3; field
|