We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dff19f7 commit 5a2f602Copy full SHA for 5a2f602
tensorflow-core/tensorflow-core-api/src/gen/annotations/org/tensorflow/op/Ops.java
@@ -347,10 +347,10 @@ public final class Ops {
347
348
public final SignalOps signal;
349
350
- public final QuantizationOps quantization;
351
-
352
public final TrainOps train;
353
+ public final QuantizationOps quantization;
+
354
private final Scope scope;
355
356
private Ops(Scope scope) {
@@ -372,8 +372,8 @@ private Ops(Scope scope) {
372
math = new MathOps(this);
373
audio = new AudioOps(this);
374
signal = new SignalOps(this);
375
- quantization = new QuantizationOps(this);
376
train = new TrainOps(this);
+ quantization = new QuantizationOps(this);
377
}
378
379
/**
0 commit comments