Searched defs:RandomVariableBase (Results 1 – 2 of 2) sorted by relevance
93 struct RandomVariableBase { struct104 std::shared_ptr<RandomVariableBase> parent1 = nullptr; argument105 std::shared_ptr<RandomVariableBase> parent2 = nullptr; argument106 std::vector<std::weak_ptr<RandomVariableBase>> children; argument111 explicit RandomVariableBase(int value); argument118 RandomVariableBase& operator=(const RandomVariableBase&) = delete; argument
36 RandomVariableBase::RandomVariableBase(int value) in RandomVariableBase() function in android::nn::fuzzing_test::RandomVariableBase43 RandomVariableBase::RandomVariableBase(int lower, int upper) in RandomVariableBase() function in android::nn::fuzzing_test::RandomVariableBase49 RandomVariableBase::RandomVariableBase(const std::vector<int>& choices) in RandomVariableBase() function in android::nn::fuzzing_test::RandomVariableBase55 RandomVariableBase::RandomVariableBase(const RandomVariableNode& lhs, const RandomVariableNode& rhs, in RandomVariableBase() function in android::nn::fuzzing_test::RandomVariableBase