You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/05/28 19:20:28 UTC

[GitHub] [incubator-mxnet] anirudh2290 commented on issue #15069: [WIP] Profiler RFC: Introducing new APIs

anirudh2290 commented on issue #15069: [WIP] Profiler RFC: Introducing new APIs
URL: https://github.com/apache/incubator-mxnet/issues/15069#issuecomment-496652557
 
 
   I understand the value of getting the dump output in a different format compared to tabular form. This can also be useful for doing post-processing on the dumped output as required by new profiler features like these: https://github.com/apache/incubator-mxnet/pull/14973 . Having said that, I think of `get_summary` as similar to `dumps` but outputting a different format. In this sense, we don't need to add a new API but just add support format to existing API. For example:
   ```
   def dumps(reset=False, format="table" or "json", sort_by=..)
   ```
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services