X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=documentation%2Fclassarm__compute_1_1_c_l_activation_layer.xhtml;h=a6a6c00f572bbf073a4ae629142f1fbe7cdb360c;hb=b3a371bc429d2ba45e56baaf239d8200c2662a74;hp=6f5f6652defa4a322d40a3b74bf056889fe623c1;hpb=f45d5a9be1bf4d315a227b80617582b8eb4214d2;p=platform%2Fupstream%2Farmcl.git diff --git a/documentation/classarm__compute_1_1_c_l_activation_layer.xhtml b/documentation/classarm__compute_1_1_c_l_activation_layer.xhtml index 6f5f665..a6a6c00 100644 --- a/documentation/classarm__compute_1_1_c_l_activation_layer.xhtml +++ b/documentation/classarm__compute_1_1_c_l_activation_layer.xhtml @@ -40,7 +40,7 @@
Compute Library -  18.01 +  18.05
@@ -150,6 +150,9 @@ Public Member Functions virtual ~IFunction ()=default  Destructor. More...
  +virtual void prepare () + Prepare the function for executing. More...
+  @@ -194,10 +197,10 @@ Static Public Member Functions

Set the input and output tensor.

-
Note
If the output tensor is a nullptr, the activation function will be performed in-place
+
Note
If the output tensor is a nullptr or is equal to the input, the activation function will be performed in-place
Parameters

Static Public Member Functions

- +
[in,out]inputSource tensor. In case of output tensor = nullptr, this tensor will store the result of the activation function. Data types supported: QS8/QS16/F16/F32.
[in,out]inputSource tensor. In case of output tensor = nullptr, this tensor will store the result of the activation function. Data types supported: QS8/QASYMM8/QS16/F16/F32.
[out]outputDestination tensor. Data type supported: same as input
[in]act_infoActivation layer parameters.
@@ -249,7 +252,7 @@ Static Public Member Functions

Static function to check if given info will lead to a valid configuration of CLActivationLayer.

Parameters
- +
[in]inputSource tensor info. In case of output tensor info = nullptr, this tensor will store the result of the activation function. Data types supported: QS8/QS16/F16/F32.
[in]inputSource tensor info. In case of output tensor info = nullptr, this tensor will store the result of the activation function. Data types supported: QS8/QASYMM8/QS16/F16/F32.
[in]outputDestination tensor info. Data type supported: same as input
[in]act_infoActivation layer information.
@@ -270,7 +273,7 @@ Static Public Member Functions