multinerf icon indicating copy to clipboard operation
multinerf copied to clipboard

What happens to 'log': jnp.exp, 'exp': jnp.log,/

Open Derry-Xing opened this issue 1 year ago • 1 comments

    'log': jnp.exp,
    'exp': jnp.log,


inv_mapping = {
    'reciprocal': jnp.reciprocal,
    'log': jnp.exp,
    'exp': jnp.log,
    'sqrt': jnp.square,
    'square': jnp.sqrt
}

Derry-Xing avatar Jan 22 '23 06:01 Derry-Xing