Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/layers/python/layers/
Dfeature_column_test.py357 ids = fc.sparse_column_with_integerized_feature("ids", vocab_size)
367 a = fc.sparse_column_with_integerized_feature("a", vocab_size)
642 fc.sparse_column_with_integerized_feature(
766 sc = fc.sparse_column_with_integerized_feature("sc", 10)
772 sc = fc.sparse_column_with_integerized_feature("sc", 10, dtype=dtypes.int32)
779 fc.sparse_column_with_integerized_feature("sc", 10, dtype=dtypes.float32)
782 sc = fc.sparse_column_with_integerized_feature("sc", 1)
793 sparse_column = fc.sparse_column_with_integerized_feature("values", 10)
806 column = fc.sparse_column_with_integerized_feature("a", 10)
Dfeature_column_ops_test.py255 hashed_sparse = feature_column.sparse_column_with_integerized_feature(
277 hashed_sparse = feature_column.sparse_column_with_integerized_feature(
806 ids_column = feature_column.sparse_column_with_integerized_feature(
1256 ids = feature_column.sparse_column_with_integerized_feature("id", 100)
1573 id_column = feature_column.sparse_column_with_integerized_feature("id",
2379 product = feature_column.sparse_column_with_integerized_feature(
2400 product = feature_column.sparse_column_with_integerized_feature(
2415 product = feature_column.sparse_column_with_integerized_feature(
2430 product = feature_column.sparse_column_with_integerized_feature(
Dfeature_column.py510 def sparse_column_with_integerized_feature(column_name, function