Searched refs:inflatedTensorRange (Results 1 – 1 of 1) sorted by relevance
/external/eigen/unsupported/test/ |
D | cxx11_tensor_inflation_sycl.cpp | 88 …array<IndexType, 4> inflatedTensorRange = {{inflatedSizeDim1, inflatedSizeDim2, inflatedSizeDim3, … in test_simple_inflation_sycl() local 90 Tensor<DataType, 4, DataLayout, IndexType> inflated(inflatedTensorRange); in test_simple_inflation_sycl() 94 …p<Tensor<DataType, 4, DataLayout, IndexType>> gpu_inflated(gpu_data_inflated, inflatedTensorRange); in test_simple_inflation_sycl()
|