Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Dstrided_slice_info.cc92 (GetInput(input_value_[STRIDED_SLICE_STRIDES_INDEX], &strides_) != SUCCESS)) { in GetAttrs()
Dops_utils.h43 constexpr size_t STRIDED_SLICE_STRIDES_INDEX = 3; variable
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/tensor_layout/
Dconstruct_operator.cc78 …es = std::make_pair(std::make_pair(STRIDES, param_strides_value), STRIDED_SLICE_STRIDES_INDEX + 1); in CreateStridedSliceOp()