commit | f7cc8e8822ed641d7a349308bc20b65acc6f7c56 | [log] [tgz] |
---|---|---|
author | Maxim Naumov <mnaumov@fb.com> | Tue Feb 13 17:23:38 2018 -0800 |
committer | Facebook Github Bot <facebook-github-bot@users.noreply.github.com> | Tue Feb 13 17:46:35 2018 -0800 |
tree | d39452522c34298801778965f79f9699962f03d8 | |
parent | fd28e0fa29def1a92f79bd1fc05ad0e948525c09 [diff] |
Implementing Pow operator (this merges existing pow with a scalar and new pow with a tensor exponent). Summary: The old pow operator has been deleted in math_ops.cc, math_ops.cu and math_ops.h, while the new operator supporting scalar and tensor exponent has been added in pow_op.cc, pow_op.h an elementwise_op.cu. Reviewed By: houseroad Differential Revision: D6893040 fbshipit-source-id: 30f614beea6f859fee25ce4f85573142885dde45
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.
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.