X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=documentation%2Fclassarm__compute_1_1_c_l_sobel7x7.xhtml;h=4abaaffc2e77d5493e1fca96a787ff0aeb9db097;hb=b3a371bc429d2ba45e56baaf239d8200c2662a74;hp=323e21f99bb57360713191a773cee350d17849c6;hpb=8140e1e155d3430992fa46e04ef8938ff09ffd2d;p=platform%2Fupstream%2Farmcl.git diff --git a/documentation/classarm__compute_1_1_c_l_sobel7x7.xhtml b/documentation/classarm__compute_1_1_c_l_sobel7x7.xhtml index 323e21f..4abaaff 100644 --- a/documentation/classarm__compute_1_1_c_l_sobel7x7.xhtml +++ b/documentation/classarm__compute_1_1_c_l_sobel7x7.xhtml @@ -40,7 +40,7 @@
Compute Library -  17.12 +  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 sobel 7x7 filter.

@@ -175,6 +178,12 @@ Public Member Functions

Default Constructor.

+
Parameters
+ + +
[in]memory_manager(Optional) Memory manager.
+
+
@@ -267,7 +276,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.

    @@ -282,7 +293,7 @@ Public Member Functions