Home
last modified time | relevance | path

Searched defs:TensorBlockIO (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/eigen/unsupported/test/
H A Dcxx11_tensor_block_io.cpp63 using TensorBlockIO = internal::TensorBlockIO<T, Index, NumDims, Layout>; in test_block_io_copy_data_from_source_to_target() typedef
174 using TensorBlockIO = internal::TensorBlockIO<T, Index, NumDims, Layout>; in test_block_io_copy_using_reordered_dimensions() typedef
240 using TensorBlockIO = internal::TensorBlockIO<float, Index, 3, Layout>; in test_block_io_copy_using_reordered_dimensions_do_not_squeeze() typedef
288 using TensorBlockIO = internal::TensorBlockIO<float, Index, 4, Layout>; in test_block_io_copy_using_reordered_dimensions_squeeze() typedef
339 using TensorBlockIO = internal::TensorBlockIO<float, Index, 5, Layout>; in test_block_io_zero_stride() typedef
365 using TensorBlockIO = internal::TensorBlockIO<float, Index, 5, Layout>; in test_block_io_squeeze_ones() typedef
/aosp_15_r20/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorBlock.h17 class TensorBlockIO; variable