Home
last modified time | relevance | path

Searched defs:from_layout (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/memory/allocator/
Dlayout.rs41 pub const fn from_layout(layout: Layout) -> Result<Self, TryFromLayoutError> { in from_layout() method
/aosp_15_r20/external/pytorch/test/
H A Dtest_sparse.py4784 def test_to_dense(self, from_layout, device, dtype, index_dtype): argument
4798 def test_gradcheck_to_dense(self, from_layout, device, dtype, index_dtype, gradcheck): argument
4813 def test_to_sparse(self, from_layout, to_layout, device, dtype, index_dtype): argument
H A Dtest_sparse_csr.py3158 def test_compressed_layout_conversions_coverage(self, device, from_layout, to_layout): argument