Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/test/fuzzing/operation_signatures/
DBoundingBox.cpp71 op->inputs[1]->doNotConnect = true; in roiConstructor()
202 op->inputs[1]->doNotConnect = true; in heatmapMaxKeypointConstructor()
DReduce.cpp59 op->outputs[0]->doNotConnect = true; in reduceOpConstructor()
DNormalization.cpp99 op->outputs[0]->doNotConnect = true; in l2normConstructor()
DBroadcast.cpp64 op->outputs[0]->doNotConnect = true; in broadcastOpConstructor()
DSelection.cpp208 op->outputs[1]->doNotConnect = true; in topKConstructor()
/packages/modules/NeuralNetworks/runtime/test/fuzzing/
DRandomGraphGenerator.cpp65 scale != other.scale || zeroPoint != other.zeroPoint || doNotConnect || in createEdgeIfValid()
66 other.doNotConnect || !areValuePropertiesCompatible(valueProperties, other.valueProperties)) in createEdgeIfValid()
DRandomGraphGenerator.h74 bool doNotConnect = false; member