Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/test/fuzzing/operation_signatures/
DOperationSignatureUtils.h251 if (isQuantizedType(op->inputs[0]->dataType)) {
472 if (isQuantizedType(op->dataType)) { \
DBroadcast.cpp56 if (isQuantizedType(dataType) && op->opType == TestOperationType::MUL) { in broadcastOpConstructor()
DBoundingBox.cpp30 if (isQuantizedType(dataType)) { in roiTensorConstructor()
/packages/modules/NeuralNetworks/tools/test_generator/test_harness/include/
DTestHarness.h536 bool isQuantizedType(TestOperandType type);
/packages/modules/NeuralNetworks/tools/test_generator/test_harness/
DTestHarness.cpp318 bool isQuantizedType(TestOperandType type) { in isQuantizedType() function