Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/fuzzing/operation_signatures/
DOperationSignatureUtils.h241 if (isQuantizedType(op->inputs[0]->dataType)) {
462 if (isQuantizedType(op->dataType)) { \
DBroadcast.cpp56 if (isQuantizedType(dataType) && op->opType == TestOperationType::MUL) { in broadcastOpConstructor()
DBoundingBox.cpp30 if (isQuantizedType(dataType)) { in roiTensorConstructor()
/frameworks/ml/nn/tools/test_generator/test_harness/include/
DTestHarness.h507 bool isQuantizedType(TestOperandType type);
/frameworks/ml/nn/tools/test_generator/test_harness/
DTestHarness.cpp318 bool isQuantizedType(TestOperandType type) { in isQuantizedType() function