Remove references to contrib in boosted_trees.

PiperOrigin-RevId: 265051959
This commit is contained in:
Gunhan Gulsoy 2019-08-23 07:34:47 -07:00 committed by TensorFlower Gardener
parent 715273c008
commit d5677beba5

View File

@ -30,9 +30,6 @@ message NodeMetadata {
// Leaves can either hold dense or sparse information.
message Leaf {
oneof leaf {
// See third_party/tensorflow/contrib/decision_trees/
// proto/generic_tree_model.proto
// for a description of how vector and sparse_vector might be used.
Vector vector = 1;
SparseVector sparse_vector = 2;
}