Home
last modified time | relevance | path

Searched defs:send_shapes (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/core/ops/
Dneighborexchange.cc116 auto send_shapes = GetValue<ValuePtrList>(primitive->GetAttr(kSendShapes)); in Check() local
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Dconv2d_info.cc658 Attr send_shapes = {SEND_SHAPES, MakeTupleListValue(send_shapes_)}; in CreateNeighborExchangeAttrs() local
/third_party/mindspore/mindspore/ops/operations/
Dcomm_ops.py643 def __init__(self, send_rank_ids, recv_rank_ids, recv_shapes, send_shapes, recv_type, argument