from netranslib.layer.customlayer import CustomLayer
class Max(CustomLayer):
op = 'max'
def_input = []