Provides methods for the split layer in the batch processing mode.
More...
- Parameters
-
fptype | Data type to use in intermediate computations for split layer, double or float |
method | Split layer method, Method |
- Enumerations
- Method Computation methods
- References
-
- Aliases
Batch_Float64DefaultDense
is an alias of Batch(fptype=float64, method=daal.algorithms.neural_networks.layers.split.defaultDense)
Batch_Float32DefaultDense
is an alias of Batch(fptype=float32, method=daal.algorithms.neural_networks.layers.split.defaultDense)
def __init__ |
( |
|
self, |
|
|
|
nInputs = 1 , |
|
|
|
nOutputs = 1 |
|
) |
| |
- Variant 1
- Variant 2
- Default constructor
- Variant 3
- Default constructor
Parameters of the algorithm
The documentation for this class was generated from the following file:
- algorithms/neural_networks/layers/split/__init__.py