Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/test/fuzzing/
DRandomGraphGenerator.cpp63 if (other.type != RandomOperandType::INPUT) return false; in createEdgeIfValid()
144 output->type = RandomOperandType::INTERNAL; in generateGraph()
155 if (operand->type == RandomOperandType::CONST) return true; in asConstant()
156 if (operand->type != RandomOperandType::INPUT) return false; in asConstant()
187 if (operand->type == RandomOperandType::INPUT) numInputs++; in generateValue()
191 return operand->type != RandomOperandType::INTERNAL && in generateValue()
192 operand->type != RandomOperandType::NO_VALUE; in generateValue()
199 if (operand->type == RandomOperandType::INPUT) numInputs--; in generateValue()
200 operand->type = RandomOperandType::CONST; in generateValue()
235 static TestOperandLifeTime convertToTestOperandLifeTime(RandomOperandType type) { in convertToTestOperandLifeTime()
[all …]
DRandomGraphGenerator.h38 enum class RandomOperandType { INPUT = 0, OUTPUT = 1, INTERNAL = 2, CONST = 3, NO_VALUE = 4 }; enum
50 RandomOperandType type;
DOperationManager.h37 RandomOperandType type;
DRandomGraphGeneratorUtils.h208 inline std::ostream& operator<<(std::ostream& os, const RandomOperandType& type) {
/packages/modules/NeuralNetworks/runtime/test/fuzzing/operation_signatures/
DOperationSignatureUtils.h323 .type = RandomOperandType::INPUT, .constructor = defaultOperandConstructor, \
331 .type = RandomOperandType::INPUT, .constructor = defaultScalarOperandConstructor, \
339 .type = RandomOperandType::INPUT, \
351 .type = RandomOperandType::INPUT, \
381 .type = RandomOperandType::CONST, \
395 .type = RandomOperandType::CONST, \
408 .type = RandomOperandType::CONST, \
419 .type = RandomOperandType::CONST, \
426 .type = RandomOperandType::NO_VALUE, \
433 .type = RandomOperandType::CONST, \
[all …]
DBoundingBox.cpp37 static const OperandSignature kInputRoiTensor = {.type = RandomOperandType::INPUT,
39 static const OperandSignature kOutputRoiTensor = {.type = RandomOperandType::OUTPUT,
DReshape.cpp261 .type = RandomOperandType::CONST,
321 .type = RandomOperandType::CONST,
DSelection.cpp96 .type = RandomOperandType::OUTPUT,