Home
last modified time | relevance | path

Searched refs:template (Results 1 – 25 of 202) sorted by relevance

123456789

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/gemmlowp/fixedpoint/
A Dfixedpoint_neon.h25 template <>
31 template <>
37 template <>
42 template <>
47 template <>
52 template <>
57 template <>
62 template <>
67 template <>
72 template <>
[all …]
A Dfixedpoint_sse.h42 template <>
48 template <>
54 template <>
59 template <>
64 template <>
69 template <>
74 template <>
79 template <>
84 template <>
89 template <>
[all …]
A Dfixedpoint.h47 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 Dstl_emulation.h85 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 Dflatbuffers.h54 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 Dutil.h87 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 Dgenerator.js62 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 Dspectrogram.h67 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 Dsize_util.h29 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 Dpack_common.h36 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 Dmat.h124 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 Dcheck_macros.h31 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 Dapply_multiplier.h41 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 Dkernel_common.h71 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 Dcreate_trmul_params.h54 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 Dcomparisons.h26 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 Dallocator.h15 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 Ddepthwiseconv_3x3_filter_common.h184 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 Dtop_n.h190 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 Dcpu_backend_gemm.h56 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 Dreshape_test_common.h44 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 Dcpu_backend_gemm_params.h49 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 Dportable_type_to_tflitetype.h38 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 Dinstrumentation.h36 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 Dmicro_utils.h34 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>

Completed in 37 milliseconds

123456789