ffmpeg/libavfilter/dnn
Guo, Yejun f4b3c0e55c avfilter/dnn: add a new interface to query dnn model's input info
to support dnn networks more general, we need to know the input info
of the dnn model.

background:
The data type of dnn model's input could be float32, uint8 or fp16, etc.
And the w/h of input image could be fixed or variable.

Signed-off-by: Guo, Yejun <yejun.guo@intel.com>
Signed-off-by: Pedro Arthur <bygrandao@gmail.com>
2019-10-30 11:07:06 -03:00
..
Makefile avfilter/dnn: unify the layer execution function in native mode 2019-10-15 18:56:25 -03:00
dnn_backend_native.c avfilter/dnn: add a new interface to query dnn model's input info 2019-10-30 11:07:06 -03:00
dnn_backend_native.h avfilter/dnn: unify the layer load function in native mode 2019-10-15 18:56:54 -03:00
dnn_backend_native_layer_conv2d.c avfilter/dnn: get the data type of network output from dnn execution result 2019-10-30 11:00:41 -03:00
dnn_backend_native_layer_conv2d.h dnn: add tf.nn.conv2d support for native model 2019-10-30 10:31:55 -03:00
dnn_backend_native_layer_depth2space.c avfilter/dnn: get the data type of network output from dnn execution result 2019-10-30 11:00:41 -03:00
dnn_backend_native_layer_depth2space.h avfilter/dnn: unify the layer load function in native mode 2019-10-15 18:56:54 -03:00
dnn_backend_native_layer_maximum.c avfilter/dnn: unify the layer load function in native mode 2019-10-15 18:56:54 -03:00
dnn_backend_native_layer_maximum.h avfilter/dnn: unify the layer load function in native mode 2019-10-15 18:56:54 -03:00
dnn_backend_native_layer_pad.c avfilter/dnn: get the data type of network output from dnn execution result 2019-10-30 11:00:41 -03:00
dnn_backend_native_layer_pad.h avfilter/dnn: unify the layer load function in native mode 2019-10-15 18:56:54 -03:00
dnn_backend_native_layers.c avfilter/dnn: unify the layer load function in native mode 2019-10-15 18:56:54 -03:00
dnn_backend_native_layers.h avfilter/dnn: unify the layer load function in native mode 2019-10-15 18:56:54 -03:00
dnn_backend_tf.c avfilter/dnn: add a new interface to query dnn model's input info 2019-10-30 11:07:06 -03:00
dnn_backend_tf.h
dnn_interface.c