Provides methods for the concat layer in the batch processing mode.
More...
- Parameters
-
fptype | Data type to use in intermediate computations for concat layer, double or float |
method | Concat layer method, Method |
- Enumerations
- Method Computation methods
- References
-
- Deprecated:
- This item will be removed in a future release.
- Aliases
Batch_Float64DefaultDense
is an alias of Batch(fptype=float64, method=daal.algorithms.neural_networks.layers.concat.defaultDense)
Batch_Float32DefaultDense
is an alias of Batch(fptype=float32, method=daal.algorithms.neural_networks.layers.concat.defaultDense)
def __init__ |
( |
|
self, |
|
|
|
concatDimension = 0 |
|
) |
| |
- Variant 1
- Deprecated:
- This item will be removed in a future release.
- Variant 2
Default constructor
- Deprecated:
- This item will be removed in a future release.
Parameters of the algorithm
The documentation for this class was generated from the following file:
- algorithms/neural_networks/layers/concat/__init__.py