Searched refs:tensorResultRange (Results 1 – 1 of 1) sorted by relevance
/external/eigen/unsupported/test/ |
D | cxx11_tensor_custom_op_sycl.cpp | 53 Eigen::array<IndexType, 2> tensorResultRange = {{6, 10}}; in test_custom_unary_op_sycl() local 56 Eigen::Tensor<DataType, 2, DataLayout, IndexType> out(tensorResultRange); in test_custom_unary_op_sycl() 63 TensorType gpu_out(gpu_out_data, tensorResultRange); in test_custom_unary_op_sycl() 116 Eigen::array<IndexType, 3> tensorResultRange = {{2, 7, 5}}; in test_custom_binary_op_sycl() local 120 Eigen::Tensor<DataType, 3, DataLayout, IndexType> out(tensorResultRange); in test_custom_binary_op_sycl() 129 TensorType gpu_out(gpu_out_data, tensorResultRange); in test_custom_binary_op_sycl()
|