Searched refs:test_scalar (Results 1 – 9 of 9) sorted by relevance
/external/eigen/unsupported/test/ |
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 test_FFTW() 242 CALL_SUBTEST( test_scalar<float>(45) ); CALL_SUBTEST( test_scalar<double>(45) ); in test_FFTW() 243 CALL_SUBTEST( test_scalar<float>(50) ); CALL_SUBTEST( test_scalar<double>(50) ); in test_FFTW() 244 CALL_SUBTEST( test_scalar<float>(256) ); CALL_SUBTEST( test_scalar<double>(256) ); in test_FFTW() 245 CALL_SUBTEST( test_scalar<float>(2*3*4*5*7) ); CALL_SUBTEST( test_scalar<double>(2*3*4*5*7) ); in test_FFTW() 256 CALL_SUBTEST( test_scalar<long double>(32) ); in test_FFTW() 257 CALL_SUBTEST( test_scalar<long double>(45) ); in test_FFTW() 258 CALL_SUBTEST( test_scalar<long double>(50) ); in test_FFTW() 259 CALL_SUBTEST( test_scalar<long double>(256) ); in test_FFTW() [all …]
|
D | cxx11_tensor_contract_cuda.cu | 91 void test_scalar(int m_size, int k_size, int n_size) in test_scalar() function 202 CALL_SUBTEST_1(test_scalar<ColMajor>(128, 128, 128)); in test_cxx11_tensor_cuda() 203 CALL_SUBTEST_1(test_scalar<RowMajor>(128, 128, 128)); in test_cxx11_tensor_cuda()
|
D | cxx11_tensor_contraction.cpp | 82 static void test_scalar() in test_scalar() function 517 CALL_SUBTEST(test_scalar<ColMajor>()); in test_cxx11_tensor_contraction() 518 CALL_SUBTEST(test_scalar<RowMajor>()); in test_cxx11_tensor_contraction()
|
/external/spirv-llvm/test/SPIRV/transcoding/ |
D | fclamp.ll | 18 define spir_kernel void @test_scalar(float addrspace(1)* nocapture readonly %f) #0 { 44 !0 = !{void (float addrspace(1)*)* @test_scalar, !1, !2, !3, !4, !5}
|
D | relationals_half.ll | 37 define spir_kernel void @test_scalar(i32 addrspace(1)* nocapture %out, half %f) #0 { 96 !0 = !{void (i32 addrspace(1)*, half)* @test_scalar, !1, !2, !3, !4, !5}
|
D | relationals.ll | 37 define spir_kernel void @test_scalar(i32 addrspace(1)* nocapture %out, float %f) #0 { 96 !0 = !{void (i32 addrspace(1)*, float)* @test_scalar, !1, !2, !3, !4, !5}
|
/external/clang/test/CodeGenCXX/ |
D | references.cpp | 51 void test_scalar() { in test_scalar() function
|
/external/tensorflow/tensorflow/contrib/labeled_tensor/python/ops/ |
D | ops_test.py | 75 def test_scalar(self): member in SelectTest 675 def test_scalar(self): member in ReduceSumTest 841 def test_scalar(self): member in ConstantTest
|
D | core_test.py | 304 def test_scalar(self): member in SliceFunctionTest
|