Closed sbrugman closed 11 months ago
Found that lambda x, t: tf.cast(x, t) was not found by the use-func-name rule. This should solve it.
lambda x, t: tf.cast(x, t)
use-func-name
(Was looking for a similar rule to implement #290)
Found that
lambda x, t: tf.cast(x, t)
was not found by theuse-func-name
rule. This should solve it.(Was looking for a similar rule to implement #290)