Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/fuzzing/
DRandomGraphGenerator.h39 struct RandomOperand { struct
40 RandomOperandType type; argument
50 std::function<void(RandomOperand*)> finalizer = nullptr; argument
65 RandomOperand(const OperandSignature& op, Type dataType, uint32_t rank); argument
69 void resizeBuffer(uint32_t len) { in resizeBuffer()
95 bool createEdgeIfValid(const RandomOperand& other) const; argument
DRandomGraphGenerator.cpp39 RandomOperand::RandomOperand(const OperandSignature& operand, Type dataType, uint32_t rank) in RandomOperand() function in android::nn::fuzzing_test::RandomOperand