Skip to content

Commit ef033fb

Browse files
committed
Fix generation regression
Signed-off-by: Ryan Nett <[email protected]>
1 parent 64a8dda commit ef033fb

File tree

7 files changed

+569
-740
lines changed

7 files changed

+569
-740
lines changed

tensorflow-core/tensorflow-core-api/src/gen/annotations/org/tensorflow/op/NnOps.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1849,7 +1849,6 @@ public <T extends TNumber> Selu<T> selu(Operand<T> features) {
18491849
*
18501850
* <p>
18511851
*
1852-
* @param scope The TensorFlow scope
18531852
* @param labels the labels
18541853
* @param logits the logits of type float32 or float64
18551854
* @param <T> the type of labels and logits
@@ -1883,7 +1882,6 @@ public <T extends TNumber> Softmax<T> softmax(Operand<T> logits) {
18831882
*
18841883
* @param <T> data type for {@code loss} output
18851884
* @param features batch_size x num_classes matrix
1886-
* @param scope current scope
18871885
* @param labels batch_size x num_classes matrix
18881886
* The caller must ensure that each batch of labels represents a valid
18891887
* probability distribution.
@@ -2097,7 +2095,6 @@ public <T extends TType> SpaceToDepth<T> spaceToDepth(Operand<T> input, Long blo
20972095
* , or <code>TFloat64</code>, and <code>labels</code> must have the dtype of <code>TInt32</code>
20982096
* or <code>TInt64</code>.
20992097
*
2100-
* @param scope current scope
21012098
* @param labels <code>Tensor</code> of shape <code>[d_0, d_1, ..., d_{r-1}]</code> (where <code>r
21022099
* </code> is rank of <code>labels</code> and result) and the dataType is <code>TInt32</code>
21032100
* or <code>TInt64</code>. Each entry in <code>labels</code> must be an index in <code>[0,

0 commit comments

Comments
 (0)