/external/tensorflow/tensorflow/tools/compatibility/ |
D | tf_upgrade_v2.py | 1701 def _rename_if_arg_found_transformer(parent, node, full_name, name, logs, argument 1770 def _add_argument_transformer(parent, node, full_name, name, logs, argument 1782 def _iterator_transformer(parent, node, full_name, name, logs): argument 1808 def _dropout_transformer(parent, node, full_name, name, logs): argument 1852 def _cast_transformer(parent, node, full_name, name, logs): argument 1892 parent, node, full_name, name, logs): argument 1930 def _image_resize_transformer(parent, node, full_name, name, logs): argument 1978 def _pool_seed_transformer(parent, node, full_name, name, logs): argument 2028 def _extract_glimpse_transformer(parent, node, full_name, name, logs): argument 2065 def _add_summary_step_transformer(parent, node, full_name, name, logs): argument [all …]
|
D | ast_edits.py | 293 def _get_applicable_entries(self, transformer_field, full_name, name): argument 310 def _get_applicable_dict(self, transformer_field, full_name, name): argument 345 def _maybe_add_warning(self, node, full_name): argument 357 def _maybe_add_module_deprecation_warning(self, node, full_name, whole_name): argument 371 def _maybe_add_call_warning(self, node, full_name, name): argument 415 def _maybe_rename(self, parent, node, full_name): argument 428 def _maybe_change_to_function_call(self, parent, node, full_name): argument 442 def _maybe_add_arg_names(self, node, full_name): argument 473 def _maybe_modify_args(self, node, full_name, name): argument
|
/external/protobuf/python/google/protobuf/ |
D | proto_builder.py | 42 def _GetMessageFromFactory(factory, full_name): argument 58 def MakeSimpleProtoClass(fields, full_name=None, pool=None): argument 114 def _MakeFileDescriptorProto(proto_file_name, full_name, field_items): argument
|
D | descriptor_pool.py | 501 def FindMessageTypeByName(self, full_name): argument 519 def FindEnumTypeByName(self, full_name): argument 537 def FindFieldByName(self, full_name): argument 554 def FindOneofByName(self, full_name): argument 571 def FindExtensionByName(self, full_name): argument 676 def FindServiceByName(self, full_name): argument 693 def FindMethodByName(self, full_name): argument
|
D | descriptor.py | 191 def __init__(self, options, options_class_name, name, full_name, argument 296 full_name=None, argument 319 def __init__(self, name, full_name, filename, containing_type, fields, argument 554 def __new__(cls, name, full_name, index, number, type, cpp_type, label, argument 566 def __init__(self, name, full_name, index, number, type, cpp_type, label, argument 692 def __new__(cls, name, full_name, filename, values, argument 699 def __init__(self, name, full_name, filename, values, argument 796 cls, name, full_name, index, containing_type, fields, options=None, argument 802 self, name, full_name, index, containing_type, fields, options=None, argument 842 full_name=None, argument [all …]
|
/external/cronet/tot/third_party/protobuf/python/google/protobuf/ |
D | proto_builder.py | 42 def _GetMessageFromFactory(factory, full_name): argument 58 def MakeSimpleProtoClass(fields, full_name=None, pool=None): argument 114 def _MakeFileDescriptorProto(proto_file_name, full_name, field_items): argument
|
D | descriptor_pool.py | 501 def FindMessageTypeByName(self, full_name): argument 519 def FindEnumTypeByName(self, full_name): argument 537 def FindFieldByName(self, full_name): argument 554 def FindOneofByName(self, full_name): argument 571 def FindExtensionByName(self, full_name): argument 676 def FindServiceByName(self, full_name): argument 693 def FindMethodByName(self, full_name): argument
|
D | descriptor.py | 191 def __init__(self, options, options_class_name, name, full_name, argument 296 full_name=None, argument 319 def __init__(self, name, full_name, filename, containing_type, fields, argument 554 def __new__(cls, name, full_name, index, number, type, cpp_type, label, argument 566 def __init__(self, name, full_name, index, number, type, cpp_type, label, argument 692 def __new__(cls, name, full_name, filename, values, argument 699 def __init__(self, name, full_name, filename, values, argument 796 cls, name, full_name, index, containing_type, fields, options=None, argument 802 self, name, full_name, index, containing_type, fields, options=None, argument 842 full_name=None, argument [all …]
|
/external/cronet/stable/third_party/protobuf/python/google/protobuf/ |
D | proto_builder.py | 42 def _GetMessageFromFactory(factory, full_name): argument 58 def MakeSimpleProtoClass(fields, full_name=None, pool=None): argument 114 def _MakeFileDescriptorProto(proto_file_name, full_name, field_items): argument
|
D | descriptor_pool.py | 501 def FindMessageTypeByName(self, full_name): argument 519 def FindEnumTypeByName(self, full_name): argument 537 def FindFieldByName(self, full_name): argument 554 def FindOneofByName(self, full_name): argument 571 def FindExtensionByName(self, full_name): argument 676 def FindServiceByName(self, full_name): argument 693 def FindMethodByName(self, full_name): argument
|
D | descriptor.py | 191 def __init__(self, options, options_class_name, name, full_name, argument 296 full_name=None, argument 319 def __init__(self, name, full_name, filename, containing_type, fields, argument 554 def __new__(cls, name, full_name, index, number, type, cpp_type, label, argument 566 def __init__(self, name, full_name, index, number, type, cpp_type, label, argument 692 def __new__(cls, name, full_name, filename, values, argument 699 def __init__(self, name, full_name, filename, values, argument 796 cls, name, full_name, index, containing_type, fields, options=None, argument 802 self, name, full_name, index, containing_type, fields, options=None, argument 842 full_name=None, argument [all …]
|
/external/tensorflow/tensorflow/core/data/service/ |
D | split_provider.cc | 66 std::function<std::string(std::string)> full_name, in Save() 73 std::function<std::string(std::string)> full_name, in Restore()
|
/external/rust/android-crates-io/extra_versions/crates/protobuf/src/reflect/ |
D | message.rs | 31 full_name: String, field 53 let mut full_name = package.to_owned(); in compute_full_name() localVariable 86 let mut full_name = file.get_package().to_string(); in new_non_generic_by_rust_name() localVariable 150 let full_name = MessageDescriptor::compute_full_name( in new_non_generic_by_pb_name() localVariable 239 pub fn full_name(&self) -> &str { in full_name() method
|
/external/tensorflow/tensorflow/core/data/ |
D | split_utils.cc | 53 std::function<std::string(std::string)> full_name, in Save() 60 std::function<std::string(std::string)> full_name, in Restore() 96 std::function<std::string(std::string)> full_name, in Save() 108 std::function<std::string(std::string)> full_name, in Restore()
|
/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 67 public function setFullName($full_name)
|
/external/cronet/tot/third_party/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)
|
/external/cronet/stable/third_party/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)
|
/external/perfetto/src/protozero/protoc_plugin/ |
D | cppgen_plugin.cc | 287 const std::string& full_name) { in Generate() 506 std::string full_name = GetFullName(enum_desc); in GenEnum() local 536 std::string full_name = GetFullName(enum_desc); in GenEnumAliases() local 558 std::string full_name = GetFullName(msg); in GenClassDecl() local 711 std::string full_name = GetFullName(msg); in GenClassDef() local
|
/external/pytorch/torch/onnx/_internal/diagnostics/infra/sarif/ |
D | _translation_metadata.py | 28 full_name: Optional[str] = dataclasses.field( variable in TranslationMetadata
|
/external/angle/build/android/pylib/instrumentation/ |
D | test_result.py | 13 def __init__(self, full_name, test_type, dur, log=''): argument
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/prost-0.13.3/src/ |
D | name.rs | 23 fn full_name() -> String { in full_name() method
|
/external/cronet/stable/build/android/pylib/instrumentation/ |
D | test_result.py | 13 def __init__(self, full_name, test_type, dur, log=''): argument
|
/external/cronet/tot/build/android/pylib/instrumentation/ |
D | test_result.py | 13 def __init__(self, full_name, test_type, dur, log=''): argument
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/prost-0.13.3/src/ |
D | name.rs | 23 fn full_name() -> String { in full_name() method
|