HomeSort by relevance Sort by last modified time
    Searched refs:categorical_column_with_vocabulary_file (Results 1 - 5 of 5) sorted by null

  /external/tensorflow/tensorflow/python/estimator/
warm_starting_util_test.py 377 sc_vocab = fc.categorical_column_with_vocabulary_file(
414 sc_vocab = fc.categorical_column_with_vocabulary_file(
460 sc_vocab = fc.categorical_column_with_vocabulary_file(
545 sc_vocab = fc.categorical_column_with_vocabulary_file(
639 sc_vocab = fc.categorical_column_with_vocabulary_file(
708 sc_vocab = fc.categorical_column_with_vocabulary_file(
    [all...]
  /external/tensorflow/tensorflow/python/feature_column/
feature_column_test.py     [all...]
feature_column.py 30 - `categorical_column_with_vocabulary_file`
515 feature_a = categorical_column_with_vocabulary_file(...)
684 categorical_column_with_vocabulary_file with the same vocabulary_file. Some or
690 watched_video_id = categorical_column_with_vocabulary_file(
692 impression_video_id = categorical_column_with_vocabulary_file(
713 watched_video_id = categorical_column_with_vocabulary_file(
715 impression_video_id = categorical_column_with_vocabulary_file(
729 categorical_column_with_vocabulary_file with the same vocabulary_file.
1041 def categorical_column_with_vocabulary_file(key, function
    [all...]
  /external/tensorflow/tensorflow/python/estimator/canned/
dnn_testing_utils.py     [all...]
linear_testing_utils.py     [all...]

Completed in 1210 milliseconds