Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Projection and Operator #1165

Closed
hedaoyuan opened this issue Jan 17, 2017 · 1 comment
Closed

Remove Projection and Operator #1165

hedaoyuan opened this issue Jan 17, 2017 · 1 comment
Assignees

Comments

@hedaoyuan
Copy link
Contributor

Paddle 中跟Layer相似的概念还有Projection和Operator,引入Function #892 的目的是把Computation相关的用统一的形式表示,Layer的计算实现上变成是对一些Function的调用,所以应该是可以去掉Projection和Operator。

/**
 * A projection takes one Argument as input, calculate the result and add it
 * to output Argument.
 */
class Projection
/**
 * Operator like Projection, but takes more than one Arguments as input.
 * @note: Operator can't have parameters.
 */
class Operator
@gongweibao
Copy link
Contributor

Closing this issue due to inactivity, feel free to reopen it.

zhhsplendid pushed a commit to zhhsplendid/Paddle that referenced this issue Sep 25, 2019
* update slice_cn.rst test=document_preview

*  update reshape_cn.rst test=document_preview

*  update pow_cn.rst test=document_preview

* update expand_cn.rst test=document_preview

* add result of output. test=document_preview
wangxicoding pushed a commit to wangxicoding/Paddle that referenced this issue Dec 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants