Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ops/operations/
Darray_ops.py69 def infer_dtype(self, x_dtype, indices_dtype, updates_dtype): argument
71 args = {"x": x_dtype, "updates": updates_dtype}
109 def check_dtype(self, x_dtype, indices_dtype, updates_dtype): argument
111 args = {"x": x_dtype, "updates": updates_dtype}
3845 def infer_dtype(self, input_x_dtype, indices_dtype, updates_dtype): argument
3847 args = {"input_x": input_x_dtype, "updates": updates_dtype}
3930 def infer_dtype(self, input_x_dtype, indices_dtype, updates_dtype): argument
3932 args = {"input_x": input_x_dtype, "updates": updates_dtype}
4795 def infer_dtype(self, x_dtype, indices_dtype, updates_dtype): argument
4797 args = {"x": x_dtype, "updates": updates_dtype}
[all …]