diff --git a/develop/doc/operators.json b/develop/doc/operators.json index 6cf57d0df2c4b1c1bb46e28b53be18975cc1607d..2072bf08b85a2c350013d36295bf83b45a3dee14 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" : [ {