Home
last modified time | relevance | path

Searched defs:vocabulary (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/python/keras/layers/preprocessing/
Dstring_lookup.py286 vocabulary=None, argument
324 def set_vocabulary(self, vocabulary, idf_weights=None): argument
339 def _tensor_vocab_to_numpy(self, vocabulary): argument
Dinteger_lookup.py288 vocabulary=None, argument
345 def set_vocabulary(self, vocabulary, idf_weights=None): argument
Dtext_vectorization.py235 vocabulary=None, argument
445 def set_vocabulary(self, vocabulary, idf_weights=None): argument
Dindex_lookup.py156 vocabulary=None, argument
453 def set_vocabulary(self, vocabulary, idf_weights=None): argument
736 def _tensor_vocab_to_numpy(self, vocabulary): argument
Dtable_utils.py200 def find_repeated_tokens(vocabulary): argument
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/tf_saved_model/
Dhash_table_asset_v1.py41 def write_vocabulary_file(vocabulary): argument
/external/antlr/tool/src/test/java/org/antlr/test/
DTestIntervalSet.java99 IntervalSet vocabulary = IntervalSet.of(1,1000); in testNotSingleElement() local
108 IntervalSet vocabulary = IntervalSet.of(1,1000); in testNotSet() local
118 IntervalSet vocabulary = IntervalSet.of(1,1000); in testNotEqualSet() local
126 IntervalSet vocabulary = IntervalSet.of(1,2); in testNotSetEdgeElement() local
134 IntervalSet vocabulary = IntervalSet.of(1,255); in testNotSetFragmentedVocabulary() local
/external/tensorflow/tensorflow/core/tfrt/saved_model/tests/
Dgen_hash_table_asset_v1.py43 def write_vocabulary_file(vocabulary): argument
/external/tensorflow/tensorflow/python/keras/layers/preprocessing/benchmarks/
Dfeature_column_benchmark.py77 vocabulary, argument
/external/antlr/runtime/JavaScript/src/org/antlr/runtime/
DBitSet.js685 toString2: function(separator, vocabulary) { argument
/external/antlr/tool/src/main/java/org/antlr/misc/
DIntervalSet.java221 public IntervalSet complement(IntSet vocabulary) { in complement()
DBitSet.java514 public String toString(String separator, List<String> vocabulary) { in toString()