graph G { compound="true" rankdir="TB" bgcolor="white" fontname="Tahoma" node [ fixedsize="false" fontname="Tahoma" color="white" fillcolor="deepskyblue2" fontcolor="black" shape="box" style="filled" penwidth="1.0" ] edge [ fontname="Arial" color="#00688b" fontcolor="black" fontsize="12" arrowsize="0.5" penwidth="1.0" ] "[inference/convert.py]" -- "[inference/kernel.py]" [label=" 5 ", penwidth="5", color="#00688bA5"]; "[inference/generate.py]" -- "[inference/kernel.py]" [label=" 5 ", penwidth="5", color="#00688bA5"]; "[inference/generate.py]" -- "[inference/convert.py]" [label=" 5 ", penwidth="5", color="#00688bA5"]; "[inference/generate.py]" -- "[inference/model.py]" [label=" 4 ", penwidth="4", color="#00688b93"]; "[inference/model.py]" -- "[inference/kernel.py]" [label=" 4 ", penwidth="4", color="#00688b93"]; "[inference/convert.py]" -- "[inference/model.py]" [label=" 4 ", penwidth="4", color="#00688b93"]; "[inference/fp8_cast_bf16.py]" -- "[inference/kernel.py]" [label=" 3 ", penwidth="3", color="#00688b82"]; "[inference/fp8_cast_bf16.py]" -- "[inference/generate.py]" [label=" 3 ", penwidth="3", color="#00688b82"]; "[inference/fp8_cast_bf16.py]" -- "[inference/convert.py]" [label=" 3 ", penwidth="3", color="#00688b82"]; "[inference/fp8_cast_bf16.py]" -- "[inference/model.py]" [label=" 2 ", penwidth="2", color="#00688b70"]; }