Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
Destimator_test.py187 VOCAB_FILE_CONTENT = 'emerson\nlake\npalmer\n' variable
218 vocab_file.write(VOCAB_FILE_CONTENT)
1009 compat.as_bytes(VOCAB_FILE_CONTENT),
1150 compat.as_bytes(VOCAB_FILE_CONTENT),
Destimator_input_test.py168 VOCAB_FILE_CONTENT = 'emerson\nlake\npalmer\n' variable