Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/boosted_trees/lib/testutil/
Dbatch_features_testutil.cc46 std::vector<tensorflow::Tensor> sparse_float_feature_values_list; in RandomlyInitializeBatchFeatures() local
72 sparse_float_feature_values_list.push_back(values_tensor); in RandomlyInitializeBatchFeatures()
82 sparse_float_feature_values_list, sparse_float_feature_shapes_list, {}, in RandomlyInitializeBatchFeatures()
/external/tensorflow/tensorflow/contrib/boosted_trees/kernels/
Dprediction_ops.cc197 OpInputList sparse_float_feature_values_list; in DoCompute() local
201 &sparse_float_feature_values_list, in DoCompute()
227 sparse_float_feature_values_list), in DoCompute()
409 OpInputList sparse_float_feature_values_list; in DoCompute() local
413 &sparse_float_feature_values_list, in DoCompute()
439 sparse_float_feature_values_list), in DoCompute()
Dquantile_ops.cc366 OpInputList sparse_float_feature_values_list; in Compute() local
370 &sparse_float_feature_values_list, in Compute()
423 sparse_float_feature_values_list[sparse_index].flat<float>(); in Compute()
780 OpInputList sparse_float_feature_values_list; in Compute() local
784 &sparse_float_feature_values_list, in Compute()
808 sparse_float_feature_values_list[sparse_index].flat<float>(); in Compute()
897 OpInputList sparse_float_feature_values_list; in Compute() local
900 &sparse_float_feature_values_list)); in Compute()
922 QuantizeFeatures(kSparseOutputTensorName, sparse_float_feature_values_list, in Compute()
/external/tensorflow/tensorflow/contrib/boosted_trees/lib/utils/
Dbatch_features.cc28 std::vector<Tensor> sparse_float_feature_values_list, in Initialize() argument
66 sparse_float_feature_values_list.size() == num_sparse_float_features && in Initialize()
74 sparse_float_feature_values_list[sparse_feat_idx]; in Initialize()
Dbatch_features.h42 std::vector<Tensor> sparse_float_feature_values_list,