/aosp_15_r20/external/eigen/unsupported/test/ |
H A D | cxx11_tensor_thread_pool.cpp | 120 typedef Tensor<float, 1>::DimensionPair DimPair; in test_multithread_contraction() typedef 161 typedef Tensor<float, 1>::DimensionPair DimPair; in test_contraction_corner_cases() typedef 256 typedef Tensor<float, 1>::DimensionPair DimPair; in test_multithread_contraction_agrees_with_singlethread() typedef 295 typedef Tensor<float, 1>::DimensionPair DimPair; in test_multithread_contraction_with_output_kernel() typedef 353 typedef Tensor<float, 1>::DimensionPair DimPair; in test_async_multithread_contraction_agrees_with_singlethread() typedef 383 typedef Tensor<float, 1>::DimensionPair DimPair; in test_sharded_by_inner_dim_contraction() typedef 423 typedef Tensor<float, 1>::DimensionPair DimPair; in test_sharded_by_inner_dim_contraction_with_output_kernel() typedef 463 typedef Tensor<float, 1>::DimensionPair DimPair; in test_async_sharded_by_inner_dim_contraction() typedef 507 typedef Tensor<float, 1>::DimensionPair DimPair; in test_async_sharded_by_inner_dim_contraction_with_output_kernel() typedef 562 typedef Tensor<float, 2>::DimensionPair DimPair; in test_full_contraction() typedef
|
H A D | cxx11_tensor_contract_sycl.cpp | 39 DimPair; in test_sycl_contraction() typedef 157 DimPair; in test_no_out_of_bounds() typedef 265 DimPair; in test_scalar() typedef 324 DimPair; in contraction_batch() typedef 397 DimPair; in contraction_rhs_transposed() typedef 466 DimPair; in contraction_lhs_transposed() typedef 532 DimPair; in contraction_both_transposed() typedef
|
H A D | cxx11_tensor_custom_op.cpp | 74 typedef Tensor<float, 3>::DimensionPair DimPair; in eval() typedef 93 typedef Tensor<float, 3>::DimensionPair DimPair; in test_custom_binary_op() typedef
|
H A D | cxx11_tensor_custom_op_sycl.cpp | 101 typedef typename TensorType::DimensionPair DimPair; in eval() typedef 141 typedef typename Eigen::Tensor<DataType, 3, DataLayout, IndexType>::DimensionPair DimPair; in test_custom_binary_op_sycl() typedef
|
H A D | cxx11_tensor_forced_eval.cpp | 31 typedef Tensor<float, 1>::DimensionPair DimPair; in test_simple() typedef
|
H A D | cxx11_tensor_scan_gpu.cu | 22 typedef Tensor<float, 1>::DimensionPair DimPair; typedef
|
H A D | cxx11_tensor_morphing.cpp | 78 typedef Tensor<float, 1>::DimensionPair DimPair; in test_reshape_in_expr() typedef 164 typedef typename Tensor<T, 1>::DimensionPair DimPair; in test_slice_in_expr() typedef
|
H A D | cxx11_tensor_of_complex.cpp | 85 typedef Tensor<float, 1>::DimensionPair DimPair; in test_contractions() typedef
|
H A D | cxx11_tensor_scan_sycl.cpp | 23 typedef Tensor<float, 1>::DimensionPair DimPair; typedef
|
H A D | cxx11_tensor_contract_gpu.cu | 23 typedef Tensor<float, 1>::DimensionPair DimPair; typedef
|
H A D | cxx11_tensor_contraction.cpp | 17 typedef Tensor<float, 1>::DimensionPair DimPair; typedef
|
H A D | cxx11_tensor_of_float16_gpu.cu | 295 typedef Tensor<float, 2>::DimensionPair DimPair; in test_gpu_contractions() typedef
|
H A D | cxx11_tensor_gpu.cu | 297 typedef Tensor<float, 1>::DimensionPair DimPair; in test_gpu_contraction() typedef
|
/aosp_15_r20/external/eigen/bench/tensors/ |
H A D | tensor_contract_sycl_bench.cc | 77 typedef typename Tensor<T, 2>::DimensionPair DimPair; in contraction() typedef 131 typedef typename Tensor<T, 2>::DimensionPair DimPair; in contractionRowMajor() typedef 182 typedef typename Tensor<T, 2>::DimensionPair DimPair; in contractionAT() typedef 234 typedef typename Tensor<T, 2>::DimensionPair DimPair; in contractionBT() typedef 286 typedef typename Tensor<T, 2>::DimensionPair DimPair; in contractionABT() typedef
|
H A D | tensor_benchmarks.h | 541 typedef typename Tensor<T, 2, Layout>::DimensionPair DimPair; in contraction() typedef
|
/aosp_15_r20/external/eigen/bench/btl/libs/tensors/ |
H A D | tensor_interface.hh | 77 typedef typename Eigen::Tensor<real_type, 1>::DimensionPair DimPair; in matrix_matrix_product() typedef 83 typedef typename Eigen::Tensor<real_type, 1>::DimensionPair DimPair; in matrix_vector_product() typedef
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
H A D | runtime_matmul.cc | 60 typedef typename Eigen::Tensor<T, 2>::DimensionPair DimPair; in MatMul() typedef 98 typedef typename Eigen::Tensor<T, 2>::DimensionPair DimPair; in MatMul_Batch() typedef
|
H A D | runtime_single_threaded_matmul.cc | 53 typedef typename Eigen::Tensor<T, 2>::DimensionPair DimPair; in MatMul() typedef
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/mkl/ |
H A D | mkl_lrn_op.cc | 304 typedef typename Eigen::Tensor<T, 1, Eigen::RowMajor>::DimensionPair DimPair; typedef in tensorflow::MklLRNOp 651 typedef typename Eigen::Tensor<T, 1, Eigen::RowMajor>::DimensionPair DimPair; typedef in tensorflow::MklLRNGradOp
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | lrn_op.cc | 128 typedef typename Eigen::Tensor<T, 1, Eigen::RowMajor>::DimensionPair DimPair; typedef
|
H A D | eigen_spatial_convolutions_test.cc | 1285 typedef Tensor<float, 1>::DimensionPair DimPair; in TEST() typedef
|