Home
last modified time | relevance | path

Searched defs:segment_ids (Results 1 – 14 of 14) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dunsorted_segment_max.cu21 __global__ void UnsortedSegmentMax(const T *input, const S *segment_ids, const int64_t num_segments… in UnsortedSegmentMax()
60 void CalUnsortedSegmentMax(const T *input, const S *segment_ids, const int64_t num_segments, size_t… in CalUnsortedSegmentMax()
Dunsorted_segment_min.cu31 __global__ void UnsortedSegmentMin(const T *input, const int *segment_ids, const int64_t num_segmen… in UnsortedSegmentMin()
65 void CalUnsortedSegmentMin(const T *input, const int *segment_ids, const int64_t num_segments, size… in CalUnsortedSegmentMin()
/third_party/mindspore/tests/st/fusion/
Dtest_unsorted_segment_sum_fission.py32 def construct(self, x, segment_ids): argument
/third_party/mindspore/tests/ut/data/dataset/testTFBert5Rows2/
DdatasetSchema.json10 "segment_ids" : { object
/third_party/mindspore/tests/ut/cpp/ops/
Dtest_ops_unsorted_segment_sum.cc37 …auto segment_ids = TensorConstructUtils::CreateOnesTensor(kNumberTypeInt32, std::vector<int64_t>{1… in TEST_F() local
/third_party/mindspore/tests/st/ops/ascend/test_tbe_ops/
Dtest_unsorted_segment_sum.py31 def construct(self, x, segment_ids, num_segments): argument
/third_party/mindspore/tests/ut/data/dataset/testTFBert5Rows/
DdatasetSchema.json35 "segment_ids" : { object
/third_party/mindspore/tests/ut/python/parallel/
Dtest_unsortedsegmentmax.py41 def construct(self, vectors, segment_ids): argument
Dtest_unsortedsegmentmin.py41 def construct(self, vectors, segment_ids): argument
Dtest_unsortedsegmentsum.py40 def construct(self, vectors, segment_ids): argument
/third_party/mindspore/tests/st/fl/albert/src/
Ddataset.py28 def __init__(self, input_ids, input_mask, segment_ids, label_id, seq_length=None): argument
/third_party/mindspore/mindspore/ops/_grad/
Dgrad_array_ops.py897 def _unsorted_segment_min_or_max_grad(x, segment_ids, num_segments, out, dout): argument
921 def bprop(x, segment_ids, num_segments, out, dout): argument
932 def bprop(x, segment_ids, num_segments, out, dout): argument
942 def bprop(x, segment_ids, num_segments, out, dout): argument
960 def bprop(x, segment_ids, num_segments, out, dout): argument
/third_party/mindspore/mindspore/core/abstract/
Dprim_arrays.cc234 auto segment_ids = CheckArg<AbstractTensor>(op_name, args_spec_list, 1); in InferImplUnsortedSegmentSum() local
289 auto segment_ids = CheckArg<AbstractTensor>(op_name, args_spec_list, 1); in InferImplUnsortedSegmentMax() local
341 auto segment_ids = CheckArg<AbstractTensor>(op_name, args_spec_list, 1); in InferImplUnsortedSegmentMin() local
/third_party/mindspore/mindspore/ops/operations/
Darray_ops.py2047 def __infer__(self, x, segment_ids, num_segments): argument
2156 def __check__(self, x, segment_ids, num_segments): argument
2282 def __check__(self, x, segment_ids, num_segments): argument
2343 def __infer__(self, x, segment_ids, num_segments): argument