neuroailab / tfutils

Utilities for working with tensorflow
MIT License
25 stars 8 forks source link

Renames _at_least_x_are_true function #108

Closed jvrsgsty closed 5 years ago

jvrsgsty commented 5 years ago

Proposing a readability fix for the _at_least_x_are_true function to _at_least_x_are_equal, since what it is really doing is checking if at least x components of the input tensors are equal.