commit | 7ebd589801545f104f7b93c5a4ff42be9e51b20f | [log] [tgz] |
---|---|---|
author | Dong Li <dongli@fb.com> | Tue Dec 05 18:26:07 2017 -0800 |
committer | Facebook Github Bot <facebook-github-bot@users.noreply.github.com> | Tue Dec 05 18:32:43 2017 -0800 |
tree | b8e4cb3946c921bc2d74f2bfa16eea823e617c25 | |
parent | 0a2c5d1ad7c94540b2bfed6120aae4628be181f0 [diff] |
Added supports to prof_dag_net and GetProfDagStats operator to collect not only per-op-type cost but also per-op cost. Summary: Previously, GetProfDagStats operator collects per-op-type cost of a given prof_dag net. With this diff, the operator GetProfDagStats has a new option “per_op”, when it is false (default value) , the operator still calculates per-op-type cost. Otherwise, it returns per_op cost, the cost of multiple instances of the same op type will be calculated separately Reviewed By: heslami Differential Revision: D6478547 fbshipit-source-id: 82f00f5fb262cd60b81d2accdd8e3598ddf2eefe
Caffe2 is a lightweight, modular, and scalable deep learning framework. Building on the original Caffe, Caffe2 is designed with expression, speed, and modularity in mind.
Caffe2 research award competition request for proposals
Please use Github issues (https://github.com/caffe2/caffe2/issues) to ask questions, report bugs, and request new features.
Please participate in our survey (https://www.surveymonkey.com/r/caffe2). We will send you information about new releases and special developer events/webinars.
Caffe2 is released under the Apache 2.0 license. See the NOTICE file for details.