Skip to content

Conversation

@vishakha-nervana
Copy link
Contributor

Added Softplus Op

static Status TranslateSoftplusOp(
const Node* op, const std::vector<const Tensor*>& static_input_map,
Builder::OpMap& ng_op_map) {
shared_ptr<ng::Node> ng_inp;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

May be add this - log(exp(features) + 1) as a comment for future reference.

Copy link
Contributor

@kanvi-nervana kanvi-nervana left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor comment otherwise LGTM :)

static Status TranslateSoftplusOp(
const Node* op, const std::vector<const Tensor*>& static_input_map,
Builder::OpMap& ng_op_map) {
shared_ptr<ng::Node> ng_inp;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

May be add this - log(exp(features) + 1) as a comment for future reference.

@sayantan-nervana sayantan-nervana added the ready to merge This PR is the next in the queue. label Aug 8, 2019
@sayantan-nervana sayantan-nervana merged commit 7f179c3 into master Aug 8, 2019
@sayantan-nervana sayantan-nervana deleted the vishakha/softplus branch August 8, 2019 21:56
gopoka pushed a commit that referenced this pull request Oct 28, 2019
gopoka pushed a commit that referenced this pull request Oct 28, 2019
Added Softplus Op
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

fully reviewed ready to merge This PR is the next in the queue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants