Searched defs:tf_model (Results 1 – 1 of 1) sorted by relevance
| /third_party/ffmpeg/libavfilter/dnn/ |
| D | dnn_backend_tf.c | 131 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() 317 static DNNReturnType add_conv_layer(TFModel *tf_model, TF_Operation *transpose_op, TF_Operation **c… in add_conv_layer() 442 static DNNReturnType add_depth_to_space_layer(TFModel *tf_model, TF_Operation **cur_op, in add_depth_to_space_layer() 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 [all …]
|