Home
last modified time | relevance | path

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

123

/external/tensorflow/tensorflow/tools/compatibility/
Dtf_upgrade_v2.py1727 def _rename_if_arg_found_transformer(parent, node, full_name, name, logs, argument
1796 def _add_argument_transformer(parent, node, full_name, name, logs, argument
1808 def _iterator_transformer(parent, node, full_name, name, logs): argument
1834 def _dropout_transformer(parent, node, full_name, name, logs): argument
1875 def _cast_transformer(parent, node, full_name, name, logs): argument
1915 parent, node, full_name, name, logs): argument
1953 def _image_resize_transformer(parent, node, full_name, name, logs): argument
2001 def _pool_seed_transformer(parent, node, full_name, name, logs): argument
2051 def _extract_glimpse_transformer(parent, node, full_name, name, logs): argument
2089 def _add_summary_step_transformer(parent, node, full_name, name, logs): argument
[all …]
Dast_edits.py183 def _get_applicable_entries(self, transformer_field, full_name, name): argument
200 def _get_applicable_dict(self, transformer_field, full_name, name): argument
235 def _maybe_add_warning(self, node, full_name): argument
247 def _maybe_add_module_deprecation_warning(self, node, full_name, whole_name): argument
261 def _maybe_add_call_warning(self, node, full_name, name): argument
300 def _maybe_rename(self, parent, node, full_name): argument
313 def _maybe_change_to_function_call(self, parent, node, full_name): argument
330 def _maybe_add_arg_names(self, node, full_name): argument
354 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.py139 def __init__(self, options, options_class_name, name, full_name, argument
258 def __new__(cls, name, full_name, filename, containing_type, fields, argument
269 def __init__(self, name, full_name, filename, containing_type, fields, argument
497 def __new__(cls, name, full_name, index, number, type, cpp_type, label, argument
507 def __init__(self, name, full_name, index, number, type, cpp_type, label, argument
598 def __new__(cls, name, full_name, filename, values, argument
604 def __init__(self, name, full_name, filename, values, argument
685 def __new__(cls, name, full_name, index, containing_type, fields): argument
689 def __init__(self, name, full_name, index, containing_type, fields): argument
713 def __init__(self, name, full_name, index, methods, options=None, file=None, argument
[all …]
Ddescriptor_pool.py243 def FindMessageTypeByName(self, full_name): argument
258 def FindEnumTypeByName(self, full_name): argument
273 def FindFieldByName(self, full_name): argument
287 def FindExtensionByName(self, full_name): argument
/external/tensorflow/tensorflow/tools/docs/
Dparser.py38 def is_free_function(py_object, full_name, index): argument
81 def append(self, full_name, message): argument
99 def documentation_path(full_name, is_fragment=False): argument
338 def py_master_name(self, full_name): argument
857 def __init__(self, full_name): argument
877 def full_name(self): member in _FunctionPageInfo
967 def __init__(self, full_name): argument
994 def full_name(self): member in _ClassPageInfo
1114 def _add_property(self, short_name, full_name, obj, doc): argument
1134 def _add_method(self, short_name, full_name, obj, doc, signature, decorators): argument
[all …]
/external/tensorflow/tensorflow/core/framework/
Dvariable.proto36 string full_name = 1; field
/external/webrtc/webrtc/libjingle/xmpp/
Dmucroomlookuptask.h25 std::string full_name() const { in full_name() function
/external/tensorflow/tensorflow/core/protobuf/
Dtrackable_object_graph.proto30 string full_name = 2; field
/external/toybox/toys/other/
Dmodinfo.c36 static void modinfo_file(char *full_name) in modinfo_file()
/external/v8/tools/
Dgenerate-builtins-tests.py47 def BuildTests(function, full_name, options): argument
/external/protobuf/src/google/protobuf/compiler/java/
Djava_name_resolver.cc54 string StripPackageName(const string& full_name, in StripPackageName()
87 string full_name = StripPackageName(descriptor->full_name(), in ClassNameWithoutPackage() local
/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.c84 char* full_name = (char*) malloc(full_name_size); in set_selabel() local
/external/libtextclassifier/lang_id/common/
Dembedding-feature-extractor.h72 string full_name = arg_prefix_; in GetParamName() local
/external/protobuf/src/google/protobuf/
Dany.cc80 string full_name; in InternalIs() local
/external/python/setuptools/setuptools/
Ddepends.py32 def full_name(self): member in Require
/external/u-boot/common/
Dimage-sig.c74 struct checksum_algo *image_get_checksum_algo(const char *full_name) in image_get_checksum_algo()
90 struct crypto_algo *image_get_crypto_algo(const char *full_name) in image_get_crypto_algo()
/external/libchrome/base/debug/
Dprofiler.cc35 std::string full_name(name); in StartProfiling() local
/external/flatbuffers/src/
Didl_gen_json_schema.cpp50 std::string full_name; in GenFullName() local
Dflatc.cpp63 std::stringstream full_name; in GetUsageString() local
/external/compiler-rt/lib/lsan/
Dlsan_common_linux.cc33 static bool IsLinker(const char* full_name) { in IsLinker()
/external/mesa3d/src/compiler/glsl/tests/
Dvaryings_test.cpp209 char *const full_name = interface_field_name(simple_interface); in TEST_F() local
/external/eigen/bench/tensors/
Dbenchmark_main.cc176 char full_name[100]; in RunWithArg() local
/external/u-boot/include/dm/
Dof.h47 const char *full_name; member

123