Keraflow
Deep Learning for Python.
|
Concatenate multiple input tensors. More...
Public Member Functions | |
def | __init__ |
Concatenate multiple input tensors.
Behaves like numpy.concatenate().
(nb_samples, x, y1, ...)
, (nb_samples, x, y2, ...)
(nb_samples, x, y1+y2, ...)
def keraflow.layers.core.Concatenate.__init__ | ( | self, | |
axis = 0 , |
|||
include_batch_dim = False , |
|||
kwargs | |||
) |
axis | int. The axis to concatenate the input tensors. |
include_batch_dim | boolean. If true, axis =0 refers to the first dimension; otherwise, axis =0 refers to the second dimension(0->1, 1->2...). |
kwargs | see Layer.__init__. |