Home
last modified time | relevance | path

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

/external/eigen/unsupported/test/
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 …]
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()
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()
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()
/external/skia/resources/sksl/runtime/
DPrecisionQualifiers.rts5 bool test_scalar() {
66 return (test_scalar() && test_vector() && test_matrix() && test_array() &&
/external/clang/test/CodeGenCXX/
Dreferences.cpp51 void test_scalar() { in test_scalar() function
/external/skia/tests/sksl/runtime/
DPrecisionQualifiers.skvm31 $30 = [test_scalar].result (bool, L5)
150 F1 = bool test_scalar()
/external/tensorflow/tensorflow/compiler/mlir/xla/tests/translate/
Dimport.hlotxt756 // CHECK-LABEL: func private @test_scalar(%arg0: tensor<f32>) -> tensor<f32>
757 %test_scalar (Arg_0.1: f32[]) -> f32[] {