Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/boosted_trees/kernels/
Dquantile_ops.cc408 const int64 dense_index = i; in Compute() local
410 dense_float_features_list[dense_index].flat<float>(); in Compute()
418 copy_over_summaries(stream, dense_index, in Compute()
828 const int64 dense_index = i - sparse_configs_.size(); in Compute() local
830 dense_float_features_list[dense_index].flat<float>(); in Compute()
831 QuantileStream stream(dense_configs_[dense_index].eps(), batch_size); in Compute()
839 stream, dense_configs_[dense_index].num_quantiles()); in Compute()
840 CopyBoundaries(context, boundaries, dense_index, in Compute()