add_n_broadcast

tfsnippet.ops.add_n_broadcast(tensors, name=None)

Add zero or many tensors with broadcasting.

Parameters:
  • tensors (Iterable[Tensor]) – A list of tensors to be summed.
  • name (str) – Default name of the name scope. If not specified, generate one according to the method name.
Returns:

The summed tensor.

Return type:

tf.Tensor