X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=documentation%2Fclassarm__compute_1_1_c_l_integral_image.xhtml;h=3781ccca16d7e1a6470894344c0b9d08847ee68a;hb=b3a371bc429d2ba45e56baaf239d8200c2662a74;hp=12ab21673efb1a91fac4edce66557b3f5857067d;hpb=06ea048f062a50404b1b3998a61a45449c2d1f0f;p=platform%2Fupstream%2Farmcl.git diff --git a/documentation/classarm__compute_1_1_c_l_integral_image.xhtml b/documentation/classarm__compute_1_1_c_l_integral_image.xhtml index 12ab216..3781ccc 100644 --- a/documentation/classarm__compute_1_1_c_l_integral_image.xhtml +++ b/documentation/classarm__compute_1_1_c_l_integral_image.xhtml @@ -40,7 +40,7 @@
Compute Library -  18.02 +  18.05
@@ -148,6 +148,9 @@ Public Member Functions virtual ~IFunction ()=default  Destructor. More...
  +virtual void prepare () + Prepare the function for executing. More...

Detailed Description

Basic function to execute integral image.

@@ -243,7 +246,9 @@ Public Member Functions
  • All the kernels are enqueued on the queue associated with CLScheduler.
  • The queue is then flushed.
  • -
    Note
    The function will not block until the kernels are executed. It is the user's responsibility to wait.
    +
    Note
    The function will not block until the kernels are executed. It is the user's responsibility to wait.
    +
    +Will call prepare() on first run if hasn't been done

    Implements IFunction.

    @@ -258,7 +263,7 @@ Public Member Functions