Searched defs:maketrans (Results 1 - 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/python/keras/_impl/keras/preprocessing/
H A Dtext.py35 maketrans = string.maketrans variable
37 maketrans = str.maketrans variable
62 translate_map = maketrans(filters, split * len(filters))
/external/tensorflow/tensorflow/python/profiler/
H A Dpprof_profiler.py54 maketrans = string.maketrans variable
56 maketrans = str.maketrans variable
439 maketrans('/:', '__'))
/external/tensorflow/tensorflow/tools/test/
H A Drun_and_gather_logs.py24 from string import maketrans namespace
86 file_name = (name.strip("/").translate(maketrans("/:", "__")) +
/external/python/cpython2/Lib/
H A Dstringold.py382 def maketrans(fromstr, tostr): function
383 """maketrans(frm, to) -> string
391 raise ValueError, "maketrans arguments must have same length"
429 from strop import maketrans, lowercase, uppercase, whitespace namespace
H A Dstring.py61 def maketrans(fromstr, tostr): function
62 """maketrans(frm, to) -> string
70 raise ValueError, "maketrans arguments must have same length"
530 from strop import maketrans, lowercase, uppercase, whitespace namespace
/external/python/cpython3/Lib/collections/
H A D__init__.py1212 maketrans = str.maketrans variable in class:UserString

Completed in 313 milliseconds