Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dmatrix_test.cc220 auto to_vec = [](absl::string_view s) { in XLA_TEST_F() local
/external/rust/crates/quiche/src/
Doctets.rs299 pub fn to_vec(&self) -> Vec<u8> { in to_vec() method
627 pub fn to_vec(&self) -> 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.rs2187 pub fn to_vec<T>(value: &T) -> Result<Vec<u8>> in to_vec() function