Home
last modified time | relevance | path

Searched refs:test_scalar (Results 1 – 23 of 23) sorted by relevance

/aosp_15_r20/external/eigen/unsupported/test/
H A DFFTW.cpp133 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 Dcxx11_tensor_contract_gpu.cu90 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 Dcxx11_tensor_contract_sycl.cpp257 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 Dcxx11_tensor_contraction.cpp82 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 DPrecisionQualifiers.skrp88 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 DPrecisionQualifiers.rts5 bool test_scalar() {
66 return (test_scalar() && test_vector() && test_matrix() && test_array() &&
/aosp_15_r20/external/pytorch/test/expect/
H A DTestTensorBoard.test_scalar_new_style.expect2 tag: "test_scalar"
/aosp_15_r20/external/pytorch/test/torch_np/
H A Dtest_ufuncs_basic.py46 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 Dreferences.cpp51 void test_scalar() { in test_scalar() function
/aosp_15_r20/external/pytorch/test/
H A Dtest_content_store.py66 def test_scalar(self, device): member in TestContentStore
H A Dtest_tensorboard.py738 def test_scalar(self): member in TestTensorBoardNumpy
H A Dtest_jit_fuser.py892 def test_scalar(self): member in TestFuser
H A Dtest_testing.py762 def test_scalar(self): member in TestAssertClose
H A Dtest_tensorexpr.py1197 def test_scalar(self): member in TestTensorExprFuser
H A Dtest_jit_fuser_te.py1191 def test_scalar(self): member in TestTEFuser
H A Dtest_sparse.py547 def test_scalar(self, device, dtype): member in TestSparse
/aosp_15_r20/external/rust/android-crates-io/crates/config/tests/
Dget.rs48 fn test_scalar() { in test_scalar() function
/aosp_15_r20/external/rust/android-crates-io/crates/config/tests/legacy/
Dget.rs48 fn test_scalar() { in test_scalar() function
/aosp_15_r20/external/pytorch/test/torch_np/numpy_tests/lib/
H A Dtest_type_check.py239 def test_scalar(self): member in TestIscomplexobj
H A Dtest_function_base.py1331 def test_scalar(self): member in TestVectorize
/aosp_15_r20/external/rust/android-crates-io/crates/yaml-rust/src/
Dscanner.rs1785 fn test_scalar() { in test_scalar() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/tests/translate/
H A Dimport.hlotxt1088 // 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 Dtest_multiarray.py3471 def test_scalar(self): member in TestMinMax