Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/test/fuzzing/
DRandomGraphGenerator.h41 struct RandomOperand { struct
51 RandomOperandType type; argument
62 std::function<void(RandomOperand*)> finalizer = nullptr; argument
77 RandomOperand(const OperandSignature& op, test_helper::TestOperandType dataType, uint32_t rank); argument
81 void resizeBuffer(uint32_t len) { in resizeBuffer()
107 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