Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/debug/cli/
Ddebugger_cli_common.py895 for context_word in context_words:
896 self._comp_dict[context_word] = sorted_comp_items
909 for context_word in context_words:
910 if context_word not in self._comp_dict:
912 context_word)
914 for context_word in context_words:
915 del self._comp_dict[context_word]
917 def extend_comp_items(self, context_word, new_comp_items): argument
929 if context_word not in self._comp_dict:
931 context_word)
[all …]