Calculates the log of the sum of the exponentials of the two or more input
tensors. It supports broadcasting.
op_log_add_exp(left, right, name = "")
Arguments
left |
- left side tensor |
right |
- right side tensor |
name |
(str) the name of the Function instance in the network |