Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/clap_derive/src/derives/
Dsubcommand.rs384 let sub_name = item.cased_name(); in gen_has_subcommand() localVariable
492 let sub_name = item.cased_name(); in gen_from_arg_matches() localVariable
597 let sub_name = item.cased_name(); in gen_update_from_arg_matches() localVariable
/external/pytorch/torch/csrc/jit/passes/
Dfreeze_module.cpp24 std::string sub_name; in splitName() local
36 const std::string& sub_name = *it; in concatName() local
181 const auto& sub_name = sub_names[i]; in resolveName() local
202 auto& sub_name = attr_info.second; in resolveName() local
/external/tensorflow/tensorflow/python/framework/
Dauto_control_deps_test.py284 def get_op(op_type, sub_name): argument
475 def get_op(op_type, sub_name): argument
/external/rust/android-crates-io/crates/bindgen/ir/
Dcontext.rs1748 let sub_name = Some(template_decl_cursor.spelling()); in instantiate_template() localVariable
/external/mesa3d/src/compiler/glsl/
Dast_to_hir.cpp2078 char *sub_name; in do_hir() local