Searched defs:RandomOperand (Results 1 – 2 of 2) sorted by relevance
40 struct RandomOperand { struct50 RandomOperandType type; argument61 std::function<void(RandomOperand*)> finalizer = nullptr; argument76 RandomOperand(const OperandSignature& op, test_helper::TestOperandType dataType, uint32_t rank); argument80 void resizeBuffer(uint32_t len) { in resizeBuffer()106 bool createEdgeIfValid(const RandomOperand& other) const; argument
44 RandomOperand::RandomOperand(const OperandSignature& operand, TestOperandType dataType, in RandomOperand() function in android::nn::fuzzing_test::RandomOperand