Home
last modified time | relevance | path

Searched defs:u_tensor (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/tests/st/pynative/
Dtest_tensor_getitem.py1067 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/
Dtest_tensor_slice.py600 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