commit | ccea6924a2eb570d33cbe7ed52459acd65ecdd1b | [log] [tgz] |
---|---|---|
author | Orion Reblitz-Richardson <orionr@gmail.com> | Wed Feb 21 16:51:35 2018 -0800 |
committer | Orion Reblitz-Richardson <orionr@gmail.com> | Wed Feb 21 18:31:45 2018 -0800 |
tree | 0373dc50f759a9a939c4110f5ad27aea798686d8 | |
parent | 5e4acd032beea29effd722ccb655b8aca5e96a37 [diff] |
Implementing Pow operator (this merges existing pow with a scalar and new pow with a tensor exponent). Second Try. 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.
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.