Searched defs:tensor_range (Results 1 – 3 of 3) sorted by relevance
/external/eigen/unsupported/test/ |
D | cxx11_tensor_builtins_sycl.cpp | 54 const array<int64_t, 3>& tensor_range) { in test_unary_builtins_for_scalar() 165 const array<int64_t, 3>& tensor_range) { in test_unary_builtins_return_bool() 191 const array<int64_t, 3>& tensor_range) { in test_unary_builtins() 209 array<int64_t, 3> tensor_range = {{sizeDim1, sizeDim2, sizeDim3}}; in test_builtin_unary_sycl() local 217 const array<int64_t, 3>& tensor_range) { in test_binary_builtins_func() 252 const array<int64_t, 3>& tensor_range) { in test_binary_builtins_fixed_arg2() 329 array<int64_t, 3> tensor_range = {{sizeDim1, sizeDim2, sizeDim3}}; in test_floating_builtin_binary_sycl() local 339 array<int64_t, 3> tensor_range = {{sizeDim1, sizeDim2, sizeDim3}}; in test_integer_builtin_binary_sycl() local
|
D | cxx11_tensor_reduction_sycl.cpp | 72 array<IndexType, 2> tensor_range = {{num_rows, num_cols}}; in test_full_reductions_sum_with_offset_sycl() local 146 array<IndexType, 2> tensor_range = {{num_rows, num_cols}}; in test_full_reductions_max_with_offset_sycl() local 279 array<IndexType, 2> tensor_range = {{num_rows, num_cols}}; in test_full_reductions_mean_with_offset_sycl() local 325 array<IndexType, 1> tensor_range = {{n_elems}}; in test_full_reductions_mean_with_odd_offset_sycl() local 402 array<IndexType, 2> tensor_range = {{num_rows, num_cols}}; in test_full_reductions_min_with_offset_sycl() local 494 array<IndexType, 2> tensor_range = {{num_rows, num_cols}}; in test_first_dim_reductions_max_with_offset_sycl() local 551 array<IndexType, 2> tensor_range = {{num_rows, num_cols}}; in test_last_dim_reductions_max_with_offset_sycl() local
|
D | cxx11_tensor_morphing_sycl.cpp | 322 Eigen::array<IndexType, 5> tensor_range{{4, 1, 1, 1, 6}}; in run_eigen() local
|