Home
last modified time | relevance | path

Searched refs:SparseGatherV2 (Results 1 – 19 of 19) sorted by relevance

/third_party/mindspore/tests/st/ops/gpu/
Dtest_sparse_gather_v2_op.py28 self.gather = P.SparseGatherV2()
693 self.gather = P.SparseGatherV2()
742 self.gather = P.SparseGatherV2()
780 self.gather = P.SparseGatherV2()
821 self.gather = P.SparseGatherV2()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/arrays/
Dgatherv2_gpu_kernel.cc140 SparseGatherV2,
144 SparseGatherV2,
147 MS_REG_GPU_KERNEL_TWO(SparseGatherV2,
154 MS_REG_GPU_KERNEL_TWO(SparseGatherV2,
/third_party/mindspore/tests/ut/python/ir/
Dtest_row_tensor.py274 class SparseGatherV2(nn.Cell): class
276 super(SparseGatherV2, self).__init__()
283 GradWrap(SparseGatherV2())(params, indices)
298 class SparseGatherV2(nn.Cell): class
300 super(SparseGatherV2, self).__init__()
307 network = GradWrap(SparseGatherV2())
/third_party/mindspore/tests/ut/python/parallel/
Dtest_sparse_feature_bprop.py58 self.gatherv2 = P.SparseGatherV2()
117 self.gatherv2 = P.SparseGatherV2()
Dtest_sparse_gather_v2.py55 … self.gatherv2 = P.SparseGatherV2().shard(strategy1).add_prim_attr("primitive_target", target)
/third_party/mindspore/tests/st/pynative/dynamic_shape/
Dtest_pynative_ftrl.py33 self.gather = P.SparseGatherV2()
/third_party/mindspore/tests/ut/python/nn/optim/
Dtest_ftrl.py53 self.gather = P.SparseGatherV2()
Dtest_proximal_ada_grad.py53 self.gather = P.SparseGatherV2()
Dtest_adam.py64 self.gather = P.SparseGatherV2()
Dtest_adafactor.py67 self.gather = P.SparseGatherV2()
/third_party/mindspore/tests/st/dynamic_shape/
Dtest_ftrl.py33 self.gather = P.SparseGatherV2()
/third_party/mindspore/mindspore/ops/operations/
D__init__.py25 … Fill, Ones, Zeros, GatherNd, GatherV2, Gather, SparseGatherV2, InvertPermutation,
Darray_ops.py863 class SparseGatherV2(PrimitiveWithCheck): class
/third_party/mindspore/tests/st/hcom/
Dhcom_sparsetensor.py135 self.gather = P.SparseGatherV2()
/third_party/mindspore/mindspore/nn/layer/
Dembedding.py240 self.gatherv2 = P.SparseGatherV2()
Dthor_layer.py739 self.gatherv2 = P.SparseGatherV2()
/third_party/mindspore/mindspore/ops/_grad/
Dgrad_array_ops.py483 @bprop_getters.register(P.SparseGatherV2)
/third_party/mindspore/tests/ut/python/ops/
Dtest_ops.py1934 'block': P.SparseGatherV2(),
/third_party/mindspore/config/
Dop_info.config467 {"op_name": "SparseGatherV2", "inputs": [{"index": 0, "name": "x", "need_compile": false, "param_ty…
468 {"op_name": "SparseGatherV2", "inputs": [{"index": 0, "name": "x", "need_compile": false, "param_ty…