Skip to content
Snippets Groups Projects
Commit 6f78fa76 authored by auphelia's avatar auphelia
Browse files

[Docs] Modify docstring in set folding transform

parent 04978515
No related branches found
No related tags found
No related merge requests found
......@@ -71,12 +71,13 @@ class SetFolding(Transformation):
When folding depthwise convolutions ("VVAU"/VectorVectorActivation)
or spatial reduction ops (Pool_Batch):
* the producer of the node is expected to be a ConvolutionInputGenerator
with depthwise=1, whose SIMD value will be set equal to the PE value of
its consumer node
* the VVAU also supports SIMD ("input window") parallelism next to
PE ("channels"), but current ConvInpGen limitations require PE to be fully
unfolded before SIMD is increased
* the producer of the node is expected to be a ConvolutionInputGenerator
with depthwise=1, whose SIMD value will be set equal to the PE value of
its consumer node
* the VVAU also supports SIMD ("input window") parallelism next to
PE ("channels"), but current ConvInpGen limitations require PE to be fully
unfolded before SIMD is increased
"""
def __init__(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment