Skip to content

Commit 48bd687

Browse files
authored
pristine code
Differential Revision: D95866612 Pull Request resolved: #18042
1 parent 2f62b62 commit 48bd687

File tree

9 files changed

+0
-2537
lines changed

9 files changed

+0
-2537
lines changed

backends/cadence/hifi/kernels/kernels.h

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -18,23 +18,6 @@ using executorch::runtime::Result;
1818

1919
/* Potential NNLIB function/APIs */
2020

21-
extern "C" WORD32 xa_nn_broadcast_32_32(
22-
WORD32* __restrict__ p_out,
23-
const int* const out_shape,
24-
WORD32* __restrict__ p_in,
25-
const int* const in_shape,
26-
int num_dims);
27-
28-
extern "C" WORD32 xa_nn_concat_32_32(
29-
WORD32* __restrict__ p_out,
30-
const WORD32* const p_out_shape,
31-
const WORD32** pp_inps,
32-
const WORD32* const* pp_inps_shape,
33-
WORD32 num_out_dims,
34-
WORD32 num_inp,
35-
WORD32 num_inp_dims,
36-
WORD32 axis);
37-
3821
extern "C" WORD32 xa_nn_elm_add_broadcast_4D_f32xf32_f32(
3922
FLOAT32* __restrict__ p_out,
4023
const WORD32* const p_out_shape,

backends/cadence/hifi/third-party/nnlib/xa_nn_broadcast_32.c

Lines changed: 0 additions & 313 deletions
This file was deleted.

0 commit comments

Comments
 (0)