Searched defs:vocabulary (Results 1 – 12 of 12) sorted by relevance
/external/tensorflow/tensorflow/python/keras/layers/preprocessing/ |
D | string_lookup.py | 286 vocabulary=None, argument 324 def set_vocabulary(self, vocabulary, idf_weights=None): argument 339 def _tensor_vocab_to_numpy(self, vocabulary): argument
|
D | integer_lookup.py | 288 vocabulary=None, argument 345 def set_vocabulary(self, vocabulary, idf_weights=None): argument
|
D | text_vectorization.py | 235 vocabulary=None, argument 445 def set_vocabulary(self, vocabulary, idf_weights=None): argument
|
D | index_lookup.py | 156 vocabulary=None, argument 453 def set_vocabulary(self, vocabulary, idf_weights=None): argument 736 def _tensor_vocab_to_numpy(self, vocabulary): argument
|
D | table_utils.py | 200 def find_repeated_tokens(vocabulary): argument
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/tf_saved_model/ |
D | hash_table_asset_v1.py | 41 def write_vocabulary_file(vocabulary): argument
|
/external/antlr/tool/src/test/java/org/antlr/test/ |
D | TestIntervalSet.java | 99 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/ |
D | gen_hash_table_asset_v1.py | 43 def write_vocabulary_file(vocabulary): argument
|
/external/tensorflow/tensorflow/python/keras/layers/preprocessing/benchmarks/ |
D | feature_column_benchmark.py | 77 vocabulary, argument
|
/external/antlr/runtime/JavaScript/src/org/antlr/runtime/ |
D | BitSet.js | 685 toString2: function(separator, vocabulary) { argument
|
/external/antlr/tool/src/main/java/org/antlr/misc/ |
D | IntervalSet.java | 221 public IntervalSet complement(IntSet vocabulary) { in complement()
|
D | BitSet.java | 514 public String toString(String separator, List<String> vocabulary) { in toString()
|