AddcdivΒΆ
Performs element-wise division of tensor1 by tensor2, multiplies by value, adds to input.
Abstract Signature:
Addcdiv(input: Tensor, tensor1: Tensor, tensor2: Tensor, value: float = 1.0)
JAX (Core)
API:
jax.numpy.addStrategy: Macro '{input} + {value} * ({tensor1} / {tensor2})'
NumPy
API:
numpy.addStrategy: Macro '{input} + {value} * ({tensor1} / {tensor2})'
Keras
API:
keras.ops.addStrategy: Macro '{input} + {value} * ({tensor1} / {tensor2})'
TensorFlow
API:
tf.math.addStrategy: Macro '{input} + {value} * ({tensor1} / {tensor2})'
Apple MLX
API:
mlx.core.addStrategy: Macro '{input} + {value} * ({tensor1} / {tensor2})'
Flax NNX
API:
jax.numpy.addStrategy: Macro '{input} + {value} * ({tensor1} / {tensor2})'