Home
last modified time | relevance | path

Searched defs:full_name (Results 1 – 25 of 103) sorted by relevance

12345

/external/tensorflow/tensorflow/tools/compatibility/
Dtf_upgrade_v2.py1708 def _rename_if_arg_found_transformer(parent, node, full_name, name, logs, argument
1777 def _add_argument_transformer(parent, node, full_name, name, logs, argument
1789 def _iterator_transformer(parent, node, full_name, name, logs): argument
1815 def _dropout_transformer(parent, node, full_name, name, logs): argument
1859 def _cast_transformer(parent, node, full_name, name, logs): argument
1899 parent, node, full_name, name, logs): argument
1937 def _image_resize_transformer(parent, node, full_name, name, logs): argument
1985 def _pool_seed_transformer(parent, node, full_name, name, logs): argument
2035 def _extract_glimpse_transformer(parent, node, full_name, name, logs): argument
2072 def _add_summary_step_transformer(parent, node, full_name, name, logs): argument
[all …]
Dast_edits.py299 def _get_applicable_entries(self, transformer_field, full_name, name): argument
316 def _get_applicable_dict(self, transformer_field, full_name, name): argument
351 def _maybe_add_warning(self, node, full_name): argument
363 def _maybe_add_module_deprecation_warning(self, node, full_name, whole_name): argument
378 def _maybe_add_call_warning(self, node, full_name, name): argument
423 def _maybe_rename(self, parent, node, full_name): argument
436 def _maybe_change_to_function_call(self, parent, node, full_name): argument
453 def _maybe_add_arg_names(self, node, full_name): argument
484 def _maybe_modify_args(self, node, full_name, name): argument
/external/protobuf/python/google/protobuf/
Dproto_builder.py44 def _GetMessageFromFactory(factory, full_name): argument
60 def MakeSimpleProtoClass(fields, full_name=None, pool=None): argument
116 def _MakeFileDescriptorProto(proto_file_name, full_name, field_items): argument
Ddescriptor_pool.py445 def FindMessageTypeByName(self, full_name): argument
463 def FindEnumTypeByName(self, full_name): argument
481 def FindFieldByName(self, full_name): argument
498 def FindOneofByName(self, full_name): argument
515 def FindExtensionByName(self, full_name): argument
631 def FindServiceByName(self, full_name): argument
648 def FindMethodByName(self, full_name): argument
Ddescriptor.py168 def __init__(self, options, options_class_name, name, full_name, argument
281 def __new__(cls, name, full_name, filename, containing_type, fields, argument
293 def __init__(self, name, full_name, filename, containing_type, fields, argument
524 def __new__(cls, name, full_name, index, number, type, cpp_type, label, argument
536 def __init__(self, name, full_name, index, number, type, cpp_type, label, argument
635 def __new__(cls, name, full_name, filename, values, argument
642 def __init__(self, name, full_name, filename, values, argument
731 cls, name, full_name, index, containing_type, fields, options=None, argument
737 self, name, full_name, index, containing_type, fields, options=None, argument
770 def __new__(cls, name, full_name, index, methods, options=None, argument
[all …]
/external/tensorflow/tensorflow/core/kernels/data/
Dsplit_utils.cc47 std::function<std::string(std::string)> full_name, in Save()
54 std::function<std::string(std::string)> full_name, in Restore()
90 std::function<std::string(std::string)> full_name, in Save()
102 std::function<std::string(std::string)> full_name, in Restore()
/external/tensorflow/tensorflow/core/data/service/
Dsplit_provider.cc48 std::function<std::string(std::string)> full_name, in Save()
55 std::function<std::string(std::string)> full_name, in Restore()
/external/rust/crates/protobuf/src/reflect/
Dmessage.rs30 full_name: String, field
52 let mut full_name = package.to_owned(); in compute_full_name() localVariable
85 let mut full_name = file.get_package().to_string(); in new_non_generic_by_rust_name() localVariable
149 let full_name = MessageDescriptor::compute_full_name( in new_non_generic_by_pb_name() localVariable
238 pub fn full_name(&self) -> &str { in full_name() method
/external/protobuf/php/src/Google/Protobuf/Internal/
DEnumDescriptor.php13 private $full_name; variable in Google\\Protobuf\\Internal\\EnumDescriptor
23 public function setFullName($full_name)
DDescriptor.php39 private $full_name; variable in Google\\Protobuf\\Internal\\Descriptor
66 public function setFullName($full_name)
DEnumBuilderContext.php44 public function __construct($full_name, $klass, $pool)
DMessageBuilderContext.php46 public function __construct($full_name, $klass, $pool)
/external/perfetto/src/protozero/protoc_plugin/
Dcppgen_plugin.cc278 const std::string& full_name) { in Generate()
482 std::string full_name = GetFullName(enum_desc); in GenEnum() local
512 std::string full_name = GetFullName(enum_desc); in GenEnumAliases() local
533 std::string full_name = GetFullName(msg); in GenClassDecl() local
687 std::string full_name = GetFullName(msg); in GenClassDef() local
/external/tensorflow/tensorflow/core/profiler/utils/
Dtf_op_utils.cc123 std::string DatasetOpEventName(absl::string_view full_name) { in DatasetOpEventName()
129 std::string IteratorName(absl::string_view full_name) { in IteratorName()
/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
DMSVCUndecoratedNameParser.h19 MSVCUndecoratedNameSpecifier(llvm::StringRef full_name, in MSVCUndecoratedNameSpecifier()
/external/perfetto/src/trace_processor/util/
Ddescriptors.cc104 auto full_name = in AddNestedProtoDescriptors() local
175 auto full_name = in AddEnumProtoDescriptors() local
311 std::string full_name, in ProtoDescriptor()
/external/tensorflow/tensorflow/core/protobuf/
Dtrackable_object_graph.proto31 string full_name = 2; field
/external/perfetto/src/protozero/filtering/
Dfilter_util.h90 std::string full_name; // e.g., "perfetto.protos.Foo.Bar"; member
/external/toybox/toys/other/
Dmodinfo.c41 static void modinfo_file(char *full_name) in modinfo_file()
/external/protobuf/src/google/protobuf/compiler/java/
Djava_name_resolver.cc56 std::string StripPackageName(const std::string& full_name, in StripPackageName()
88 std::string full_name = in ClassNameWithoutPackage() local
/external/tensorflow/tensorflow/core/framework/
Dvariable.proto77 string full_name = 1; field
/external/google-breakpad/src/common/
Ddwarf_line_to_module.cc99 string full_name = ExpandPath(name, dir_name); in DefineFile() local
/external/squashfs-tools/squashfs-tools/
Dandroid.c85 char* full_name = (char*) malloc(full_name_size); in set_selabel() local
/external/libtextclassifier/native/lang_id/common/
Dembedding-feature-extractor.h74 std::string full_name = arg_prefix_; in GetParamName() local
/external/pigweed/pw_rpc/py/pw_rpc/
Ddescriptors.py52 def full_name(self): member in Service
196 def full_name(self) -> str: member in Method

12345