@@ -1853,7 +1853,6 @@ public <T extends TNumber> Selu<T> selu(Operand<T> features) {
18531853 *
18541854 * <p>
18551855 *
1856- * @param scope The TensorFlow scope
18571856 * @param labels the labels
18581857 * @param logits the logits of type float32 or float64
18591858 * @param <T> the type of labels and logits
@@ -1915,7 +1914,6 @@ public <T extends TNumber> Softmax<T> softmax(Operand<T> logits) {
19151914 * disallow backpropagation into <code>labels</code>, pass label tensors through <code>
19161915 * tf.stopGradient</code> before feeding it to this function.
19171916 *
1918- * @param scope current scope
19191917 * @param labels Each vector along the class dimension should hold a valid probability
19201918 * distribution e.g. for the case in which labels are of shape <code>[batch_size, num_classes]
19211919 * </code>, each row of <code>labels[i]</code> must be a valid probability distribution.
@@ -2143,7 +2141,6 @@ public <T extends TType> SpaceToDepth<T> spaceToDepth(Operand<T> input, Long blo
21432141 * , or <code>TFloat64</code>, and <code>labels</code> must have the dtype of <code>TInt32</code>
21442142 * or <code>TInt64</code>.
21452143 *
2146- * @param scope current scope
21472144 * @param labels <code>Tensor</code> of shape <code>[d_0, d_1, ..., d_{r-1}]</code> (where <code>r
21482145 * </code> is rank of <code>labels</code> and result) and the dataType is <code>TInt32</code>
21492146 * or <code>TInt64</code>. Each entry in <code>labels</code> must be an index in <code>[0,
0 commit comments