Skip to content

Refactoring the Computation API in Paddle Based on Function #977

Closed
@hedaoyuan

Description

@hedaoyuan

基于Function #892 重构Paddle中的 Computation API。

重构Computation API的几个目的:

  1. 用统一的抽象来表示Computation,所以在重构Matrix API的时候需要同时完善FunctionBase;
  2. 补充Computation的说明,原先实现在Matrix.cpp里面的很多API没有完善的注释解释API的功能和使用方法,重构的时候需要把Function的实现和用法描述清楚。
  3. 更进一步可以对Computation API进行性能测试,优化实现的逻辑。

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions