Searched defs:as_tuple (Results 1 – 7 of 7) sorted by relevance
| /third_party/mindspore/mindspore-src/source/tests/st/ops/ |
| D | test_ops_nonzero.py | 29 def generate_expect_forward_output(x, as_tuple=False): argument 36 def nonzero_forward_func(x, as_tuple=False): argument 51 def nonzero_backward_func(x, as_tuple=False): argument 66 def test_ops_nonzero_forward(context_mode, as_tuple): argument 97 def test_ops_nonzero_bf16(context_mode, as_tuple): argument 127 def test_ops_nonzero_backward(context_mode, as_tuple): argument
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/hir-ty/src/ |
| D | chalk_ext.rs | 34 fn as_tuple(&self) -> Option<&Substitution>; in as_tuple() method 135 fn as_tuple(&self) -> Option<&Substitution> { in as_tuple() method
|
| /third_party/python/Lib/logging/ |
| D | config.py | 489 def as_tuple(self, value): member in BaseConfigurator
|
| /third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/ops/function/ |
| D | array_func.py | 6125 def nonzero(input, as_tuple=False): argument
|
| /third_party/python/Lib/ |
| D | _pydecimal.py | 979 def as_tuple(self): member in Decimal
|
| /third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/_extends/parse/ |
| D | standard_method.py | 3055 def nonzero(input, as_tuple=False): argument
|
| /third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/common/ |
| D | tensor.py | 3542 def nonzero(self, as_tuple=False): argument
|