Home
last modified time | relevance | path

Searched refs:opt_array_check (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/libopus/dnn/
H A Dparse_lpcnet_weights.c92 static const void *opt_array_check(const WeightArray *arrays, const char *name, int size, int *erro… in opt_array_check() function
156 …layer->float_weights = opt_array_check(arrays, float_weights, SPARSE_BLOCK_SIZE*total_blocks*sizeo… in linear_init()
164 …layer->float_weights = opt_array_check(arrays, float_weights, nb_inputs*nb_outputs*sizeof(layer->f… in linear_init()
194 …layer->float_weights = opt_array_check(arrays, float_weights, in_channels*out_channels*ktime*kheig… in conv2d_init()