Home
last modified time | relevance | path

Searched defs:to_vec (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dmatrix_test.cc268 auto to_vec = [](absl::string_view s) { in XLA_TEST_F() local
/external/rust/crates/der-parser/src/ber/
Dserialize.rs214 pub fn to_vec(&self) -> Result<Vec<u8>, GenError> { in to_vec() method
/external/rust/crates/quiche/src/
Doctets.rs307 pub fn to_vec(&self) -> Vec<u8> { in to_vec() method
643 pub fn to_vec(&self) -> Vec<u8> { in to_vec() method
/external/rust/crates/coset/src/common/
Dmod.rs163 fn to_vec(self) -> Result<Vec<u8>> { in to_vec() method
/external/rust/crates/protobuf/src/
Drepeated.rs341 pub fn to_vec(&self) -> Vec<T> { in to_vec() method
/external/rust/crates/serde_cbor/src/
Dser.rs20 pub fn to_vec<T>(value: &T) -> Result<Vec<u8>> in to_vec() function
/external/rust/crates/serde_json/src/
Dser.rs2191 pub fn to_vec<T>(value: &T) -> Result<Vec<u8>> in to_vec() function