Searched defs:BroadcastIntent (Results 1 – 2 of 2) sorted by relevance
46 struct BroadcastIntent { struct47 RankedTensorType resultType;48 Value targetValue;49 Value outputDimensions;50 Attribute broadcastDimensions;51 bool operator==(BroadcastIntent rhs) const { in operator ==()56 bool operator!=(BroadcastIntent rhs) const { return !(*this == rhs); } in operator !=()135 DenseMap<BroadcastIntent, SmallVector<BroadcastIntent>> in findBroadcastIntents()247 DenseMap<BroadcastIntent, Value> realizeBroadcastIntents( in realizeBroadcastIntents()
1742 def BroadcastIntent(self, intent_obj, timeout=None, retries=None): member in DeviceUtils