Created by: emailweixu
layer_math allows a user to write models in the following way:
y = layer_math.relu(x) z = 1 + x
v2 API does not implement these operators.