Home
last modified time | relevance | path

Searched refs:weakPtrEqual (Results 1 – 1 of 1) sorted by relevance

/frameworks/ml/nn/runtime/test/fuzzing/
DRandomVariable.cpp1126 auto weakPtrEqual = [&node](const std::weak_ptr<RandomVariableBase>& ptr) { in unsetEqual() local
1131 std::find_if(parent1->children.begin(), parent1->children.end(), weakPtrEqual)); in unsetEqual()
1136 std::find_if(parent2->children.begin(), parent2->children.end(), weakPtrEqual)); in unsetEqual()