From 6940dd720ebb6b3d1df8ca203ab696daefe58189 Mon Sep 17 00:00:00 2001 From: Jim Flynn Date: Fri, 20 Mar 2020 12:25:56 +0000 Subject: renamed Documentation folder 20.02 and added .nojekyll file Signed-off-by: Jim Flynn --- 20.02/_ref_workload_utils_8hpp.xhtml | 164 +++++++++++++++++++++++++++++++++++ 1 file changed, 164 insertions(+) create mode 100644 20.02/_ref_workload_utils_8hpp.xhtml (limited to '20.02/_ref_workload_utils_8hpp.xhtml') diff --git a/20.02/_ref_workload_utils_8hpp.xhtml b/20.02/_ref_workload_utils_8hpp.xhtml new file mode 100644 index 0000000000..67171847a8 --- /dev/null +++ b/20.02/_ref_workload_utils_8hpp.xhtml @@ -0,0 +1,164 @@ + + + + + + + + + + + + + +ArmNN: src/backends/reference/workloads/RefWorkloadUtils.hpp File Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
RefWorkloadUtils.hpp File Reference
+
+
+
#include <backendsCommon/CpuTensorHandle.hpp>
+#include <armnn/Tensor.hpp>
+#include <armnn/Types.hpp>
+#include <reference/RefTensorHandle.hpp>
+#include <Half.hpp>
+#include <boost/polymorphic_cast.hpp>
+
+

Go to the source code of this file.

+ + + + + +

+Namespaces

 armnn
 Copyright (c) 2020 ARM Limited.
 
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

const TensorInfo & GetTensorInfo (const ITensorHandle *tensorHandle)
 float32 helpers More...
 
template<typename DataType , typename PayloadType >
const DataType * GetInputTensorData (unsigned int idx, const PayloadType &data)
 
template<typename DataType , typename PayloadType >
DataType * GetOutputTensorData (unsigned int idx, const PayloadType &data)
 
template<typename PayloadType >
const float * GetInputTensorDataFloat (unsigned int idx, const PayloadType &data)
 
template<typename PayloadType >
float * GetOutputTensorDataFloat (unsigned int idx, const PayloadType &data)
 
template<typename PayloadType >
const Half * GetInputTensorDataHalf (unsigned int idx, const PayloadType &data)
 
template<typename PayloadType >
Half * GetOutputTensorDataHalf (unsigned int idx, const PayloadType &data)
 
template<typename T >
std::vector< float > Dequantize (const T *quant, const TensorInfo &info)
 u8 helpers More...
 
template<typename T >
void Dequantize (const T *inputData, float *outputData, const TensorInfo &info)
 
void Quantize (uint8_t *quant, const float *dequant, const TensorInfo &info)
 
+
+
+ + + + -- cgit v1.2.1