tf.add_n
tf.add_n
tf.add_n
add_n( inputs, name=None )
Defined in tensorflow/python/ops/math_ops.py
.
See the guide: Math > Basic Math Functions
Adds all input tensors element-wise.
Args:
-
inputs
: A list ofTensor
objects, each with same shape and type. -
name
: A name for the opera