summaryrefslogtreecommitdiff
path: root/runtimes/pure_arm_compute/src/internal/op/DepthwiseConv2D.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtimes/pure_arm_compute/src/internal/op/DepthwiseConv2D.h')
-rw-r--r--runtimes/pure_arm_compute/src/internal/op/DepthwiseConv2D.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtimes/pure_arm_compute/src/internal/op/DepthwiseConv2D.h b/runtimes/pure_arm_compute/src/internal/op/DepthwiseConv2D.h
index c63e30aae..01a9e48be 100644
--- a/runtimes/pure_arm_compute/src/internal/op/DepthwiseConv2D.h
+++ b/runtimes/pure_arm_compute/src/internal/op/DepthwiseConv2D.h
@@ -57,7 +57,7 @@ struct Param
int32_t padding_top_index; /**< Index of padding top */
int32_t padding_bottom_index; /**< Index of padding bottom */
- int32_t multipler_index; /**< Index of multipler */
+ int32_t multiplier_index; /**< Index of multipler */
int32_t activation_index; /**< Index of activation */
/**
* @brief Construct as default
@@ -133,7 +133,7 @@ struct Param
int32_t vstride_index; /**< Index of vertical stride */
int32_t padding_index; /**< Index of padding */
- int32_t multipler_index; /**< Index of multipler */
+ int32_t multiplier_index; /**< Index of multipler */
int32_t activation_index; /**< Index of activation */
/**
* @brief Construct as default