Home
last modified time | relevance | path

Searched refs:dims3 (Results 1 – 2 of 2) sorted by relevance

/external/eigen/unsupported/test/
Dcxx11_tensor_convolution.cpp28 Eigen::array<Tensor<float, 2>::Index, 1> dims3{{0}}; in test_evals() local
30 typedef TensorEvaluator<decltype(input.convolve(kernel, dims3)), DefaultDevice> Evaluator; in test_evals()
31 Evaluator eval(input.convolve(kernel, dims3), DefaultDevice()); in test_evals()
Dcxx11_tensor_contraction.cpp32 Eigen::array<DimPair, 1> dims3 = {{DimPair(0, 0)}}; in test_evals() local
33 typedef TensorEvaluator<decltype(mat1.contract(mat2, dims3)), DefaultDevice> Evaluator; in test_evals()
34 Evaluator eval(mat1.contract(mat2, dims3), DefaultDevice()); in test_evals()