Searched refs:yaml_str (Results 1 – 3 of 3) sorted by relevance
/external/rust/crates/clap/src/args/ |
D | macros.rs | 8 $a = $a.$c(yaml_str!(tup[0]), yaml_str!(tup[1])); 27 $a = $a.$c(yaml_str!(tup[0]), yaml_opt_str!(tup[1]), yaml_str!(tup[2])); 80 macro_rules! yaml_str { macro 90 $a.$c(yaml_str!($v))
|
/external/rust/crates/clap/src/app/ |
D | mod.rs | 1666 macro_rules! yaml_str { in from() macro 1679 yaml_str!(a, yaml, version); in from() 1680 yaml_str!(a, yaml, long_version); in from() 1681 yaml_str!(a, yaml, author); in from() 1682 yaml_str!(a, yaml, bin_name); in from() 1683 yaml_str!(a, yaml, about); in from() 1684 yaml_str!(a, yaml, long_about); in from() 1685 yaml_str!(a, yaml, before_help); in from() 1686 yaml_str!(a, yaml, after_help); in from() 1687 yaml_str!(a, yaml, template); in from() [all …]
|
/external/tensorflow/tensorflow/python/keras/engine/ |
D | functional_test.py | 636 yaml_str = model.to_yaml() 637 models.model_from_yaml(yaml_str) 1370 yaml_str = model.to_yaml() 1371 models.model_from_yaml(yaml_str)
|