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

  /external/tensorflow/tensorflow/contrib/layers/python/layers/
feature_column_test.py 219 sparse_col = fc.sparse_column_with_keys("a1", ["marlo", "omar", "stringer"])
225 [sparse_col, weighted_sparse_col], dimension=4, combiner="mean")
234 [weighted_sparse_col, sparse_col], dimension=4, combiner="mean")
    [all...]
feature_column_ops.py 185 column_name="sparse_col", ...)
    [all...]
feature_column.py     [all...]
  /external/tensorflow/tensorflow/contrib/learn/python/learn/utils/
saved_model_export_utils_test.py 689 sparse_col = fc.sparse_column_with_hash_bucket(
699 sparse_col, embedding_col, real_valued_col1, bucketized_col1
    [all...]

Completed in 82 milliseconds