/external/tensorflow/tensorflow/tools/compatibility/ |
D | tf_upgrade_v2.py | 1708 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 …]
|
D | ast_edits.py | 299 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/ |
D | proto_builder.py | 44 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
|
D | descriptor_pool.py | 445 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
|
D | descriptor.py | 168 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/ |
D | split_utils.cc | 47 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/ |
D | split_provider.cc | 48 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/ |
D | message.rs | 30 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/ |
D | EnumDescriptor.php | 13 private $full_name; variable in Google\\Protobuf\\Internal\\EnumDescriptor 23 public function setFullName($full_name)
|
D | Descriptor.php | 39 private $full_name; variable in Google\\Protobuf\\Internal\\Descriptor 66 public function setFullName($full_name)
|
D | EnumBuilderContext.php | 44 public function __construct($full_name, $klass, $pool)
|
D | MessageBuilderContext.php | 46 public function __construct($full_name, $klass, $pool)
|
/external/perfetto/src/protozero/protoc_plugin/ |
D | cppgen_plugin.cc | 278 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/ |
D | tf_op_utils.cc | 123 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/ |
D | MSVCUndecoratedNameParser.h | 19 MSVCUndecoratedNameSpecifier(llvm::StringRef full_name, in MSVCUndecoratedNameSpecifier()
|
/external/perfetto/src/trace_processor/util/ |
D | descriptors.cc | 104 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/ |
D | trackable_object_graph.proto | 31 string full_name = 2; field
|
/external/perfetto/src/protozero/filtering/ |
D | filter_util.h | 90 std::string full_name; // e.g., "perfetto.protos.Foo.Bar"; member
|
/external/toybox/toys/other/ |
D | modinfo.c | 41 static void modinfo_file(char *full_name) in modinfo_file()
|
/external/protobuf/src/google/protobuf/compiler/java/ |
D | java_name_resolver.cc | 56 std::string StripPackageName(const std::string& full_name, in StripPackageName() 88 std::string full_name = in ClassNameWithoutPackage() local
|
/external/tensorflow/tensorflow/core/framework/ |
D | variable.proto | 77 string full_name = 1; field
|
/external/google-breakpad/src/common/ |
D | dwarf_line_to_module.cc | 99 string full_name = ExpandPath(name, dir_name); in DefineFile() local
|
/external/squashfs-tools/squashfs-tools/ |
D | android.c | 85 char* full_name = (char*) malloc(full_name_size); in set_selabel() local
|
/external/libtextclassifier/native/lang_id/common/ |
D | embedding-feature-extractor.h | 74 std::string full_name = arg_prefix_; in GetParamName() local
|
/external/pigweed/pw_rpc/py/pw_rpc/ |
D | descriptors.py | 52 def full_name(self): member in Service 196 def full_name(self) -> str: member in Method
|