Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/preprocessing/
Dtext_dataset.py185 lambda x: path_to_string_content(x, max_length))
192 def path_to_string_content(path, max_length): function