Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/debug/cli/
Ddebugger_cli_common.py899 for context_word in context_words:
900 self._comp_dict[context_word] = sorted_comp_items
913 for context_word in context_words:
914 if context_word not in self._comp_dict:
916 context_word)
918 for context_word in context_words:
919 del self._comp_dict[context_word]
921 def extend_comp_items(self, context_word, new_comp_items): argument
933 if context_word not in self._comp_dict:
935 context_word)
[all …]
/external/tensorflow/tensorflow/examples/tutorials/word2vec/
Dword2vec_basic.py126 for j, context_word in enumerate(words_to_use):
128 labels[i * num_skips + j, 0] = buffer[context_word]