aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/tensor_forest
diff options
context:
space:
mode:
authorGravatar Yifei Feng <1192265+yifeif@users.noreply.github.com>2018-04-19 10:26:26 -0700
committerGravatar GitHub <noreply@github.com>2018-04-19 10:26:26 -0700
commit08a9107a2754d9e56cbc3a0f90ee0763f13e99e0 (patch)
tree57fdb2dd38edda4a21db5f881a936a82551fc863 /tensorflow/contrib/tensor_forest
parent004194ff4c7ee089312fced794fa870ce352f0df (diff)
Fix doc gen error
Mismatch after the fix in #17815
Diffstat (limited to 'tensorflow/contrib/tensor_forest')
-rw-r--r--tensorflow/contrib/tensor_forest/ops/stats_ops.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/contrib/tensor_forest/ops/stats_ops.cc b/tensorflow/contrib/tensor_forest/ops/stats_ops.cc
index be0a11546d..5be581aaec 100644
--- a/tensorflow/contrib/tensor_forest/ops/stats_ops.cc
+++ b/tensorflow/contrib/tensor_forest/ops/stats_ops.cc
@@ -75,7 +75,7 @@ REGISTER_OP("GrowTreeV4")
.Attr("params: string")
.Input("tree_handle: resource")
.Input("stats_handle: resource")
- .Input("finshed_nodes: int32")
+ .Input("finished_nodes: int32")
.SetShapeFn(tensorflow::shape_inference::NoOutputs)
.Doc(R"doc(
Grows the tree for finished nodes and allocates waiting nodes.