Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/tools/test_generator/test_harness/
DAssertions.cpp47 #define COMPARE_ENUMS(symbol) COMPARE_ENUMS_FULL(symbol, TestOperandType, OperandType) macro
49 COMPARE_ENUMS(FLOAT32);
50 COMPARE_ENUMS(INT32);
51 COMPARE_ENUMS(UINT32);
52 COMPARE_ENUMS(TENSOR_FLOAT32);
53 COMPARE_ENUMS(TENSOR_INT32);
54 COMPARE_ENUMS(TENSOR_QUANT8_ASYMM);
55 COMPARE_ENUMS(BOOL);
56 COMPARE_ENUMS(TENSOR_QUANT16_SYMM);
57 COMPARE_ENUMS(TENSOR_FLOAT16);
[all …]