Searched refs:DimensionPair (Results 1 – 19 of 19) sorted by relevance
/external/eigen/bench/btl/libs/tensors/ |
D | tensor_interface.hh | 77 typedef typename Eigen::Tensor<real_type, 1>::DimensionPair DimPair; in matrix_matrix_product() 83 typedef typename Eigen::Tensor<real_type, 1>::DimensionPair DimPair; in matrix_vector_product()
|
/external/eigen/unsupported/test/ |
D | cxx11_tensor_custom_op.cpp | 74 typedef Tensor<float, 3>::DimensionPair DimPair; in eval() 93 typedef Tensor<float, 3>::DimensionPair DimPair; in test_custom_binary_op()
|
D | cxx11_tensor_thread_pool.cpp | 77 typedef Tensor<float, 1>::DimensionPair DimPair; in test_multithread_contraction() 118 typedef Tensor<float, 1>::DimensionPair DimPair; in test_contraction_corner_cases() 213 typedef Tensor<float, 1>::DimensionPair DimPair; in test_multithread_contraction_agrees_with_singlethread() 252 typedef Tensor<float, 2>::DimensionPair DimPair; in test_full_contraction()
|
D | cxx11_tensor_forced_eval.cpp | 31 typedef Tensor<float, 1>::DimensionPair DimPair; in test_simple()
|
D | cxx11_tensor_scan_cuda.cu | 23 typedef Tensor<float, 1>::DimensionPair DimPair;
|
D | cxx11_tensor_contraction.cpp | 17 typedef Tensor<float, 1>::DimensionPair DimPair; 421 typedef typename Tensor<float, 1, DataLayout>::DimensionPair DimensionPair; in test_tensor_vector() typedef 422 Eigen::array<DimensionPair, 1> dim_pair01{{{0, 1}}}; in test_tensor_vector()
|
D | cxx11_tensor_of_complex.cpp | 85 typedef Tensor<float, 1>::DimensionPair DimPair; in test_contractions()
|
D | cxx11_tensor_contract_cuda.cu | 24 typedef Tensor<float, 1>::DimensionPair DimPair;
|
D | cxx11_tensor_morphing.cpp | 56 typedef Tensor<float, 1>::DimensionPair DimPair; in test_reshape_in_expr() 142 typedef Tensor<float, 1>::DimensionPair DimPair; in test_slice_in_expr()
|
D | cxx11_tensor_of_float16_cuda.cu | 291 typedef Tensor<float, 2>::DimensionPair DimPair; in test_cuda_contractions()
|
D | cxx11_tensor_cuda.cu | 296 typedef Tensor<float, 1>::DimensionPair DimPair; in test_cuda_contraction()
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | runtime_single_threaded_matmul.cc | 54 typedef typename Eigen::Tensor<T, 2>::DimensionPair DimPair; in MatMul()
|
D | runtime_matmul.cc | 61 typedef typename Eigen::Tensor<T, 2>::DimensionPair DimPair; in MatMul()
|
/external/tensorflow/tensorflow/core/kernels/mkl/ |
D | mkl_lrn_op.cc | 303 typedef typename Eigen::Tensor<T, 1, Eigen::RowMajor>::DimensionPair DimPair; 650 typedef typename Eigen::Tensor<T, 1, Eigen::RowMajor>::DimensionPair DimPair;
|
/external/eigen/bench/tensors/ |
D | tensor_benchmarks.h | 404 typedef typename Tensor<T, 2>::DimensionPair DimPair; in contraction()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | lrn_op.cc | 128 typedef typename Eigen::Tensor<T, 1, Eigen::RowMajor>::DimensionPair DimPair;
|
D | eigen_spatial_convolutions_test.cc | 1285 typedef Tensor<float, 1>::DimensionPair DimPair; in TEST()
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorBase.h | 479 typedef Eigen::IndexPair<Index> DimensionPair; typedef
|
/external/ruy/ruy/ |
D | test.h | 1064 typename Eigen::Tensor<Scalar, 1, 0, Eigen::Index>::DimensionPair;
|