Home
last modified time | relevance | path

Searched defs:from_str (Results 1 – 25 of 55) sorted by relevance

123

/external/tensorflow/tensorflow/python/keras/utils/
Dmetrics_utils.py197 def from_str(key): member in AUCCurve
225 def from_str(key): member in AUCSummationMethod
/external/rust/crates/clap/src/completions/
Dshell.rs32 fn from_str(s: &str) -> Result<Self, Self::Err> { in from_str() method
/external/rust/crates/structopt/tests/
Dspecial_types.rs16 fn from_str(s: &str) -> Result<Self, Self::Err> { in special_types_bool() method
/external/llvm-project/lldb/unittests/Utility/
DUUIDTest.cpp44 UUID from_str; in TEST() local
/external/rust/crates/codespan-reporting/src/
Dterm.rs64 fn from_str(src: &str) -> Result<ColorArg, &'static str> { in from_str() method
/external/rust/crates/itertools/examples/
Diris.rs37 fn from_str(s: &str) -> Result<Self, Self::Err> { in from_str() method
/external/rust/crates/serde_derive/src/internals/
Dcase.rs50 pub fn from_str(rename_all_str: &str) -> Result<Self, ParseError> { in from_str() method
/external/rust/crates/macaddr/src/
Daddr.rs84 fn from_str(s: &str) -> Result<Self, Self::Err> { in from_str() method
Daddr8.rs173 fn from_str(s: &str) -> Result<Self, Self::Err> { in from_str() method
Daddr6.rs173 fn from_str(s: &str) -> Result<Self, Self::Err> { in from_str() method
/external/llvm-project/clang/utils/analyzer/
DProjectMap.py50 def from_str(raw_size: Optional[str]) -> "Size": member in Size
/external/rust/cxx/syntax/
Datom.rs30 pub fn from_str(s: &str) -> Option<Self> { in from_str() method
Ddiscriminant.rs205 fn from_str(mut s: &str) -> Result<Self> { in from_str() method
/external/crosvm/vm_control/src/
Dlib.rs637 fn from_str(s: &str) -> StdResult<Self, Self::Err> { in from_str() method
657 fn from_str(s: &str) -> StdResult<Self, Self::Err> { in from_str() method
694 fn from_str(s: &str) -> StdResult<Self, Self::Err> { in from_str() method
729 fn from_str(s: &str) -> StdResult<Self, Self::Err> { in from_str() method
/external/rust/crates/clap/src/args/
Dsettings.rs125 fn from_str(s: &str) -> Result<Self, <Self as FromStr>::Err> { in from_str() method
/external/rust/crates/rusqlite/src/util/
Dsqlite_string.rs105 pub(crate) fn from_str(s: &str) -> Self { in from_str() method
/external/tensorflow/tensorflow/python/autograph/pyct/
Dqual_names.py273 def from_str(qn_str): function
/external/crosvm/arch/src/
Dserial.rs79 fn from_str(s: &str) -> std::result::Result<Self, Self::Err> { in from_str() method
111 fn from_str(s: &str) -> std::result::Result<Self, Self::Err> { in from_str() method
/external/crosvm/sys_util/src/
Dvsock.rs97 fn from_str(s: &str) -> Result<Self, Self::Err> { in from_str() method
156 fn from_str(s: &str) -> Result<SocketAddr, AddrParseError> { in from_str() method
/external/libchromeos-rs/src/
Dvsock.rs97 fn from_str(s: &str) -> Result<Self, Self::Err> { in from_str() method
156 fn from_str(s: &str) -> Result<SocketAddr, AddrParseError> { in from_str() method
/external/rust/crates/chrono/src/format/
Dparse.rs461 fn from_str(s: &str) -> ParseResult<DateTime<FixedOffset>> { in from_str() method
/external/rust/crates/log/src/kv/
Dkey.rs43 pub fn from_str(key: &'k str) -> Self { in from_str() method
/external/rust/crates/plotters/src/element/
Dtext.rs176 pub fn from_str<ST: Into<&'a str>, S: Into<TextStyle<'a>>>( in from_str() method
/external/tensorflow/tensorflow/python/ops/
Dboosted_trees_ops.py62 def from_str(cls, mode): member in PruningMode
/external/rust/crates/clap/src/app/
Dsettings.rs1002 fn from_str(s: &str) -> Result<Self, <Self as FromStr>::Err> { in from_str() method

123