Searched refs:BROADCAST (Results 1 – 18 of 18) sorted by relevance
/third_party/mindspore/mindspore/_extends/graph_kernel/model/ |
D | graph_split.py | 66 if a.pattern <= PrimLib.REDUCE and r <= PrimLib.BROADCAST and dom.check_acyclic(a): 173 relation = max(relation, PrimLib.BROADCAST) 580 PrimLib.iter_type(op) <= PrimLib.BROADCAST: 585 … if weight > max_weight or len(op.inputs) > 1 or PrimLib.iter_type(op) > PrimLib.BROADCAST: 700 if a.pattern <= PrimLib.BROADCAST and dom.check_acyclic(a) and \ 704 if a.pattern <= PrimLib.BROADCAST and a.check_acyclic(dom) and \ 711 … if dom.pattern not in (PrimLib.ELEMWISE, PrimLib.BROADCAST) or len(dom.in_relations) != 1: 714 … if a.pattern > PrimLib.BROADCAST or len(a.out_relations) != 1 or r != PrimLib.ELEMWISE or \ 720 if dom.pattern not in (PrimLib.ELEMWISE, PrimLib.BROADCAST): 724 … if a.pattern <= PrimLib.BROADCAST and r == PrimLib.ELEMWISE and a.check_acyclic(dom) and \ [all …]
|
D | model.py | 93 BROADCAST = 3 variable in PrimLib 131 PrimLib.ELEMWISE if out_shape[i + delta] == in_shape[i] else PrimLib.BROADCAST) 218 'Tile': Prim(BROADCAST), 219 'BroadcastTo': Prim(BROADCAST), 533 if prim.iter_type in (PrimLib.ELEMWISE, PrimLib.BROADCAST, PrimLib.REDUCE):
|
D | graph_parallel.py | 134 if dom_type in (PrimLib.ELEMWISE, PrimLib.BROADCAST):
|
/third_party/ffmpeg/doc/ |
D | nut.texi | 29 @item BROADCAST @tab Extend the syncpoint to report the sender wallclock 33 @section BROADCAST 35 The BROADCAST variant provides a secondary time reference to facilitate
|
/third_party/iptables/extensions/ |
D | libxt_addrtype.man | 17 .BI "BROADCAST"
|
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/model/ |
D | op_node.h | 45 BROADCAST, enumerator 174 …castToOp(const std::string &op, const std::string &node_name) : PrimOp(op, node_name, BROADCAST) {} in BroadcastToOp()
|
D | op_node.cc | 289 compute_type_ = IsBroadcast(inputs) ? BROADCAST : ELEMWISE; in Infer()
|
/third_party/ltp/doc/ |
D | namespaces-helper-tools.txt | 53 6: veth1: <BROADCAST> mtu 1500 qdisc noop state DOWN qlen 1000
|
/third_party/mesa3d/docs/relnotes/ |
D | 20.1.7.rst | 96 - intel/fs: Fix MOV_INDIRECT and BROADCAST of Q types on Gen11+
|
D | 20.3.0.rst | 2652 - intel/fs: Fix MOV_INDIRECT and BROADCAST of Q types on Gen11+
|
D | 20.2.0.rst | 2664 - intel/fs: Fix MOV_INDIRECT and BROADCAST of Q types on Gen11+
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/ |
D | user_socketvar.h | 111 BROADCAST = 1, enumerator
|
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/ |
D | ops_utils.h | 332 constexpr char BROADCAST[] = "Broadcast"; variable
|
/third_party/libnl/lib/route/ |
D | addr.c | 519 diff |= ADDR_DIFF(BROADCAST, nl_addr_cmp(a->a_bcast, b->a_bcast)); in addr_compare()
|
D | route_obj.c | 201 PRINT_FLAG(BROADCAST); in route_dump_line()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrAVX512.td | 1097 // AVX-512 BROADCAST 1462 // AVX-512 BROADCAST SUBVECTORS 1720 // AVX-512 BROADCAST MASK TO VECTOR REGISTER
|
/third_party/eudev/hwdb/ |
D | 20-OUI.hwdb | 22758 ID_OUI_FROM_DATABASE=EVS BROADCAST EQUIPMENT 34629 ID_OUI_FROM_DATABASE=BROADCAST TELEVISION SYSTEMS
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 130002 map SIGNAL and BROADCAST to the right function. 130010 Use BROADCAST as this is what we do.
|