Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/fuzzing/
DRandomGraphGenerator.h63 bool doNotConnect = false; member
DRandomGraphGenerator.cpp55 scale != other.scale || zeroPoint != other.zeroPoint || doNotConnect || other.doNotConnect) in createEdgeIfValid()
/frameworks/ml/nn/runtime/test/fuzzing/operation_signatures/
DReduce.cpp59 op->outputs[0]->doNotConnect = true; in reduceOpConstructor()
DBroadcast.cpp52 op->outputs[0]->doNotConnect = true; in broadcastOpConstructor()
DElementwise.cpp63 op->outputs[0]->doNotConnect = true; in elementwiseOpWithDisconnectedOutput()
DNormalization.cpp76 op->outputs[0]->doNotConnect = true; in l2normConstructor()
DSelection.cpp186 op->outputs[1]->doNotConnect = true; in topKConstructor()