Provides methods for the reshape layer in the batch processing mode.
More...
- Parameters
-
fptype | Data type to use in intermediate computations for the reshape layer, double or float |
method | Reshape 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.reshape.defaultDense)
Batch_Float32DefaultDense
is an alias of Batch(fptype=float32, method=daal.algorithms.neural_networks.layers.reshape.defaultDense)
def __init__ |
( |
|
self, |
|
|
|
args |
|
) |
| |
- Variant 1
Default constructor
- Deprecated:
- This item will be removed in a future release.
- Variant 2
Constructs a reshape layer in the batch processing mode and initializes its parameter with the given reshape diensions
- Parameters
-
dims | The reshape dimensions |
- Deprecated:
- This item will be removed in a future release.
The documentation for this class was generated from the following file:
- algorithms/neural_networks/layers/reshape/__init__.py