Home
last modified time | relevance | path

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

/third_party/mindspore/scripts/
Dsetdotlabelwidth36 def calc_num_chars_per_row(total_chars, ratio): argument
37 chars_per_row = math.ceil(math.sqrt(total_chars * ratio))