Skip to content

Commit

Permalink
Minor formatting change.
Browse files Browse the repository at this point in the history
  • Loading branch information
wchao1115 committed Nov 11, 2023
1 parent 9ab86c2 commit a0718ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -4654,13 +4654,13 @@ partial interface MLGraphBuilder {
</div>
</details>

#### {{MLGraphBuilder/averagePool2d(input, options)}} #### {#api-mlgraphbuilder-pool2d-average}
#### averagePool2d #### {#api-mlgraphbuilder-pool2d-average}
Calculate the average value for patches of a feature map, and use it to create a pooled feature map. See [[#api-mlgraphbuilder-pool2d]] for more detail.

#### {{MLGraphBuilder/l2Pool2d(input, options)}} #### {#api-mlgraphbuilder-pool2d-l2}
#### l2Pool2d #### {#api-mlgraphbuilder-pool2d-l2}
Apply the L2 norm function to a region of the input feature map. The L2 norm is the square root of the sum of the squares of its elements. See [[#api-mlgraphbuilder-pool2d]] for more detail.

#### {{MLGraphBuilder/maxPool2d(input, options)}} #### {#api-mlgraphbuilder-pool2d-max}
#### maxPool2d #### {#api-mlgraphbuilder-pool2d-max}
Calculate the maximum value for patches of a feature map, and use it to create a pooled feature map. See [[#api-mlgraphbuilder-pool2d]] for more detail.

### prelu ### {#api-mlgraphbuilder-prelu}
Expand Down

0 comments on commit a0718ad

Please sign in to comment.