Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/test/fuzzing/
DOperationManager.h34 struct OperandSignature { struct
77 std::vector<OperandSignature> inputs;
78 std::vector<OperandSignature> outputs;
DRandomGraphGenerator.h34 struct OperandSignature;
76 RandomOperand(const OperandSignature& op, test_helper::TestOperandType dataType, uint32_t rank);
DRandomGraphGenerator.cpp44 RandomOperand::RandomOperand(const OperandSignature& operand, TestOperandType dataType, in RandomOperand()
/packages/modules/NeuralNetworks/runtime/test/fuzzing/operation_signatures/
DBoundingBox.cpp37 static const OperandSignature kInputRoiTensor = {.type = RandomOperandType::INPUT,
39 static const OperandSignature kOutputRoiTensor = {.type = RandomOperandType::OUTPUT,
DReshape.cpp260 static const OperandSignature paddingTensor_SPACE_TO_BATCH_ND = {
320 static const OperandSignature paddingScalar_PAD_V2 = {
DSelection.cpp95 static const OperandSignature hitsTensor_HASHTABLE_LOOKUP = {