Home
last modified time | relevance | path

Searched refs:dest_name (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/python/tools/api/generator/
Dcreate_python_api.py59 def format_import(source_module_name, source_name, dest_name): argument
71 if source_name == dest_name:
75 source_module_name, source_name, dest_name)
77 if source_name == dest_name:
80 return 'import %s as %s' % (source_name, dest_name)
96 dest_name): argument
110 import_str = format_import(source_module_name, source_name, dest_name)
113 full_api_name = dest_name
124 if not dest_module_name and dest_name.startswith('_'):
125 self._underscore_names_in_root.append(dest_name)
[all …]
/external/swiftshader/third_party/subzero/pydir/
Dsz_driver.py65 dest_name = os.path.join(tmp_dir, src)
66 with open(dest_name, 'w') as dest:
71 args[i] = dest_name
/external/libcups/cups/
Dtestcups.c50 const char *dest_name, /* Destination name */ in main() local
365 for (i = 0, dest_name = NULL; i < num_dests; i ++) in main()
369 dest_name = dests[i].name; in main()
374 printf("cupsGetDest(\"%s\"): ", dest_name ? dest_name : "(null)"); in main()
377 if ((dest = cupsGetDest(dest_name, NULL, num_dests, dests)) == NULL) in main()
Ddest.c1841 const char *dest_name; /* Working destination name */ in cupsGetNamedDest() local
1858 dest_name = name; in cupsGetNamedDest()
1860 if (!dest_name) in cupsGetNamedDest()
1863 dest_name = _cupsUserDefault(defname, sizeof(defname)); in cupsGetNamedDest()
1865 if (dest_name) in cupsGetNamedDest()
1885 dest_name = cups_get_default(filename, defname, sizeof(defname), &instance); in cupsGetNamedDest()
1888 if (!dest_name) in cupsGetNamedDest()
1895 dest_name = cups_get_default(filename, defname, sizeof(defname), &instance); in cupsGetNamedDest()
1898 if (!dest_name) in cupsGetNamedDest()
1916 if (!_cupsGetDests(http, op, dest_name, &dest, 0, 0)) in cupsGetNamedDest()
[all …]
/external/tensorflow/tensorflow/tools/graph_transforms/
Dtransform_utils.cc510 const string& dest_name = input_to_rename.second; in RenameNodeInputs() local
520 match_name = prefix + dest_name + suffix; in RenameNodeInputs()
524 match_name = dest_name; in RenameNodeInputs()
/external/python/cpython2/Doc/distutils/
Dapiref.rst1043 Return a tuple ``(dest_name, copied)``: *dest_name* is the actual name of the
/external/python/cpython3/Doc/distutils/
Dapiref.rst1049 Return a tuple ``(dest_name, copied)``: *dest_name* is the actual name of the