Class that provides methods to access the result obtained with the compute() method of the forward element-wise sum layer.
More...
Constructs the forward element-wise sum layer result
- Parameters
-
context | Context to manage the forward element-wise sum layer result |
Returns the result tensor of forward element-wise sum layer
- Parameters
-
id | Identifier of the result tensor |
- Returns
- Result tensor that corresponds to the given identifier
Returns the result numeric table of the forward element-wise sum layer
- Parameters
-
id | Identifier of the result numeric table |
- Returns
- Result numeric table that corresponds to the given identifier
Sets the result tensor of forward element-wise sum layer
- Parameters
-
id | Identifier of the result tensor |
value | Result tensor |
Sets the result numeric table of the forward element-wise sum layer
- Parameters
-
id | Identifier of the result numeric table |
value | Result numeric tensor |
The documentation for this class was generated from the following file:
- EltwiseSumForwardResult.java