Home
last modified time | relevance | path

Searched defs:end_mask (Results 1 – 10 of 10) sorted by relevance

/third_party/mindspore/mindspore/core/ops/grad/
Dstrided_slice_grad.cc26 void StridedSliceGrad::Init(int64_t begin_mask, int64_t end_mask, int64_t ellipsis_mask, int64_t ne… in Init()
44 void StridedSliceGrad::set_end_mask(int64_t end_mask) { in set_end_mask()
/third_party/mindspore/tests/st/ops/gpu/
Dtest_stridedslice_grad_op.py26 def __init__(self, begin, end, stride, begin_mask=0, end_mask=0, ellipsis_mask=0): argument
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/arrays/
Dstrided_slice_gpu_common.h81 auto end_mask = Dec2Bin(end_mask_int); in ParseMasks() local
/third_party/mindspore/mindspore/core/ops/
Dstrided_slice.cc239 void StridedSlice::set_end_mask(const int64_t end_mask) { in set_end_mask()
277 void StridedSlice::Init(const int64_t begin_mask, const int64_t end_mask, const int64_t ellipsis_ma… in Init()
/third_party/flutter/skia/third_party/externals/libpng/
Dpngrutil.c3208 unsigned int end_mask; in png_combine_row() local
/third_party/skia/third_party/externals/libpng/
Dpngrutil.c3208 unsigned int end_mask; in png_combine_row() local
/third_party/libpng/
Dpngrutil.c3208 unsigned int end_mask; in png_combine_row() local
/third_party/mindspore/mindspore/ops/operations/
Darray_ops.py3208 end_mask=0, argument
D_grad_ops.py1885 end_mask=0, argument
/third_party/mindspore/mindspore/lite/mindir/src/
Dmindir.cc3869 PrimitivePtr MindIR_StridedSlice_CreatePrimitive(int64_t begin_mask, int64_t end_mask, int64_t elli… in MindIR_StridedSlice_CreatePrimitive()
3926 void MindIR_StridedSlice_SetEndMask(PrimitivePtr *primitive, int64_t end_mask) { in MindIR_StridedSlice_SetEndMask()