Searched refs:realloc_tensor (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | cnn.c | 55 static bool realloc_tensor(TENSOR *tensor, int channels, int width, in realloc_tensor() function 128 if (!realloc_tensor(&t, channels, dst->width, dst->height)) return false; in concat_tensor() 342 if (!realloc_tensor(&branch_output[b], copy_channels, in copy_active_tensor_to_branches() 947 if (!realloc_tensor(&tensor2[branch], layer_config->out_channels, o_width, in av1_cnn_predict_c()
|