Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/fuzzing/
DRandomVariable.h93 struct RandomVariableBase { struct
104 std::shared_ptr<RandomVariableBase> parent1 = nullptr; argument
105 std::shared_ptr<RandomVariableBase> parent2 = nullptr; argument
106 std::vector<std::shared_ptr<RandomVariableBase>> children; argument
111 explicit RandomVariableBase(int value); argument
118 RandomVariableBase& operator=(const RandomVariableBase&) = delete; argument
DRandomVariable.cpp35 RandomVariableBase::RandomVariableBase(int value) in RandomVariableBase() function in android::nn::fuzzing_test::RandomVariableBase
42 RandomVariableBase::RandomVariableBase(int lower, int upper) in RandomVariableBase() function in android::nn::fuzzing_test::RandomVariableBase
48 RandomVariableBase::RandomVariableBase(const std::vector<int>& choices) in RandomVariableBase() function in android::nn::fuzzing_test::RandomVariableBase
54 RandomVariableBase::RandomVariableBase(const RandomVariableNode& lhs, const RandomVariableNode& rhs, in RandomVariableBase() function in android::nn::fuzzing_test::RandomVariableBase