Searched refs:hashing_trick (Results 1 - 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/keras/_impl/keras/preprocessing/
H A Dtext_test.py66 encoded = keras.preprocessing.text.hashing_trick(text, 5)
73 encoded = keras.preprocessing.text.hashing_trick(
H A Dtext.py77 This is a wrapper to the `hashing_trick` function using `hash` as the
90 return hashing_trick(
94 def hashing_trick(text, function

Completed in 152 milliseconds