From 99d6c876f4bc57e63c126fdfd574b83a843a3fd0 Mon Sep 17 00:00:00 2001 From: Phillis Tang Date: Tue, 20 Aug 2024 14:49:46 -0700 Subject: [PATCH 1/3] Allow arbitrary axes for resample2d --- index.bs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/index.bs b/index.bs index 26b3d14b..5b195766 100644 --- a/index.bs +++ b/index.bs @@ -5202,7 +5202,7 @@ partial interface MLGraphBuilder { ### resample2d ### {#api-mlgraphbuilder-resample2d-method} -Resample the tensor values from the source to the destination spatial dimensions according to the scaling factors. +Resample the tensor values from the source to the destination dimensions according to the axes and scaling factors.