mxnet.profiler.profiler_set_config¶
-
mxnet.profiler.
profiler_set_config
(mode='symbolic', filename='profile.json')[source]¶ Set up the configure of profiler (Deprecated).
- Parameters
mode (string, optional) – Indicates whether to enable the profiler, can be ‘symbolic’, or ‘all’. Defaults to symbolic.
filename (string, optional) – The name of output trace file. Defaults to ‘profile.json’.