Home
last modified time | relevance | path

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

12

/third_party/mindspore/mindspore-src/source/tests/st/ops/gpu/
Dtest_segment_op.py33 def construct(self, x, segment_ids): argument
43 def construct(self, x, segment_ids): argument
53 def construct(self, x, segment_ids): argument
63 def construct(self, x, segment_ids): argument
73 def construct(self, x, segment_ids): argument
Dtest_sparse_segment_mean_op.py30 def construct(self, x, indices, segment_ids): argument
34 def sparse_segment_mean_numpy(x, indices, segment_ids): argument
Dtest_sparse_segment_mean_with_num_segments_op.py30 def construct(self, x, indices, segment_ids, num_segments): argument
34 def sparse_segment_mean_with_num_segments_numpy(x, indices, segment_ids, num_segments): argument
Dtest_sparse_segment_sum_grad_op.py30 def construct(self, grad, indices, segment_ids, output_dim0): argument
Dtest_sparse_segment_sum_with_num_segments_op.py30 def construct(self, x, indices, segment_ids, num_segments): argument
Dtest_sparse_segment_mean_grad_op.py30 def construct(self, grad, indices, segment_ids, output_dim0): argument
Dtest_sparse_segment_sqrt_n_grad_op.py30 def construct(self, grad, indices, segment_ids, output_dim0): argument
Dtest_sparse_segment_sqrt_n_op.py32 def construct(self, x, indices, segment_ids): argument
Dtest_unsorted_segment_prod.py60 def unsorted_segment_arith_expected(func, x, segment_ids, num_segments): argument
408 def prod_vmap_graph(x, segment_ids, num_segments): argument
Dtest_sparse_segment_sum_op.py32 def construct(self, x, indices, segment_ids): argument
Dtest_sparse_segment_sqrt_n_with_num_segments_op.py32 def construct(self, x, indices, segment_ids, num_segments): argument
/third_party/mindspore/mindspore-src/source/tests/st/ops/cpu/
Dtest_unsorted_segment_arithmetic.py145 def unsorted_segment_arith_expected(func, x, segment_ids, num_segments): argument
304 def min_vmap_graph(x, segment_ids, num_segments): argument
308 def max_vmap_graph(x, segment_ids, num_segments): argument
312 def sum_vmap_graph(x, segment_ids, num_segments): argument
Dtest_sparse_segment_mean_op.py30 def construct(self, x, indices, segment_ids): argument
34 def sparse_segment_mean_numpy(x, indices, segment_ids): argument
Dtest_sparse_segment_mean_with_num_segments_op.py31 def construct(self, x, indices, segment_ids, num_segments): argument
/third_party/mindspore/mindspore-src/source/tests/st/ops/dynamic_shape/
Dtest_unsorted_segment_sum_dyn.py29 def construct(self, x, segment_ids, num_segments): argument
39 def construct(self, x, segment_ids): argument
/third_party/mindspore/mindspore-src/source/tests/st/ops/ascend/
Dtest_unsorted_segment_op.py50 def unsorted_segment_arith_expected(func, x, segment_ids, num_segments): argument
125 def construct(self, x, segment_ids): argument
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/ops/_grad_experimental/
Dgrad_sparse_ops.py188 def bprop(x, indices, segment_ids, out, dout): argument
206 def bprop(x, indices, segment_ids, num_segments, out, dout): argument
225 def bprop_gpu(x, indices, segment_ids, out, dout): argument
235 def bprop(x, indices, segment_ids, out, dout): argument
271 def bprop_gpu(x, indices, segment_ids, num_segments, out, dout): argument
281 def bprop(x, indices, segment_ids, num_segments, out, dout): argument
305 def bprop(x, indices, segment_ids, num_segments, out, dout): argument
/third_party/mindspore/mindspore-src/source/tests/st/ops/ascend/test_aicpu_ops/
Dtest_unsortedsegmentsum.py26 def forward_func(input_x, segment_ids, num_segments): argument
/third_party/mindspore/mindspore-src/source/tests/st/ops/dynamic_shape/grad/
Dtest_segment_mean.py15 def construct(self, x, segment_ids): argument
Dtest_sparse_segment_sqrt_n.py32 def construct(self, x, indices, segment_ids): argument
/third_party/mindspore/mindspore-src/source/tests/st/fusion/
Dtest_unsorted_segment_sum_fission.py32 def construct(self, x, segment_ids): argument
/third_party/mindspore/mindspore-src/source/tests/ut/data/dataset/testTFBert5Rows2/
DdatasetSchema.json10 "segment_ids" : { object
/third_party/mindspore/mindspore-src/source/tests/st/ops/ascend/test_tbe_ops/
Dtest_unsorted_segment_sum.py31 def construct(self, x, segment_ids, num_segments): argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/customize/op_proto/
Dsegment_min_proto.cc44 Tensor segment_ids; in IMPLEMT_COMMON_INFERFUNC() local
Dsegment_mean_proto.cc46 Tensor segment_ids; in IMPLEMT_COMMON_INFERFUNC() local

12