diff --git a/docs/2023.html b/docs/2023.html index be4e5d067d..f0a039fcc5 100644 --- a/docs/2023.html +++ b/docs/2023.html @@ -69,6 +69,13 @@
Functions | |
SIMD_API void | SimdSynetFusedLayerForward0 (const float *src, const float *bias, const float *scale, size_t channels, size_t spatial, float *dst, SimdTensorFormatType format) |
SIMD_API SIMD_DEPRECATED void | SimdSynetFusedLayerForward0 (const float *src, const float *bias, const float *scale, size_t channels, size_t spatial, float *dst, SimdTensorFormatType format) |
This function is used for forward propagation of FusedLayer (type 0). More... | |
SIMD_API void | SimdSynetFusedLayerForward1 (const float *src, const float *bias0, const float *scale1, const float *bias1, size_t channels, size_t spatial, float *dst, SimdTensorFormatType format) |
SIMD_API SIMD_DEPRECATED void | SimdSynetFusedLayerForward1 (const float *src, const float *bias0, const float *scale1, const float *bias1, size_t channels, size_t spatial, float *dst, SimdTensorFormatType format) |
This function is used for forward propagation of FusedLayer (type 1). More... | |
SIMD_API void | SimdSynetFusedLayerForward2 (const float *src, const float *scale, const float *bias, size_t channels, size_t spatial, const float *slope, float *dst, SimdTensorFormatType format) |
SIMD_API SIMD_DEPRECATED void | SimdSynetFusedLayerForward2 (const float *src, const float *scale, const float *bias, size_t channels, size_t spatial, const float *slope, float *dst, SimdTensorFormatType format) |
This function is used for forward propagation of FusedLayer (type 2). More... | |
SIMD_API void | SimdSynetFusedLayerForward3 (const float *src, const float *scale, const float *bias, size_t channels, size_t spatial, float *dst, SimdTensorFormatType format) |
SIMD_API SIMD_DEPRECATED void | SimdSynetFusedLayerForward3 (const float *src, const float *scale, const float *bias, size_t channels, size_t spatial, float *dst, SimdTensorFormatType format) |
This function is used for forward propagation of FusedLayer (type 3). More... | |
SIMD_API void | SimdSynetFusedLayerForward4 (const float *src, const float *bias0, const float *scale1, const float *bias1, size_t channels, size_t spatial, float *dst, SimdTensorFormatType format) |
SIMD_API SIMD_DEPRECATED void | SimdSynetFusedLayerForward4 (const float *src, const float *bias0, const float *scale1, const float *bias1, size_t channels, size_t spatial, float *dst, SimdTensorFormatType format) |
This function is used for forward propagation of FusedLayer (type 4). More... | |
SIMD_API void | SimdSynetFusedLayerForward8 (const float *src0, const float *src1, const float *src2, size_t channels, size_t spatial, float *dst, SimdTensorFormatType format) |
SIMD_API SIMD_DEPRECATED void | SimdSynetFusedLayerForward8 (const float *src0, const float *src1, const float *src2, size_t channels, size_t spatial, float *dst, SimdTensorFormatType format) |
This function is used for forward propagation of FusedLayer (type 8). More... | |
SIMD_API void | SimdSynetFusedLayerForward9 (const float *src0, const float *src1, const float *scale, const float *bias, size_t channels0, size_t channels1, size_t spatial, float *dst0, float *dst1, SimdTensorFormatType format) |
SIMD_API SIMD_DEPRECATED void | SimdSynetFusedLayerForward9 (const float *src0, const float *src1, const float *scale, const float *bias, size_t channels0, size_t channels1, size_t spatial, float *dst0, float *dst1, SimdTensorFormatType format) |
This function is used for forward propagation of FusedLayer (type 9). More... | |