Home
last modified time | relevance | path

Searched defs:casting (Results 1 – 10 of 10) sorted by relevance

/external/pytorch/test/torch_np/
Dtest_ufuncs_basic.py62 def test_x_and_dtype_casting(self, ufunc, casting, dtype): argument
73 def test_x_and_out_casting(self, ufunc, casting, out_dtype): argument
182 def test_xy_and_out_casting(self, ufunc, casting, out_dtype): argument
/external/pytorch/torch/_numpy/
D_util.py140 def typecast_tensor(t, target_dtype, casting): argument
172 def typecast_tensors(tensors, target_dtype, casting): argument
D_dtypes_impl.py55 def can_cast_impl(from_torch_dtype, to_torch_dtype, casting): argument
D_ndarray.py297 def astype(self, dtype, order="K", casting="unsafe", subok=True, copy=True): argument
574 def can_cast(from_, to, casting="safe"): argument
D_ufuncs.py21 def _ufunc_postprocess(result, out, casting): argument
D_funcs_impl.py87 def _concat_cast_helper(tensors, out=None, dtype=None, casting="same_kind"): argument
1288 def einsum(*operands, out=None, dtype=None, order="K", casting="safe", optimize=False): argument
/external/pytorch/test/torch_np/numpy_tests/core/
Dtest_shape_base.py446 def test_out_and_dtype(self, axis, out_dtype, casting): argument
557 def test_stack_out_and_dtype(self, axis, out_dtype, casting): argument
Dtest_numeric.py1328 def fastclip(self, a, m, M, out=None, casting=None): argument
1509 def test_simple_int32_inout(self, casting): argument
/external/clang/test/SemaCXX/
Denable_if.cpp257 namespace casting { namespace
/external/rust/android-crates-io/crates/nix/test/sys/
Dtest_aio.rs636 fn casting() { in casting() function