Searched refs:sparse_float_feature_shapes_list (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/contrib/boosted_trees/kernels/ |
D | prediction_ops.cc | 198 OpInputList sparse_float_feature_shapes_list; in DoCompute() local 202 &sparse_float_feature_shapes_list)); in DoCompute() 215 dense_float_features_list, sparse_float_feature_shapes_list, in DoCompute() 229 sparse_float_feature_shapes_list), in DoCompute() 410 OpInputList sparse_float_feature_shapes_list; in DoCompute() local 414 &sparse_float_feature_shapes_list)); in DoCompute() 427 dense_float_features_list, sparse_float_feature_shapes_list, in DoCompute() 441 sparse_float_feature_shapes_list), in DoCompute()
|
D | quantile_ops.cc | 367 OpInputList sparse_float_feature_shapes_list; in Compute() local 371 &sparse_float_feature_shapes_list)); in Compute() 427 sparse_float_feature_shapes_list[sparse_index].flat<int64>(); in Compute() 781 OpInputList sparse_float_feature_shapes_list; in Compute() local 785 &sparse_float_feature_shapes_list)); in Compute()
|
/external/tensorflow/tensorflow/contrib/boosted_trees/lib/utils/ |
D | tensor_utils.cc | 87 const OpInputList& sparse_float_feature_shapes_list, in InferBatchSize() argument 92 if (sparse_float_feature_shapes_list.size() > 0) { in InferBatchSize() 93 return sparse_float_feature_shapes_list[0].flat<int64>()(0); in InferBatchSize()
|
D | batch_features.cc | 29 std::vector<Tensor> sparse_float_feature_shapes_list, in Initialize() argument 67 sparse_float_feature_shapes_list.size() == num_sparse_float_features, in Initialize() 76 sparse_float_feature_shapes_list[sparse_feat_idx]; in Initialize()
|
D | tensor_utils.h | 52 const OpInputList& sparse_float_feature_shapes_list,
|
D | batch_features.h | 43 std::vector<Tensor> sparse_float_feature_shapes_list,
|
/external/tensorflow/tensorflow/contrib/boosted_trees/lib/testutil/ |
D | batch_features_testutil.cc | 47 std::vector<tensorflow::Tensor> sparse_float_feature_shapes_list; in RandomlyInitializeBatchFeatures() local 76 sparse_float_feature_shapes_list.push_back(shape_tensor); in RandomlyInitializeBatchFeatures() 82 sparse_float_feature_values_list, sparse_float_feature_shapes_list, {}, in RandomlyInitializeBatchFeatures()
|