Home
last modified time | relevance | path

Searched refs:weighted_sparse_column (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/contrib/layers/python/layers/
Dfeature_column_test.py125 weighted_ids = fc.weighted_sparse_column(ids, "weights")
131 weighted_ids = fc.weighted_sparse_column(ids, "weights")
140 weighted = fc.weighted_sparse_column(ids, "weights")
244 weighted_sparse_col = fc.weighted_sparse_column(ids, "weights")
265 weighted_sparse_col_2 = fc.weighted_sparse_column(ids, "weights_2")
350 weighted_ids = fc.weighted_sparse_column(ids, "weights")
358 weighted_ids = fc.weighted_sparse_column(ids, "weights")
368 weighted = fc.weighted_sparse_column(a, "weights")
435 weighted_ids = fc.weighted_sparse_column(ids, "weights")
710 weighted_ids = fc.weighted_sparse_column(ids, "weights")
[all …]
Dfeature_column_ops_test.py301 weighted_ids = feature_column.weighted_sparse_column(ids, "weights")
744 weighted_ids_column = feature_column.weighted_sparse_column(ids_column,
953 weighted_ids = feature_column.weighted_sparse_column(ids, "weights")
979 weighted_ids = feature_column.weighted_sparse_column(
1032 weighted_ids = feature_column.weighted_sparse_column(ids, "weights")
1134 weighted_ids = feature_column.weighted_sparse_column(ids, "weights")
1670 weighted_ids = feature_column.weighted_sparse_column(ids, "weights")
1690 weighted_ids = feature_column.weighted_sparse_column(ids, "weights")
1897 language = feature_column.weighted_sparse_column(
1926 weighted_language = feature_column.weighted_sparse_column(
Dfeature_column.py882 def weighted_sparse_column(sparse_id_column, function
/external/tensorflow/tensorflow/contrib/linear_optimizer/python/
Dsdca_estimator_test.py165 country_weighted_by_price = feature_column_lib.weighted_sparse_column(
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
Dlinear_test.py857 country_weighted_by_price = feature_column_lib.weighted_sparse_column(
889 country_weighted_by_price = feature_column_lib.weighted_sparse_column(