Home
last modified time | relevance | path

Searched defs:tf_model (Results 1 – 6 of 6) sorted by relevance

/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavfilter/
H A Ddnn_backend_tf.c81 TFModel *tf_model = (TFModel *)model; in set_input_output_tf() local
158 static DNNReturnType load_tf_model(TFModel *tf_model, const char *model_filename) in load_tf_model()
184 static DNNReturnType add_conv_layer(TFModel *tf_model, TF_Operation *transpose_op, TF_Operation **c… in add_conv_layer()
299 static DNNReturnType add_depth_to_space_layer(TFModel *tf_model, TF_Operation **cur_op, in add_depth_to_space_layer()
337 static DNNReturnType add_pad_op(TFModel *tf_model, TF_Operation **cur_op, const int32_t pad) in add_pad_op()
381 static DNNReturnType load_native_model(TFModel *tf_model, const char *model_filename) in load_native_model()
407 #define CLEANUP_ON_ERROR(tf_model) \ in load_native_model() argument
477 TFModel *tf_model = NULL; in ff_dnn_load_model_tf() local
512 TFModel *tf_model = (TFModel *)model->model; in ff_dnn_execute_model_tf() local
535 TFModel *tf_model; in ff_dnn_free_model_tf() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavfilter/dnn/
H A Ddnn_backend_tf.c110 TFModel *tf_model = (TFModel *)model; in get_input_tf() local
141 TFModel *tf_model = (TFModel *)model; in set_input_output_tf() local
222 static DNNReturnType load_tf_model(TFModel *tf_model, const char *model_filename) in load_tf_model()
363 static DNNReturnType add_depth_to_space_layer(TFModel *tf_model, TF_Operation **cur_op, in add_depth_to_space_layer()
385 static DNNReturnType add_pad_layer(TFModel *tf_model, TF_Operation **cur_op, in add_pad_layer()
436 static DNNReturnType add_maximum_layer(TFModel *tf_model, TF_Operation **cur_op, in add_maximum_layer()
478 static DNNReturnType load_native_model(TFModel *tf_model, const char *model_filename) in load_native_model()
502 #define CLEANUP_ON_ERROR(tf_model) \ in load_native_model() argument
578 TFModel *tf_model = NULL; in ff_dnn_load_model_tf() local
611 TFModel *tf_model = (TFModel *)model->model; in ff_dnn_execute_model_tf() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavfilter/dnn/
H A Ddnn_backend_tf.c124 TFModel *tf_model = (TFModel *)model; in get_input_tf() local
161 TFModel *tf_model = (TFModel *)model; in get_output_tf() local
176 static DNNReturnType load_tf_model(TFModel *tf_model, const char *model_filename) in load_tf_model()
379 static DNNReturnType add_pad_layer(TFModel *tf_model, TF_Operation **cur_op, in add_pad_layer()
434 static DNNReturnType add_maximum_layer(TFModel *tf_model, TF_Operation **cur_op, in add_maximum_layer()
480 static DNNReturnType load_native_model(TFModel *tf_model, const char *model_filename) in load_native_model()
506 #define CLEANUP_ON_ERROR(tf_model) \ in load_native_model() argument
583 TFModel *tf_model = NULL; in ff_dnn_load_model_tf() local
621 TFModel *tf_model = (TFModel *)model->model; in execute_model_tf() local
729 TFModel *tf_model = (TFModel *)model->model; in ff_dnn_execute_model_tf() local
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/libavfilter/dnn/
H A Ddnn_backend_tf.c131 TFModel *tf_model = model; in get_input_tf() local
168 TFModel *tf_model = model; in get_output_tf() local
197 static DNNReturnType load_tf_model(TFModel *tf_model, const char *model_filename) in load_tf_model()
466 static DNNReturnType add_pad_layer(TFModel *tf_model, TF_Operation **cur_op, in add_pad_layer()
521 static DNNReturnType add_maximum_layer(TFModel *tf_model, TF_Operation **cur_op, in add_maximum_layer()
567 static DNNReturnType load_native_model(TFModel *tf_model, const char *model_filename) in load_native_model()
593 #define CLEANUP_ON_ERROR(tf_model) \ in load_native_model() argument
670 TFModel *tf_model = NULL; in ff_dnn_load_model_tf() local
718 TFModel *tf_model = model->model; in execute_model_tf() local
826 TFModel *tf_model = model->model; in ff_dnn_execute_model_tf() local
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavfilter/dnn/
H A Ddnn_backend_tf.c131 TFModel *tf_model = model; in get_input_tf() local
168 TFModel *tf_model = model; in get_output_tf() local
197 static DNNReturnType load_tf_model(TFModel *tf_model, const char *model_filename) in load_tf_model()
466 static DNNReturnType add_pad_layer(TFModel *tf_model, TF_Operation **cur_op, in add_pad_layer()
521 static DNNReturnType add_maximum_layer(TFModel *tf_model, TF_Operation **cur_op, in add_maximum_layer()
567 static DNNReturnType load_native_model(TFModel *tf_model, const char *model_filename) in load_native_model()
593 #define CLEANUP_ON_ERROR(tf_model) \ in load_native_model() argument
670 TFModel *tf_model = NULL; in ff_dnn_load_model_tf() local
718 TFModel *tf_model = model->model; in execute_model_tf() local
826 TFModel *tf_model = model->model; in ff_dnn_execute_model_tf() local
[all …]
/dports/graphics/opencv/opencv-4.5.3/samples/dnn/dnn_model_runner/dnn_conversion/tf/classification/
H A Dpy_to_py_mobilenet.py12 def get_tf_model_proto(tf_model): argument