7 results
- Go to itemA layer that adds two inputs. Corresponds to the Add Keras layer . The inputs must be of the same shape.0
- Go to itemTakes two tensors of the same shape as input and adds them element-wise. Corresponds to the Add Keras layer .0
- Go to itemA layer that concatenates two inputs along a specified axis. Corresponds to the Concatenate Keras layer . The inputs must be of t…0
- Go to itemA layer that computes a dot product between samples in two inputs. Corresponds to the Dot Keras layer . In contrast to the Dot Ke…0
- Go to itemA layer that takes the element-wise maximum of two inputs. Corresponds to the Maximum Keras layer . The inputs must be of the sam…0
- Go to itemA layer that multiplies two inputs element-wise. Corresponds to the Multiply Keras layer . The inputs must be of the same shape.0
- Go to itemA layer that subtracts two inputs element-wise. Corresponds to the Subtract Keras layer . The inputs must be of the same shape.0