From 6dbcdf91030b5f52966e1a6270d13b9685f0cad1 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Fri, 15 Dec 2017 05:27:01 +0000 Subject: [PATCH] Deploy to GitHub Pages: d40d28d81ebaab0306beb8d4e44bc6c12da0b7ef --- develop/doc/operators.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/develop/doc/operators.json b/develop/doc/operators.json index 6cf57d0df2c..2072bf08b85 100644 --- a/develop/doc/operators.json +++ b/develop/doc/operators.json @@ -4415,6 +4415,21 @@ "comment" : "(float). The evaluated F1-Score on the given mini-batch.", "duplicable" : 0, "intermediate" : 0 + }, { + "name" : "NumInferChunks", + "comment" : "(int64_t). The number of chunks in Inference on the given mini-batch.", + "duplicable" : 0, + "intermediate" : 0 + }, { + "name" : "NumLabelChunks", + "comment" : "(int64_t). The number of chunks in Label on the given mini-batch.", + "duplicable" : 0, + "intermediate" : 0 + }, { + "name" : "NumCorrectChunks", + "comment" : "(int64_t). The number of chunks both in Inference and Label on the given mini-batch.", + "duplicable" : 0, + "intermediate" : 0 } ], "attrs" : [ { -- GitLab