Home
last modified time | relevance | path

Searched defs:to_sparse (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/pytorch/test/
H A Dtest_masked.py328 def to_sparse(dense): function
337 def to_sparse(dense): function
345 def to_sparse(dense): function
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ragged/
H A Dragged_conversion_ops.py136 def to_sparse(rt_input, name=None): function
H A Dragged_tensor.py1927 def to_sparse(self, name=None): member in RaggedTensor
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DTensorConversions.cpp1961 Tensor to_sparse(const Tensor& self, const int64_t sparse_dim) { in to_sparse() function
1970 Tensor to_sparse(const Tensor& self, std::optional<c10::Layout> layout, OptionalIntArrayRef blocksi… in to_sparse() function
/aosp_15_r20/external/rust/android-crates-io/crates/regex-automata/src/
Ddense.rs329 pub fn to_sparse(&self) -> Result<SparseDFA<Vec<u8>, S>> { in to_sparse() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/dfa/
H A Ddense.rs1758 pub fn to_sparse(&self) -> Result<sparse::DFA<Vec<u8>>, BuildError> { in to_sparse() method