Skip to content

Conversation

@zhwesky2010
Copy link
Contributor

@zhwesky2010 zhwesky2010 commented Dec 17, 2021

PR types

New features

PR changes

OPs

Describe

New API/OP: paddle.Tensor.exponential_

import paddle paddle.set_device('cpu') paddle.seed(100) x = paddle.empty([2,3]) x.exponential_() # [[0.80643415, 0.23211166, 0.01169797], # [0.72520673, 0.45208144, 0.30234432]] 

infoflow 2021-12-21 15-49-24

@paddle-bot-old
Copy link

Thanks for your contribution!
Please wait for the result of CI firstly. See Paddle CI Manual for details.

Copy link
Contributor

@TCChenlong TCChenlong left a comment

Choose a reason for hiding this comment

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

LGTM

@zhwesky2010 zhwesky2010 merged commit 3318500 into PaddlePaddle:develop Dec 24, 2021
@zhwesky2010 zhwesky2010 changed the title add new API/OP:paddle.Tensor.exponential_ [Random op]add new API/OP:paddle.Tensor.exponential_ Apr 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants