Searched refs:realloc_tensor (Results 1 – 1 of 1) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | cnn.c | 58 static void realloc_tensor(TENSOR *tensor, int channels, int width, in realloc_tensor() function 129 realloc_tensor(&t, channels, dst->width, dst->height); in concat_tensor() 339 realloc_tensor(&branch_output[b], copy_channels, in copy_active_tensor_to_branches() 878 realloc_tensor(&tensor2[branch], layer_config->out_channels, o_width, in av1_cnn_predict_c()
|