Searched refs:sparse_float_column (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/contrib/boosted_trees/lib/utils/ |
D | examples_iterable.cc | 40 for (auto& sparse_float_column : sparse_float_feature_columns) { in ExamplesIterable() local 42 sparse_float_column.indices().template matrix<int64>(), example_start, in ExamplesIterable() 45 sparse_float_column.values().template vec<float>()); in ExamplesIterable() 46 sparse_float_dimensions_.push_back(sparse_float_column.shape()[1]); in ExamplesIterable()
|
/external/tensorflow/tensorflow/contrib/boosted_trees/lib/learner/batch/ |
D | ordinal_split_handler_test.py | 980 sparse_float_column=sparse_column, 1103 sparse_float_column=sparse_column, 1239 sparse_float_column=sparse_column, 1334 sparse_float_column=sparse_column, 1428 sparse_float_column=sparse_column, 1496 sparse_float_column=sparse_column, 1580 sparse_float_column=sparse_column, 1665 sparse_float_column=sparse_column,
|
D | ordinal_split_handler.py | 345 sparse_float_column, argument 395 self._sparse_float_column = sparse_float_column
|
/external/tensorflow/tensorflow/contrib/boosted_trees/python/training/functions/ |
D | gbdt_batch.py | 766 sparse_float_column=sparse_tensor.SparseTensor(
|