Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/neuralnetworks/1.0/utils/src/
H A DAssertions.cpp25 #define COMPARE_ENUMS_TYPES(lhsType, rhsType) \ macro
33 COMPARE_ENUMS_TYPES(OperandType, OperandType);
34 COMPARE_ENUMS_TYPES(OperationType, OperationType);
35 COMPARE_ENUMS_TYPES(ErrorStatus, ErrorStatus);
36 COMPARE_ENUMS_TYPES(OperandLifeTime, Operand::LifeTime);
38 #undef COMPARE_ENUMS_TYPES
/aosp12/hardware/interfaces/neuralnetworks/1.3/utils/src/
H A DAssertions.cpp25 #define COMPARE_ENUMS_TYPES(lhsType, rhsType) \ macro
33 COMPARE_ENUMS_TYPES(OperandType, OperandType);
34 COMPARE_ENUMS_TYPES(OperationType, OperationType);
35 COMPARE_ENUMS_TYPES(Priority, Priority);
36 COMPARE_ENUMS_TYPES(OperandLifeTime, Operand::LifeTime);
37 COMPARE_ENUMS_TYPES(ErrorStatus, ErrorStatus);
39 #undef COMPARE_ENUMS_TYPES
/aosp12/hardware/interfaces/neuralnetworks/1.2/utils/src/
H A DAssertions.cpp25 #define COMPARE_ENUMS_TYPES(type) \ macro
32 COMPARE_ENUMS_TYPES(OperandType);
33 COMPARE_ENUMS_TYPES(OperationType);
34 COMPARE_ENUMS_TYPES(DeviceType);
35 COMPARE_ENUMS_TYPES(MeasureTiming);
37 #undef COMPARE_ENUMS_TYPES
/aosp12/hardware/interfaces/neuralnetworks/1.1/utils/src/
H A DAssertions.cpp25 #define COMPARE_ENUMS_TYPES(type) \ macro
32 COMPARE_ENUMS_TYPES(OperationType);
33 COMPARE_ENUMS_TYPES(ExecutionPreference);
35 #undef COMPARE_ENUMS_TYPES
/aosp12/hardware/interfaces/neuralnetworks/aidl/utils/src/
H A DAssertions.cpp35 #define COMPARE_ENUMS_TYPES(lhsType, rhsType) \ macro
43 COMPARE_ENUMS_TYPES(OperandType, OperandType);
44 COMPARE_ENUMS_TYPES(OperationType, OperationType);
45 COMPARE_ENUMS_TYPES(Priority, Priority);
46 COMPARE_ENUMS_TYPES(OperandLifeTime, Operand::LifeTime);
47 COMPARE_ENUMS_TYPES(ErrorStatus, ErrorStatus);
49 #undef COMPARE_ENUMS_TYPES
/aosp12/packages/modules/NeuralNetworks/tools/test_generator/test_harness/
H A DAssertions.cpp27 #define COMPARE_ENUMS_TYPES(lhsType, rhsType) \ macro
33 COMPARE_ENUMS_TYPES(TestOperandType, OperandType);
34 COMPARE_ENUMS_TYPES(TestOperationType, OperationType);
35 COMPARE_ENUMS_TYPES(TestOperandLifeTime, Operand::LifeTime);
37 #undef COMPARE_ENUMS_TYPES