Skip to content

Profiling

Jong Choi edited this page Apr 6, 2022 · 1 revision

To enable profiling, add the following "Profile" section under "NeuralNetwork" in .json file:

{
    "NeuralNetwork":
        ....
        "Profile": {
            "enable": 1
        }
}
Clone this wiki locally