X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=documentation%2Fclassarm__compute_1_1_c_l_direct_convolution_layer_output_stage_kernel.xhtml;h=47b61f22ad731721d02014f91b229904b48d06b6;hb=HEAD;hp=2f400d55f54a47853f2596ea3c999b84a767f744;hpb=c3f34a43ffb5d52ee4a4e9f7b1bf4c6c002aeebb;p=platform%2Fupstream%2Farmcl.git diff --git a/documentation/classarm__compute_1_1_c_l_direct_convolution_layer_output_stage_kernel.xhtml b/documentation/classarm__compute_1_1_c_l_direct_convolution_layer_output_stage_kernel.xhtml index 2f400d5..47b61f2 100644 --- a/documentation/classarm__compute_1_1_c_l_direct_convolution_layer_output_stage_kernel.xhtml +++ b/documentation/classarm__compute_1_1_c_l_direct_convolution_layer_output_stage_kernel.xhtml @@ -40,7 +40,7 @@
Compute Library -  18.03 +  18.05
@@ -184,12 +184,15 @@ Public Member Functions  Add the passed 4D tensor's parameters to the object's kernel's arguments starting from the index idx. More...
  template<typename T > -void add_argument (unsigned int &idx, T value) +void add_argument (unsigned int &idx, T value)  Add the passed parameters to the object's kernel's arguments starting from the index idx. More...
  -void set_lws_hint (cl::NDRange &lws_hint) - Set the Local-Workgroup-Size hint. More...
-  +void set_lws_hint (const cl::NDRange &lws_hint) + Set the Local-Workgroup-Size hint. More...
+  +cl::NDRange lws_hint () const + Return the Local-Workgroup-Size hint. More...
+  const std::string & config_id () const  Get the configuration ID. More...
  @@ -207,6 +210,7 @@ Public Member Functions   template<typename T , unsigned int dimension_size> void add_array_argument (unsigned &idx, const ICLArray< T > *array, const Strides &strides, unsigned int num_dimensions, const Window &window) + Add the passed array's parameters to the object's kernel's arguments starting from the index idx. More...
  - Public Member Functions inherited from IKernel  IKernel () @@ -572,7 +576,7 @@ Static Public Member Functions