Searched refs:doNotConnect (Results 1 – 7 of 7) sorted by relevance
71 op->inputs[1]->doNotConnect = true; in roiConstructor()202 op->inputs[1]->doNotConnect = true; in heatmapMaxKeypointConstructor()
59 op->outputs[0]->doNotConnect = true; in reduceOpConstructor()
99 op->outputs[0]->doNotConnect = true; in l2normConstructor()
64 op->outputs[0]->doNotConnect = true; in broadcastOpConstructor()
208 op->outputs[1]->doNotConnect = true; in topKConstructor()
65 scale != other.scale || zeroPoint != other.zeroPoint || doNotConnect || in createEdgeIfValid()66 other.doNotConnect || !areValuePropertiesCompatible(valueProperties, other.valueProperties)) in createEdgeIfValid()
74 bool doNotConnect = false; member