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/ |
D | layout.rs | 41 pub const fn from_layout(layout: Layout) -> Result<Self, TryFromLayoutError> { in from_layout() method
|
/aosp_15_r20/external/pytorch/test/ |
H A D | test_sparse.py | 4784 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 D | test_sparse_csr.py | 3158 def test_compressed_layout_conversions_coverage(self, device, from_layout, to_layout): argument
|