/aosp_15_r20/external/eigen/unsupported/test/ |
H A D | FFTW.cpp | 133 void test_scalar(int nfft) in test_scalar() function 241 CALL_SUBTEST( test_scalar<float>(32) ); CALL_SUBTEST( test_scalar<double>(32) ); in EIGEN_DECLARE_TEST() 242 CALL_SUBTEST( test_scalar<float>(45) ); CALL_SUBTEST( test_scalar<double>(45) ); in EIGEN_DECLARE_TEST() 243 CALL_SUBTEST( test_scalar<float>(50) ); CALL_SUBTEST( test_scalar<double>(50) ); in EIGEN_DECLARE_TEST() 244 CALL_SUBTEST( test_scalar<float>(256) ); CALL_SUBTEST( test_scalar<double>(256) ); in EIGEN_DECLARE_TEST() 245 CALL_SUBTEST( test_scalar<float>(2*3*4*5*7) ); CALL_SUBTEST( test_scalar<double>(2*3*4*5*7) ); in EIGEN_DECLARE_TEST() 256 CALL_SUBTEST( test_scalar<long double>(32) ); in EIGEN_DECLARE_TEST() 257 CALL_SUBTEST( test_scalar<long double>(45) ); in EIGEN_DECLARE_TEST() 258 CALL_SUBTEST( test_scalar<long double>(50) ); in EIGEN_DECLARE_TEST() 259 CALL_SUBTEST( test_scalar<long double>(256) ); in EIGEN_DECLARE_TEST() [all …]
|
H A D | cxx11_tensor_contract_gpu.cu | 90 void test_scalar(int m_size, int k_size, int n_size) in test_scalar() function 201 CALL_SUBTEST_1(test_scalar<ColMajor>(128, 128, 128)); in EIGEN_DECLARE_TEST() 202 CALL_SUBTEST_1(test_scalar<RowMajor>(128, 128, 128)); in EIGEN_DECLARE_TEST()
|
H A D | cxx11_tensor_contract_sycl.cpp | 257 void test_scalar(const Device &sycl_device, IndexType m_size, IndexType k_size, in test_scalar() function 843 test_scalar<ColMajor, DataType, IndexType>(sycl_device, 127, 127, 127); in tensorScalar() 844 test_scalar<RowMajor, DataType, IndexType>(sycl_device, 127, 127, 127); in tensorScalar() 845 test_scalar<ColMajor, DataType, IndexType>(sycl_device, 128, 128, 128); in tensorScalar() 846 test_scalar<RowMajor, DataType, IndexType>(sycl_device, 128, 128, 128); in tensorScalar() 847 test_scalar<ColMajor, DataType, IndexType>(sycl_device, 129, 129, 129); in tensorScalar() 848 test_scalar<RowMajor, DataType, IndexType>(sycl_device, 129, 129, 129); in tensorScalar()
|
H A D | cxx11_tensor_contraction.cpp | 82 static void test_scalar() in test_scalar() function 567 CALL_SUBTEST_1(test_scalar<ColMajor>()); in EIGEN_DECLARE_TEST() 568 CALL_SUBTEST_1(test_scalar<RowMajor>()); in EIGEN_DECLARE_TEST()
|
/aosp_15_r20/external/skia/tests/sksl/runtime/ |
H A D | PrecisionQualifiers.skrp | 88 trace_enter TraceEnter(bool test_scalar()) when $13 is true 111 copy_slot_masked [test_scalar].result = Mask($83) 112 trace_var TraceVar([test_scalar].result) when $13 is true 114 trace_exit TraceExit(bool test_scalar()) when $13 is true 115 copy_slot_unmasked $82 = [test_scalar].result
|
/aosp_15_r20/external/skia/resources/sksl/runtime/ |
H A D | PrecisionQualifiers.rts | 5 bool test_scalar() { 66 return (test_scalar() && test_vector() && test_matrix() && test_array() &&
|
/aosp_15_r20/external/pytorch/test/expect/ |
H A D | TestTensorBoard.test_scalar_new_style.expect | 2 tag: "test_scalar"
|
/aosp_15_r20/external/pytorch/test/torch_np/ |
H A D | test_ufuncs_basic.py | 46 def test_scalar(self, ufunc): member in TestUnaryUfuncs 168 def test_scalar(self, ufunc): member in TestBinaryUfuncs
|
/aosp_15_r20/external/clang/test/CodeGenCXX/ |
H A D | references.cpp | 51 void test_scalar() { in test_scalar() function
|
/aosp_15_r20/external/pytorch/test/ |
H A D | test_content_store.py | 66 def test_scalar(self, device): member in TestContentStore
|
H A D | test_tensorboard.py | 738 def test_scalar(self): member in TestTensorBoardNumpy
|
H A D | test_jit_fuser.py | 892 def test_scalar(self): member in TestFuser
|
H A D | test_testing.py | 762 def test_scalar(self): member in TestAssertClose
|
H A D | test_tensorexpr.py | 1197 def test_scalar(self): member in TestTensorExprFuser
|
H A D | test_jit_fuser_te.py | 1191 def test_scalar(self): member in TestTEFuser
|
H A D | test_sparse.py | 547 def test_scalar(self, device, dtype): member in TestSparse
|
/aosp_15_r20/external/rust/android-crates-io/crates/config/tests/ |
D | get.rs | 48 fn test_scalar() { in test_scalar() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/config/tests/legacy/ |
D | get.rs | 48 fn test_scalar() { in test_scalar() function
|
/aosp_15_r20/external/pytorch/test/torch_np/numpy_tests/lib/ |
H A D | test_type_check.py | 239 def test_scalar(self): member in TestIscomplexobj
|
H A D | test_function_base.py | 1331 def test_scalar(self): member in TestVectorize
|
/aosp_15_r20/external/rust/android-crates-io/crates/yaml-rust/src/ |
D | scanner.rs | 1785 fn test_scalar() { in test_scalar() function
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/tests/translate/ |
H A D | import.hlotxt | 1088 // CHECK-LABEL: func private @test_scalar(%arg0: tensor<f32>) -> tensor<f32> 1089 %test_scalar (Arg_0.1: f32[]) -> f32[] {
|
/aosp_15_r20/external/pytorch/test/torch_np/numpy_tests/core/ |
H A D | test_multiarray.py | 3471 def test_scalar(self): member in TestMinMax
|