Home
last modified time | relevance | path

Searched refs:BEGIN_MASK (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Dstrided_slice_info.cc76 …if ((GetMask(BEGIN_MASK, &begin_mask_) != SUCCESS) || (GetMask(END_MASK, &end_mask_) != SUCCESS) || in GetAttrs()
Dops_utils.h130 constexpr char BEGIN_MASK[] = "begin_mask"; variable
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/tensor_layout/
Dconstruct_operator.cc65 Attr attr_begin_mask = std::make_pair(BEGIN_MASK, attr_value); in CreateStridedSliceOp()