Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/dnn/
Ddnn_backend_tf.c164 TFModel *tf_model = task->model; in tf_start_inference() local
208 TFModel *tf_model = task->model; in extract_lltask_from_task() local
283 TFModel *tf_model = model; in get_input_tf() local
321 TFModel *tf_model = model; in get_output_tf() local
391 static int load_tf_model(TFModel *tf_model, const char *model_filename) in load_tf_model()
495 static int add_conv_layer(TFModel *tf_model, TF_Operation *transpose_op, TF_Operation **cur_op, in add_conv_layer()
617 static int add_depth_to_space_layer(TFModel *tf_model, TF_Operation **cur_op, in add_depth_to_space_layer()
641 static int add_pad_layer(TFModel *tf_model, TF_Operation **cur_op, in add_pad_layer()
699 static int add_maximum_layer(TFModel *tf_model, TF_Operation **cur_op, in add_maximum_layer()
748 static int load_native_model(TFModel *tf_model, const char *model_filename) in load_native_model()
[all …]