deephyper.nas.operation.Identity
deephyper.nas.operation.Identity#
-
class
deephyper.nas.operation.
Identity
[source]# Bases:
deephyper.nas.operation._base.Operation
Methods
Preprocess the current operation.
-
__call__
(inputs, **kwargs)[source]# - Parameters
tensors (list) – a list of incoming tensors.
- Returns
an output tensor.
- Return type
tensor
-
init
(current_node)# Preprocess the current operation.
-