Home
last modified time | relevance | path

Searched refs:max_heap_to_by_size (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.cc518 std::vector<int> max_heap_to_by_size; in ConvertHloProtoToPreprocessResult() local
519 max_heap_to_by_size.reserve(max_heap.size()); in ConvertHloProtoToPreprocessResult()
524 max_heap_to_by_size.push_back(index); in ConvertHloProtoToPreprocessResult()
544 *result.mutable_max_heap_to_by_size() = {max_heap_to_by_size.begin(), in ConvertHloProtoToPreprocessResult()
545 max_heap_to_by_size.end()}; in ConvertHloProtoToPreprocessResult()
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/protobuf/
H A Dmemory_viewer_preprocess.proto72 repeated int32 max_heap_to_by_size = 6; field