mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +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:
parent
cfc6552032
commit
3c05c8a15f
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user