Home
last modified time | relevance | path

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

/third_party/mindspore/tests/st/ops/cpu/
Dtest_searchsorted_op.py29 def __init__(self, out_int32=False, right=False): argument
31 self.searchsorted = P.SearchSorted(out_int32=out_int32, right=right)
46 net = SearchSortedNet(out_int32=True, right=True)
68 net = SearchSortedNet(out_int32=True, right=False)
90 net = SearchSortedNet(out_int32=False, right=True)
109 net = SearchSortedNet(out_int32=False, right=False)
/third_party/mindspore/tests/st/ops/ascend/test_aicpu_ops/
Dtest_search_sorted.py26 def __init__(self, right=False, out_int32=True): argument
28 self.search = P.SearchSorted(out_int32=out_int32, right=right)
/third_party/mindspore/mindspore/ops/operations/
Darray_ops.py6160 def __init__(self, out_int32=False, right=False): argument
6162 self.out_int32 = validator.check_value_type("out_int32", out_int32, [bool], self.name)
6178 … return mstype.tensor_type(mstype.int32) if self.out_int32 else mstype.tensor_type(mstype.int64)
/third_party/mindspore/config/
Dop_info.config28 …x": 0, "name": "output", "param_type": "required"}], "attr": [{"name": "out_int32", "type": "bool"…