Searched defs:u_tensor (Results 1 – 2 of 2) sorted by relevance
/third_party/mindspore/tests/st/pynative/ |
D | test_tensor_getitem.py | 1067 def construct(self, a, b, c, u_tensor): argument 1075 def construct(self, a, b, c, u_tensor): argument 1086 def construct(self, a, u_tensor): argument 1097 def construct(self, a, u_tensor): argument
|
/third_party/mindspore/tests/ut/python/ops/ |
D | test_tensor_slice.py | 600 def construct(self, a, b, c, u_tensor): argument 611 def construct(self, a, b, c, u_tensor): argument 623 def construct(self, a, u_tensor): argument 637 def construct(self, a, u_tensor): argument 677 u_tensor = Tensor([1], dtype=mstype.float32) variable
|