Home
last modified time | relevance | path

Searched defs:RandomOperand (Results 1 – 2 of 2) sorted by relevance

/packages/modules/NeuralNetworks/runtime/test/fuzzing/
DRandomGraphGenerator.h40 struct RandomOperand { struct
50 RandomOperandType type; argument
61 std::function<void(RandomOperand*)> finalizer = nullptr; argument
76 RandomOperand(const OperandSignature& op, test_helper::TestOperandType dataType, uint32_t rank); argument
80 void resizeBuffer(uint32_t len) { in resizeBuffer()
106 bool createEdgeIfValid(const RandomOperand& other) const; argument
DRandomGraphGenerator.cpp44 RandomOperand::RandomOperand(const OperandSignature& operand, TestOperandType dataType, in RandomOperand() function in android::nn::fuzzing_test::RandomOperand