You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Guo, Yejun f4b3c0e55c avfilter/dnn: add a new interface to query dnn model's input info 5 years ago
..
Makefile
dnn_backend_native.c avfilter/dnn: add a new interface to query dnn model's input info 5 years ago
dnn_backend_native.h avfilter/dnn: unify the layer load function in native mode 5 years ago
dnn_backend_native_layer_conv2d.c avfilter/dnn: get the data type of network output from dnn execution result 5 years ago
dnn_backend_native_layer_conv2d.h dnn: add tf.nn.conv2d support for native model 5 years ago
dnn_backend_native_layer_depth2space.c avfilter/dnn: get the data type of network output from dnn execution result 5 years ago
dnn_backend_native_layer_depth2space.h avfilter/dnn: unify the layer load function in native mode 5 years ago
dnn_backend_native_layer_maximum.c avfilter/dnn: unify the layer load function in native mode 5 years ago
dnn_backend_native_layer_maximum.h avfilter/dnn: unify the layer load function in native mode 5 years ago
dnn_backend_native_layer_pad.c avfilter/dnn: get the data type of network output from dnn execution result 5 years ago
dnn_backend_native_layer_pad.h avfilter/dnn: unify the layer load function in native mode 5 years ago
dnn_backend_native_layers.c avfilter/dnn: unify the layer load function in native mode 5 years ago
dnn_backend_native_layers.h avfilter/dnn: unify the layer load function in native mode 5 years ago
dnn_backend_tf.c avfilter/dnn: add a new interface to query dnn model's input info 5 years ago
dnn_backend_tf.h
dnn_interface.c