def has_weights(self, layer): from snntoolbox.parsing.utils import has_weights return has_weights(layer)
def has_weights(self, layer): return has_weights(layer)