Home
last modified time | relevance | path

Searched defs:t_result_bytes (Results 1 – 5 of 5) sorted by relevance

/external/eigen/unsupported/test/
Dcxx11_tensor_contract_gpu.cu43 std::size_t t_result_bytes = t_result.size() * sizeof(float); in test_gpu_contraction() local
107 std::size_t t_result_bytes = sizeof(float); in test_scalar() local
Dcxx11_tensor_contract_sycl.cpp58 std::size_t t_result_bytes = t_result.size() * sizeof(DataType); in test_sycl_contraction() local
178 std::size_t t_result_bytes = padded_result_size * sizeof(DataType); in test_no_out_of_bounds() local
279 std::size_t t_result_bytes = sizeof(DataType); in test_scalar() local
343 std::size_t t_result_bytes = t_result.size() * sizeof(DataType); in contraction_batch() local
414 std::size_t t_result_bytes = t_result.size() * sizeof(DataType); in contraction_rhs_transposed() local
483 std::size_t t_result_bytes = t_result.size() * sizeof(DataType); in contraction_lhs_transposed() local
549 std::size_t t_result_bytes = t_result.size() * sizeof(DataType); in contraction_both_transposed() local
Dcxx11_tensor_scan_gpu.cu35 std::size_t t_result_bytes = t_result.size() * sizeof(float); in test_gpu_cumsum() local
Dcxx11_tensor_scan_sycl.cpp39 std::size_t t_result_bytes = t_result.size() * sizeof(DataType); in test_sycl_cumsum() local
Dcxx11_tensor_gpu.cu272 std::size_t t_result_bytes = t_result.size() * sizeof(float); in test_gpu_contraction() local