mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-16 04:32:47 +02:00
dnn_backend_tf.c: fix build issue for tensorflow backend
Signed-off-by: Guo, Yejun <yejun.guo@intel.com>
This commit is contained in:
@@ -490,7 +490,7 @@ static DNNReturnType load_native_model(TFModel *tf_model, const char *model_file
|
||||
DNNModel *native_model = NULL;
|
||||
ConvolutionalNetwork *conv_network;
|
||||
|
||||
native_model = ff_dnn_load_model_native(model_filename);
|
||||
native_model = ff_dnn_load_model_native(model_filename, NULL);
|
||||
if (!native_model){
|
||||
return DNN_ERROR;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user