Skip to content

change float to real in two tests#967

Merged
pengli09 merged 2 commits intoPaddlePaddle:developfrom
pengli09:fix_test_type
Dec 21, 2016
Merged

change float to real in two tests#967
pengli09 merged 2 commits intoPaddlePaddle:developfrom
pengli09:fix_test_type

Conversation

@pengli09
Copy link
Contributor

Change float in test_ConvTrans and test_ConvUnify to real.

Change float in test_ConvTrans and test_ConvUnify to real.
17,
18};
float param2[] = {1, 2, 3, 4, 5, 6, 7, 8, 8, 7, 6, 5, 4, 3, 2, 1};
real inputData2[] = {1,
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 Author

Choose a reason for hiding this comment

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

done

@pengli09 pengli09 merged commit 06ea2bf into PaddlePaddle:develop Dec 21, 2016
@pengli09 pengli09 deleted the fix_test_type branch December 21, 2016 07:17
zhhsplendid pushed a commit to zhhsplendid/Paddle that referenced this pull request Sep 25, 2019
* bugfix (PaddlePaddle#967)

* bugfix

* Update release_note_cn.rst

* bug fix (PaddlePaddle#968)
zhangyuqin1998 pushed a commit to zhangyuqin1998/Paddle that referenced this pull request Feb 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants