From a0718ad027e5f932a17200b97e1b6c16282be88d Mon Sep 17 00:00:00 2001 From: Chai Chaoweeraprasit Date: Sat, 11 Nov 2023 11:12:16 -0800 Subject: [PATCH] Minor formatting change. --- index.bs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.bs b/index.bs index 1e1e0a4d..a31b20d4 100644 --- a/index.bs +++ b/index.bs @@ -4654,13 +4654,13 @@ partial interface MLGraphBuilder { -#### {{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}