Searched refs:sparse_column_with_integerized_feature (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/contrib/layers/python/layers/ |
D | feature_column_test.py | 357 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)
|
D | feature_column_ops_test.py | 255 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(
|
D | feature_column.py | 510 def sparse_column_with_integerized_feature(column_name, function
|