Home
last modified time | relevance | path

Searched refs:DefineTensor (Results 1 – 6 of 6) sorted by relevance

/packages/modules/NeuralNetworks/common/cpu_operations/
DEmbeddingLookupTest.cpp148 #define DefineTensor(X, T) std::vector<T> X##_; macro
150 FOR_ALL_INPUT_AND_WEIGHT_TENSORS(DefineTensor);
151 FOR_ALL_OUTPUT_TENSORS(DefineTensor);
153 #undef DefineTensor
DHashtableLookupTest.cpp161 #define DefineTensor(X, T) std::vector<T> X##_; macro
163 FOR_ALL_INPUT_AND_WEIGHT_TENSORS(DefineTensor);
164 FOR_ALL_OUTPUT_TENSORS(DefineTensor);
166 #undef DefineTensor
DRNNTest.cpp231 #define DefineTensor(X) std::vector<float> X##_; macro
233 FOR_ALL_INPUT_AND_WEIGHT_TENSORS(DefineTensor);
234 FOR_ALL_OUTPUT_TENSORS(DefineTensor);
236 #undef DefineTensor
DLayerNormLSTMTest.cpp277 #define DefineTensor(X) std::vector<float> X##_; macro
279 FOR_ALL_INPUT_AND_WEIGHT_TENSORS(DefineTensor);
280 FOR_ALL_LAYER_NORM_WEIGHTS(DefineTensor);
281 FOR_ALL_OUTPUT_TENSORS(DefineTensor);
283 #undef DefineTensor
DSVDFTest.cpp308 #define DefineTensor(X) std::vector<float> X##_; macro
310 FOR_ALL_INPUT_AND_WEIGHT_TENSORS(DefineTensor);
311 FOR_ALL_OUTPUT_TENSORS(DefineTensor);
313 #undef DefineTensor
DLSTMTest.cpp264 #define DefineTensor(X) std::vector<float> X##_; macro
266 FOR_ALL_INPUT_AND_WEIGHT_TENSORS(DefineTensor);
267 FOR_ALL_OUTPUT_TENSORS(DefineTensor);
269 #undef DefineTensor