Fix doc gen error
authorYifei Feng <1192265+yifeif@users.noreply.github.com>
Thu, 19 Apr 2018 17:26:26 +0000 (10:26 -0700)
committerGitHub <noreply@github.com>
Thu, 19 Apr 2018 17:26:26 +0000 (10:26 -0700)
Mismatch after the fix in #17815

tensorflow/contrib/tensor_forest/ops/stats_ops.cc

index be0a115..5be581a 100644 (file)
@@ -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.