-
Notifications
You must be signed in to change notification settings - Fork 2
Layers : Broadcast
Broadcast layers perform a element wise operation between tensors.
The layer support multi-direction broadcasting for the input.
Two tensor
-
Tlist of tensor. The tensor$T_i=T[i]$ is of size$(N,C_{T,i},H_{T,i},W_{T,i})$
-
Ytensor of size$(N,C_Y,H_Y,W_Y)$
With
Let be
Let's note
- indice
$(z_Y,x_Y, y_Y)$ of the output tensor - Compute the output value
$Y(z_Y,x_Y, y_Y) = f(T_1(z_1,x_1, y_1), ..., T_m(z_m,x_m, y_m))$
This section describe the
Let be