X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=documentation%2Fclassarm__compute_1_1_g_c_absolute_difference_kernel.xhtml;h=17087bb60a482f13b6affb55ebdff80c8d161426;hb=c3f34a43ffb5d52ee4a4e9f7b1bf4c6c002aeebb;hp=441c35d4fe1f9aa39031f3e9b35030d848cb1dc0;hpb=8140e1e155d3430992fa46e04ef8938ff09ffd2d;p=platform%2Fupstream%2Farmcl.git diff --git a/documentation/classarm__compute_1_1_g_c_absolute_difference_kernel.xhtml b/documentation/classarm__compute_1_1_g_c_absolute_difference_kernel.xhtml index 441c35d..17087bb 100644 --- a/documentation/classarm__compute_1_1_g_c_absolute_difference_kernel.xhtml +++ b/documentation/classarm__compute_1_1_g_c_absolute_difference_kernel.xhtml @@ -40,7 +40,7 @@
Compute Library -  17.12 +  18.03
@@ -169,21 +169,12 @@ Public Member Functions void add_1D_tensor_argument (unsigned int &idx, const IGCTensor *tensor, const unsigned int binding_point, const Window &window)  Add the passed 1D tensor's parameters to the object's kernel's arguments starting from the index idx. More...
  -void add_1D_tensor_argument (unsigned int &idx, const IGCTensor *tensor, const BufferParam &param, const Window &window) - Add the passed 1D tensor's parameters to the object's kernel's arguments starting from the index idx. More...
-  void add_2D_tensor_argument (unsigned int &idx, const IGCTensor *tensor, const unsigned int binding_point, const Window &window)  Add the passed 2D tensor's parameters to the object's kernel's arguments starting from the index idx. More...
  -void add_2D_tensor_argument (unsigned int &idx, const IGCTensor *tensor, const BufferParam &param, const Window &window) - Add the passed 2D tensor's parameters to the object's kernel's arguments starting from the index idx. More...
-  void add_3D_tensor_argument (unsigned int &idx, const IGCTensor *tensor, const unsigned int binding_point, const Window &window)  Add the passed 3D tensor's parameters to the object's kernel's arguments starting from the index idx. More...
  -void add_3D_tensor_argument (unsigned int &idx, const IGCTensor *tensor, const BufferParam &param, const Window &window) - Add the passed 3D tensor's parameters to the object's kernel's arguments starting from the index idx. More...
-  unsigned int num_arguments_per_1D_tensor () const  Returns the number of arguments enqueued per 1D tensor object. More...
  @@ -193,6 +184,9 @@ Public Member Functions unsigned int num_arguments_per_3D_tensor () const  Returns the number of arguments enqueued per 3D tensor object. More...
  +void set_lws_hint (gles::NDRange &lws_hint) + Set the Local-Workgroup-Size hint. More...
- Public Member Functions inherited from IKernel  IKernel ()  Constructor. More...
@@ -450,7 +444,7 @@ Public Member Functions