Home
last modified time | relevance | path

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

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