Home
last modified time | relevance | path

Searched refs:hex_to_data (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavfilter/dnn/
Ddnn_backend_tf.c362 static int hex_to_data(uint8_t *data, const char *p) in hex_to_data() function
415 sess_config_length = hex_to_data(NULL, config); in load_tf_model()
422 if (hex_to_data(sess_config, config) < 0) { in load_tf_model()