Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/boosted_trees/kernels/
Dprediction_ops.cc207 OpInputList sparse_int_feature_shapes_list; in DoCompute() local
211 &sparse_int_feature_shapes_list)); in DoCompute()
216 sparse_int_feature_shapes_list); in DoCompute()
234 sparse_int_feature_shapes_list))); in DoCompute()
419 OpInputList sparse_int_feature_shapes_list; in DoCompute() local
423 &sparse_int_feature_shapes_list)); in DoCompute()
428 sparse_int_feature_shapes_list); in DoCompute()
446 sparse_int_feature_shapes_list))); in DoCompute()
/external/tensorflow/tensorflow/contrib/boosted_trees/lib/utils/
Dtensor_utils.cc88 const OpInputList& sparse_int_feature_shapes_list) { in InferBatchSize() argument
95 if (sparse_int_feature_shapes_list.size() > 0) { in InferBatchSize()
96 return sparse_int_feature_shapes_list[0].flat<int64>()(0); in InferBatchSize()
Dbatch_features.cc32 std::vector<Tensor> sparse_int_feature_shapes_list) { in Initialize() argument
111 sparse_int_feature_shapes_list.size() == num_sparse_int_features, in Initialize()
120 sparse_int_feature_shapes_list[sparse_feat_idx]; in Initialize()
Dtensor_utils.h53 const OpInputList& sparse_int_feature_shapes_list);
Dbatch_features.h46 std::vector<Tensor> sparse_int_feature_shapes_list);