Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions paddle/cinn/api/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
The classes in this directory are the interface of group fusion pass, you can use these apis to build the stragey for group fusion.
The classes in this directory are the interface of group fusion pass, you can use these apis to build the strategy for group fusion.


The Class and APIs are following:
Expand All @@ -9,7 +9,7 @@ The Class and APIs are following:

`TensorNode` : Map the tensor in the program.

`Shape` : The shape infomation of tensor
`Shape` : The shape information of tensor

`FusePassCtx` : The context is the parameter for the pass, it hold the data all you need in the pass.

Expand Down