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::shared_ptr<RandomVariableBase>> children; argument111 explicit RandomVariableBase(int value); argument118 RandomVariableBase& operator=(const RandomVariableBase&) = delete; argument
35 RandomVariableBase::RandomVariableBase(int value) in RandomVariableBase() function in android::nn::fuzzing_test::RandomVariableBase42 RandomVariableBase::RandomVariableBase(int lower, int upper) in RandomVariableBase() function in android::nn::fuzzing_test::RandomVariableBase48 RandomVariableBase::RandomVariableBase(const std::vector<int>& choices) in RandomVariableBase() function in android::nn::fuzzing_test::RandomVariableBase54 RandomVariableBase::RandomVariableBase(const RandomVariableNode& lhs, const RandomVariableNode& rhs, in RandomVariableBase() function in android::nn::fuzzing_test::RandomVariableBase