/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/gemmlowp/fixedpoint/ |
A D | fixedpoint_neon.h | 25 template <> 31 template <> 37 template <> 42 template <> 47 template <> 52 template <> 57 template <> 62 template <> 67 template <> 72 template <> [all …]
|
A D | fixedpoint_sse.h | 42 template <> 48 template <> 54 template <> 59 template <> 64 template <> 69 template <> 74 template <> 79 template <> 84 template <> 89 template <> [all …]
|
A D | fixedpoint.h | 47 template <typename tIntegerType> 50 template <> 56 template <> 63 template <typename tRawType> 69 template <typename tIntegerType> 235 template <> 244 template <> 261 template <> 328 template <> 341 template <> [all …]
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/flatbuffers/include/flatbuffers/ |
A D | stl_emulation.h | 85 template <typename T> 147 template<class T, T v> 166 template<> 170 template<class T, T v> 184 template<class T, T v> 308 template<class T> 328 template<class Dummy> 338 template<class Dummy> 345 template<class T> 420 template<class T> [all …]
|
A D | flatbuffers.h | 54 template<typename T> 60 template<typename T> 747 template <class T> 753 template <class T> 758 template <class T> 1639 template<typename T> 2115 template<typename T> 2121 template<typename T> 2562 template<> 2571 template<typename T> [all …]
|
A D | util.h | 87 template<typename T> size_t IntToDigitCount(T t) { in IntToDigitCount() 109 template<typename T> 122 template<typename T> std::string NumToString(T t) { in NumToString() 142 template<> inline std::string NumToString<char>(char t) { 146 template<> inline std::string NumToString<long long>(long long t) { 152 template<> 188 template<> inline std::string NumToString<double>(double t) { 191 template<> inline std::string NumToString<float>(float t) { 290 template<typename T> 317 template<typename T> [all …]
|
/AliOS-Things-master/components/amp/libjs/ |
A D | generator.js | 62 let template = ` variable 93 template += `libjs_entry_t LIBJS_ENTRIES[] = {\n`; 117 template += '#if '; 119 template += `defined(${macro})`; 121 template += ' || '; 124 template += `\n {"${fileName}", "${minifyContent}"},\n#endif\n\n`; 131 template += ` {"${fileName}", "${minifyContent}"},\n\n`; 140 template += `#ifdef ${macro4libjs['init']}\n {"init", "${initContent}"},\n#endif\n\n`; 141 template += "};\n\n"; 143 console.log(template); [all …]
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/ |
A D | spectrogram.h | 67 template <class InputSample, class OutputSample> 74 template <class InputSample, class OutputSample> 86 template <class InputSample> 109 extern template bool Spectrogram::ComputeComplexSpectrogram( 112 extern template bool Spectrogram::ComputeComplexSpectrogram( 115 extern template bool Spectrogram::ComputeComplexSpectrogram( 118 extern template bool Spectrogram::ComputeComplexSpectrogram( 122 extern template bool Spectrogram::ComputeSquaredMagnitudeSpectrogram( 124 extern template bool Spectrogram::ComputeSquaredMagnitudeSpectrogram( 126 extern template bool Spectrogram::ComputeSquaredMagnitudeSpectrogram( [all …]
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/ |
A D | size_util.h | 29 template <typename Integer> 65 template <typename Integer> 71 template <typename Integer> 76 template <typename Integer> 82 template <typename Integer> 87 template <typename Integer> 92 template <typename Integer, typename Modulo> 98 template <typename Integer, typename Modulo>
|
A D | pack_common.h | 36 template <typename Scalar> 47 template <Path ThePath, typename Scalar> 52 template <Path ThePath, typename Scalar> 55 template <typename PackedScalar, typename Scalar> 60 template <Path ThePath, typename FixedKernelLayout, typename Scalar, 65 template <typename FixedKernelLayout, typename Scalar, \ 100 template <Path ThePath, int KernelCols> 136 template <> \
|
A D | mat.h | 124 template <typename Scalar> 132 template <typename Scalar> 142 template <typename Scalar> 208 template <typename T> 217 template <typename T> 255 template <typename Scalar> 277 template <typename T> 288 template <typename T> 299 template <typename T> 397 template <typename Scalar> [all …]
|
A D | check_macros.h | 31 template <typename T, typename Enable = void> 36 template <> 43 template <> 50 template <typename T> 57 template <typename T> 64 template <typename T> 80 template <template <typename T> class Comparison, typename LhsType,
|
A D | apply_multiplier.h | 41 template <typename AccumScalar, typename DstScalar> 55 template <typename AccumScalar, typename DstScalar, 61 template <typename AccumScalar, typename DstScalar> 67 template <typename AccumScalar, typename DstScalar> 83 template <typename AccumScalar, typename DstScalar>
|
A D | kernel_common.h | 71 template <typename DstScalar> 74 template <> 79 template <> 84 template <> 89 template <> 94 template <int LhsCols, int RhsCols> 130 template <typename DstScalar, int LhsCols, int RhsCols> 212 template <int LhsCols, int RhsCols> 235 template <int LhsCols, int RhsCols> 283 template <int LhsCols, int RhsCols> [all …]
|
A D | create_trmul_params.h | 54 template <typename Scalar, typename PackedScalar> 74 template <typename KernelType> 88 template <Path ThePath, typename SrcScalar, typename AccumScalar, 115 template <typename KernelType> 120 template <Path ThePath, typename LhsScalar, typename RhsScalar, 189 template <Path CompiledPaths, int BitNumber, typename LhsScalar, 249 template <typename AccumScalar, typename DstScalar> 276 template <typename AccumScalar, typename DstScalar, 323 template <typename AccumScalar, typename DstScalar> 350 template <typename AccumScalar, typename DstScalar> [all …]
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/reference/ |
A D | comparisons.h | 26 template <typename T> 31 template <typename T> 36 template <typename T> 40 template <typename T> 44 template <typename T> 48 template <typename T> 53 template <typename T> 56 template <typename T, ComparisonFn<T> F> 68 template <ComparisonFn<float> F> 130 template <typename T, ComparisonFn<T> F> [all …]
|
/AliOS-Things-master/components/jsoncpp/include/json/ |
A D | allocator.h | 15 template <typename T> class SecureAllocator { 49 template <typename... Args> void construct(pointer p, Args&&... args) { in construct() 70 template <typename U> SecureAllocator(const SecureAllocator<U>&) {} in SecureAllocator() 71 template <typename U> struct rebind { using other = SecureAllocator<U>; }; 74 template <typename T, typename U> 79 template <typename T, typename U>
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/optimized/ |
A D | depthwiseconv_3x3_filter_common.h | 184 template <> 186 template <typename IntegerType> 191 template <typename IntegerType> 198 template <> 200 template <typename IntegerType> 232 template <> 240 template <> 248 template < 398 template <typename T> 437 template < [all …]
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/kernels/ |
A D | top_n.h | 190 template <typename U> 210 template <class T, class Cmp> 211 template <typename U> 250 template <class T, class Cmp> 272 template <class T, class Cmp> 285 template <class T, class Cmp> 296 template <class T, class Cmp> 303 template <class T, class Cmp> 315 template <class T, class Cmp> 322 template <class T, class Cmp> [all …]
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/ |
A D | cpu_backend_gemm.h | 56 template <typename LhsScalar, typename RhsScalar, typename AccumScalar, 64 template <typename LhsScalar, typename RhsScalar, typename AccumScalar, 72 template <typename SrcScalar, typename DstScalar, 83 template <typename SrcScalar, QuantizationFlavor quantization_flavor> 89 template <typename DstScalar, QuantizationFlavor quantization_flavor> 95 template <QuantizationFlavor quantization_flavor> 104 template <> 114 template <typename LhsScalar, typename RhsScalar, typename AccumScalar, 176 template <typename LhsScalar, typename RhsScalar,
|
A D | reshape_test_common.h | 44 template <typename T, typename BASE = SingleOpModel> 68 this->template PopulateTensor<T>(input_, data); in SetInput() 76 return this->template ExtractVector<T>(output_); in GetOutput() 89 this->builder_.template CreateVector<int>(shape_data)) in BuildWithHardcodedShape() 105 this->builder_.template CreateVector<int>(shape_data)) in BuildWithTensorShape() 110 this->template PopulateTensor<int32_t>(shape_input_tensor, shape_data); in BuildWithTensorShape() 125 this->builder_.template CreateVector<int>(shape_data)) in BuildWithConstantTensorShape()
|
A D | cpu_backend_gemm_params.h | 49 template <typename Scalar> 113 template <typename AccumScalar, typename DstScalar, 153 template <typename DstScalar> 167 template <typename AccumScalar, typename DstScalar, 203 template <typename LhsScalar, typename RhsScalar, typename AccumScalar, 215 template <typename LhsScalar, typename RhsScalar, typename AccumScalar, 229 template <typename LhsScalar, typename RhsScalar, typename AccumScalar, 242 template <typename LhsScalar, typename RhsScalar, typename DstScalar>
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/ |
A D | portable_type_to_tflitetype.h | 38 template <typename T> 45 template <TfLiteType TFLITE_TYPE_ENUM> 50 template <> \ 54 template <> \
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/profiler/ |
A D | instrumentation.h | 36 template <typename... Args> 44 template <typename... Args> 61 template <typename... Args> 128 template <typename... Args> 175 template <typename... Args> 190 template <typename... Args>
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/ |
A D | micro_utils.h | 34 template <typename T> 44 template <typename T> 65 template <typename T> 73 template <typename T> 81 template <typename T> 102 template <typename T> 124 template <typename T>
|