Home
last modified time | relevance | path

Searched defs:BroadcastIntent (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/transforms/
H A Dbroadcast_propagation.cc46 struct BroadcastIntent { struct
47 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()
/aosp_15_r20/external/chromium-trace/catapult/devil/devil/android/
H A Ddevice_utils.py1742 def BroadcastIntent(self, intent_obj, timeout=None, retries=None): member in DeviceUtils