|
ONE - On-device Neural Engine
|
#include "Shape.h"#include <cstdint>Go to the source code of this file.
Functions | |
| bool | depthwiseConvPrepare (const Shape &input, const Shape &filter, const Shape &bias, int32_t padding_left, int32_t padding_right, int32_t padding_top, int32_t padding_bottom, int32_t stride_width, int32_t stride_height, Shape *output) |
| bool depthwiseConvPrepare | ( | const Shape & | input, |
| const Shape & | filter, | ||
| const Shape & | bias, | ||
| int32_t | padding_left, | ||
| int32_t | padding_right, | ||
| int32_t | padding_top, | ||
| int32_t | padding_bottom, | ||
| int32_t | stride_width, | ||
| int32_t | stride_height, | ||
| Shape * | output | ||
| ) |
Definition at line 23 of file DepthwiseConv2D.cpp.
References ASSERT, computeOutSize(), getNumberOfDimensions(), and getSizeOfDimension().