brainpy.math.exp2#
- brainpy.math.exp2 = <function _compatible_with_brainpy_array.<locals>.new_fun>#
Similar to
jax.numpy.exp2
function, while it is compatible with brainpy Array/Variable.Note that this function is also compatible with:
NumPy or PyTorch syntax when receiving
out
argument.PyTorch syntax when receiving
keepdim
ordim
argument.TensorFlow syntax when receiving
keep_dims
argument.