X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=documentation%2Fclassarm__compute_1_1_n_e_dequantization_layer_kernel.xhtml;h=5b5dfd42019d6c76251ac451fc620b6d3478410a;hb=HEAD;hp=de50b8e559f0524a33798a378820d1f06693f122;hpb=8938bd3f40ea62ff56d6ed4e2db0a8aee34dd64a;p=platform%2Fupstream%2Farmcl.git diff --git a/documentation/classarm__compute_1_1_n_e_dequantization_layer_kernel.xhtml b/documentation/classarm__compute_1_1_n_e_dequantization_layer_kernel.xhtml index de50b8e..5b5dfd4 100644 --- a/documentation/classarm__compute_1_1_n_e_dequantization_layer_kernel.xhtml +++ b/documentation/classarm__compute_1_1_n_e_dequantization_layer_kernel.xhtml @@ -4,7 +4,7 @@ - + Compute Library: NEDequantizationLayerKernel Class Reference @@ -12,22 +12,24 @@ + + + @@ -38,7 +40,7 @@
Compute Library -  17.09 +  18.05
@@ -46,7 +48,7 @@ - + @@ -103,7 +105,7 @@ $(document).ready(function(){initNavTree('classarm__compute_1_1_n_e_dequantizati onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> - All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages +
@@ -114,7 +116,8 @@ $(document).ready(function(){initNavTree('classarm__compute_1_1_n_e_dequantizati
+Public Member Functions | +Static Public Member Functions
NEDequantizationLayerKernel Class Reference
@@ -127,56 +130,65 @@ $(document).ready(function(){initNavTree('classarm__compute_1_1_n_e_dequantizati
Collaboration diagram for NEDequantizationLayerKernel:
-
+
[legend]
+ + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + +

Public Member Functions

const char * name () const override
 Name of the kernel. More...
 
 NEDequantizationLayerKernel ()
 Default constructor. More...
 Default constructor. More...
 
 NEDequantizationLayerKernel (const NEDequantizationLayerKernel &)=delete
 Prevent instances of this class from being copied (As this class contains pointers) More...
 Prevent instances of this class from being copied (As this class contains pointers) More...
 
NEDequantizationLayerKerneloperator= (const NEDequantizationLayerKernel &)=delete
 Prevent instances of this class from being copied (As this class contains pointers) More...
 Prevent instances of this class from being copied (As this class contains pointers) More...
 
 NEDequantizationLayerKernel (NEDequantizationLayerKernel &&)=default
 Default Move Constructor. More...
 Default Move Constructor. More...
 
NEDequantizationLayerKerneloperator= (NEDequantizationLayerKernel &&)=default
 Default move assignment operator. More...
 Default move assignment operator. More...
 
 ~NEDequantizationLayerKernel ()=default
 Default destructor. More...
 Default destructor. More...
 
void configure (const ITensor *input, ITensor *output, const ITensor *min_max)
 Set input, output, min and max. More...
 Set input, output, min and max. More...
 
void run (const Window &window, const ThreadInfo &info) override
 Execute the kernel on the passed window. More...
 Execute the kernel on the passed window. More...
 
- Public Member Functions inherited from ICPPKernel
virtual ~ICPPKernel ()=default
 Default destructor. More...
 Default destructor. More...
 
- Public Member Functions inherited from IKernel
 IKernel ()
 Constructor. More...
 Constructor. More...
 
virtual ~IKernel ()=default
 Destructor. More...
 Destructor. More...
 
virtual bool is_parallelisable () const
 Indicates whether or not the kernel is parallelisable. More...
 Indicates whether or not the kernel is parallelisable. More...
 
virtual BorderSize border_size () const
 The size of the border for that kernel. More...
 The size of the border for that kernel. More...
 
const Windowwindow () const
 The maximum window the kernel can be executed on. More...
 The maximum window the kernel can be executed on. More...
 
+ + + +

+Static Public Member Functions

static Status validate (const ITensorInfo *input, const ITensorInfo *output, const ITensorInfo *min_max)
 Static function to check if given info will lead to a valid configuration of NEDequantizationLayerKernel. More...
 

Detailed Description

Interface for the dequantization layer kernel.

@@ -199,6 +211,8 @@ Public Member Functions

Default constructor.

+

Referenced by NEDequantizationLayerKernel::name().

+
@@ -276,6 +290,8 @@ Public Member Functions

Default destructor.

+

Referenced by NEDequantizationLayerKernel::name().

+

Member Function Documentation

@@ -319,6 +335,40 @@ Public Member Functions +

Referenced by NEDequantizationLayerKernel::name().

+ + + + +
+
+ + + + + +
+ + + + + + + +
const char* name () const
+
+inlineoverridevirtual
+
+ +

Name of the kernel.

+
Returns
Kernel name
+ +

Implements ICPPKernel.

+ +

Definition at line 41 of file NEDequantizationLayerKernel.h.

+ +

References NEDequantizationLayerKernel::configure(), arm_compute::test::validation::info(), NEDequantizationLayerKernel::NEDequantizationLayerKernel(), NEDequantizationLayerKernel::operator=(), NEDequantizationLayerKernel::run(), NEDequantizationLayerKernel::validate(), IKernel::window(), and NEDequantizationLayerKernel::~NEDequantizationLayerKernel().

+
42  {
43  return "NEDequantizationLayerKernel";
44  }
@@ -345,6 +395,8 @@ Public Member Functions

Prevent instances of this class from being copied (As this class contains pointers)

+

Referenced by NEDequantizationLayerKernel::name().

+ @@ -420,6 +472,61 @@ The width of the window has to be a multiple of num_elems_processed_per_iteratio

Implements ICPPKernel.

+

Referenced by NEDequantizationLayerKernel::name().

+ + + + +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + +
static Status validate (const ITensorInfoinput,
const ITensorInfooutput,
const ITensorInfomin_max 
)
+
+static
+
+ +

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

+
Parameters
+ + + + +
[in]inputInput tensor info. Data types supported: U8.
[in]outputOutput tensor info. Data types supported: F32.
[in]min_maxInfo for the tensor with shape [2, batches] which stores the minimum and maximum value for each 3D input tensor. The dimensions over the second must match the batched dimensions of the input tensor. Data type supported: F32.
+
+
+
Returns
a status
+ +

Referenced by NEDequantizationLayerKernel::name().

+

The documentation for this class was generated from the following file: