Home
last modified time | relevance | path

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

/dports/audio/deadbeef/deadbeef-0.7.2/
H A Dtf.c1345 tf_func_def tf_funcs[TF_MAX_FUNCS] = { variable
1417 tf_func_ptr_t func = tf_funcs[*code].func; in tf_eval_int()
1965 for (i = 0; tf_funcs[i].name; i++) { in tf_compile_func()
1966 int l = (int)strlen (tf_funcs[i].name); in tf_compile_func()
1967 if (c->i - name_start == l && !memcmp (tf_funcs[i].name, name_start, l)) { in tf_compile_func()
1972 if (!tf_funcs[i].name) { in tf_compile_func()
/dports/math/py-jax/jax-0.2.9/jax/experimental/jax2tf/
H A Djax2tf.py2072 tf_funcs = {FFT: [tf.signal.fft, tf.signal.fft2d, tf.signal.fft3d],
2076 return tf_funcs[fft_type][len(fft_lengths) - 1](x)