Home
last modified time | relevance | path

Searched defs:test_exp (Results 1 – 18 of 18) sorted by relevance

/external/pytorch/test/torch_np/
Dtest_unary_ufuncs.py58 def test_exp(self): member in TestUnaryUfuncs
/external/rust/android-crates-io/crates/num-complex/src/
Dcomplex_float.rs346 fn test_exp() { in test_exp() function
Dlib.rs1883 fn test_exp() { in test_exp() function
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp247 void test_exp() in test_exp() function
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp250 void test_exp() in test_exp() function
/external/cronet/stable/third_party/libc++/src/test/std/numerics/c.math/
Dcmath.pass.cpp289 void test_exp() in test_exp() function
/external/cronet/stable/third_party/libc++/src/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp186 void test_exp() { in test_exp() function
/external/cronet/tot/third_party/libc++/src/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp186 void test_exp() { in test_exp() function
/external/cronet/tot/third_party/libc++/src/test/std/numerics/c.math/
Dcmath.pass.cpp289 void test_exp() in test_exp() function
/external/pytorch/test/
Dtest_unary_ufuncs.py1536 def test_exp(self, device, dtype): member in TestUnaryUfuncs
Dtest_jit_fuser_te.py877 def test_exp(self): member in TestTEFuser
Dtest_tensorexpr.py809 def test_exp(x, y): function
Dtest_mps.py1615 def test_exp(self, device="mps", dtype=torch.float): member in TestMPS
/external/rust/android-crates-io/crates/mls-rs/src/group/
Dkey_schedule.rs963 let test_exp = &test_case.expand_with_label; in test_basic_crypto_test_vectors() localVariable
/external/pytorch/test/onnx/
Dtest_operators.py568 def test_exp(self): member in TestOperators
/external/python/cpython3/Lib/test/
Dtest_decimal.py3179 def test_exp(self): member in ContextAPItests
/external/pytorch/test/inductor/
Dtest_torchinductor.py2175 def test_exp(self): member in CommonTemplate
/external/pytorch/aten/src/ATen/test/
Dvulkan_api_test.cpp5304 void test_exp(const at::IntArrayRef input_shape) { in test_exp() function