Package | Description |
---|---|
org.tensorflow |
Defines classes to build, save, load and execute TensorFlow models.
|
org.tensorflow.op | |
org.tensorflow.op.core |
Modifier and Type | Class and Description |
---|---|
class |
Output<T>
A symbolic handle to a tensor produced by an
Operation . |
Modifier and Type | Method and Description |
---|---|
Session.Runner |
Session.Runner.addTarget(Operand<?> operand)
|
Session.Runner |
Session.Runner.fetch(Operand<?> operand)
Makes
Session.Runner.run() return the Tensor referred to by the output of operand . |
Modifier and Type | Method and Description |
---|---|
<T extends Number> |
Ops.abs(Operand<T> x)
Adds an
Abs operation to the graph |
<T> AccumulateNV2<T> |
Ops.accumulateNV2(Operand<T> inputs,
Shape shape)
Adds an
AccumulateNV2 operation to the graph |
<T> AccumulatorApplyGradient |
Ops.accumulatorApplyGradient(Operand<String> handle,
Operand<Long> localStep,
Operand<T> gradient)
Adds an
AccumulatorApplyGradient operation to the graph |
<T> AccumulatorApplyGradient |
Ops.accumulatorApplyGradient(Operand<String> handle,
Operand<Long> localStep,
Operand<T> gradient)
Adds an
AccumulatorApplyGradient operation to the graph |
<T> AccumulatorApplyGradient |
Ops.accumulatorApplyGradient(Operand<String> handle,
Operand<Long> localStep,
Operand<T> gradient)
Adds an
AccumulatorApplyGradient operation to the graph |
AccumulatorNumAccumulated |
Ops.accumulatorNumAccumulated(Operand<String> handle)
Adds an
AccumulatorNumAccumulated operation to the graph |
AccumulatorSetGlobalStep |
Ops.accumulatorSetGlobalStep(Operand<String> handle,
Operand<Long> newGlobalStep)
Adds an
AccumulatorSetGlobalStep operation to the graph |
AccumulatorSetGlobalStep |
Ops.accumulatorSetGlobalStep(Operand<String> handle,
Operand<Long> newGlobalStep)
Adds an
AccumulatorSetGlobalStep operation to the graph |
<T> AccumulatorTakeGradient<T> |
Ops.accumulatorTakeGradient(Operand<String> handle,
Operand<Integer> numRequired,
Class<T> dtype)
Adds an
AccumulatorTakeGradient operation to the graph |
<T> AccumulatorTakeGradient<T> |
Ops.accumulatorTakeGradient(Operand<String> handle,
Operand<Integer> numRequired,
Class<T> dtype)
Adds an
AccumulatorTakeGradient operation to the graph |
<T> Acos<T> |
Ops.acos(Operand<T> x)
Adds an
Acos operation to the graph |
<T> Acosh<T> |
Ops.acosh(Operand<T> x)
Adds an
Acosh operation to the graph |
<T> Add<T> |
Ops.add(Operand<T> x,
Operand<T> y)
Adds an
Add operation to the graph |
<T> Add<T> |
Ops.add(Operand<T> x,
Operand<T> y)
Adds an
Add operation to the graph |
<T> AddManySparseToTensorsMap |
Ops.addManySparseToTensorsMap(Operand<Long> sparseIndices,
Operand<T> sparseValues,
Operand<Long> sparseShape,
AddManySparseToTensorsMap.Options... options)
Adds an
AddManySparseToTensorsMap operation to the graph |
<T> AddManySparseToTensorsMap |
Ops.addManySparseToTensorsMap(Operand<Long> sparseIndices,
Operand<T> sparseValues,
Operand<Long> sparseShape,
AddManySparseToTensorsMap.Options... options)
Adds an
AddManySparseToTensorsMap operation to the graph |
<T> AddManySparseToTensorsMap |
Ops.addManySparseToTensorsMap(Operand<Long> sparseIndices,
Operand<T> sparseValues,
Operand<Long> sparseShape,
AddManySparseToTensorsMap.Options... options)
Adds an
AddManySparseToTensorsMap operation to the graph |
<T> AddN<T> |
Ops.addN(Operand<T> inputs)
Adds an
AddN operation to the graph |
<T> AddSparseToTensorsMap |
Ops.addSparseToTensorsMap(Operand<Long> sparseIndices,
Operand<T> sparseValues,
Operand<Long> sparseShape,
AddSparseToTensorsMap.Options... options)
Adds an
AddSparseToTensorsMap operation to the graph |
<T> AddSparseToTensorsMap |
Ops.addSparseToTensorsMap(Operand<Long> sparseIndices,
Operand<T> sparseValues,
Operand<Long> sparseShape,
AddSparseToTensorsMap.Options... options)
Adds an
AddSparseToTensorsMap operation to the graph |
<T> AddSparseToTensorsMap |
Ops.addSparseToTensorsMap(Operand<Long> sparseIndices,
Operand<T> sparseValues,
Operand<Long> sparseShape,
AddSparseToTensorsMap.Options... options)
Adds an
AddSparseToTensorsMap operation to the graph |
<T> AddV2<T> |
Ops.addV2(Operand<T> x,
Operand<T> y)
Adds an
AddV2 operation to the graph |
<T> AddV2<T> |
Ops.addV2(Operand<T> x,
Operand<T> y)
Adds an
AddV2 operation to the graph |
AdjustContrast |
Ops.adjustContrast(Operand<Float> images,
Operand<Float> contrastFactor)
Adds an
AdjustContrast operation to the graph |
AdjustContrast |
Ops.adjustContrast(Operand<Float> images,
Operand<Float> contrastFactor)
Adds an
AdjustContrast operation to the graph |
AdjustHue |
Ops.adjustHue(Operand<Float> images,
Operand<Float> delta)
Adds an
AdjustHue operation to the graph |
AdjustHue |
Ops.adjustHue(Operand<Float> images,
Operand<Float> delta)
Adds an
AdjustHue operation to the graph |
AdjustSaturation |
Ops.adjustSaturation(Operand<Float> images,
Operand<Float> scale)
Adds an
AdjustSaturation operation to the graph |
AdjustSaturation |
Ops.adjustSaturation(Operand<Float> images,
Operand<Float> scale)
Adds an
AdjustSaturation operation to the graph |
<T extends Number> |
Ops.all(Operand<Boolean> input,
Operand<T> axis,
All.Options... options)
Adds an
All operation to the graph |
<T extends Number> |
Ops.all(Operand<Boolean> input,
Operand<T> axis,
All.Options... options)
Adds an
All operation to the graph |
AllCandidateSampler |
Ops.allCandidateSampler(Operand<Long> trueClasses,
Long numTrue,
Long numSampled,
Boolean unique,
AllCandidateSampler.Options... options)
Adds an
AllCandidateSampler operation to the graph |
<T> Angle<Float> |
Ops.angle(Operand<T> input)
Adds an
Angle operation to the graph |
<U extends Number,T> |
Ops.angle(Operand<T> input,
Class<U> Tout)
Adds an
Angle operation to the graph |
<T extends Number> |
Ops.any(Operand<Boolean> input,
Operand<T> axis,
Any.Options... options)
Adds an
Any operation to the graph |
<T extends Number> |
Ops.any(Operand<Boolean> input,
Operand<T> axis,
Any.Options... options)
Adds an
Any operation to the graph |
<T> ApplyAdadelta<T> |
Ops.applyAdadelta(Operand<T> var,
Operand<T> accum,
Operand<T> accumUpdate,
Operand<T> lr,
Operand<T> rho,
Operand<T> epsilon,
Operand<T> grad,
ApplyAdadelta.Options... options)
Adds an
ApplyAdadelta operation to the graph |
<T> ApplyAdadelta<T> |
Ops.applyAdadelta(Operand<T> var,
Operand<T> accum,
Operand<T> accumUpdate,
Operand<T> lr,
Operand<T> rho,
Operand<T> epsilon,
Operand<T> grad,
ApplyAdadelta.Options... options)
Adds an
ApplyAdadelta operation to the graph |
<T> ApplyAdadelta<T> |
Ops.applyAdadelta(Operand<T> var,
Operand<T> accum,
Operand<T> accumUpdate,
Operand<T> lr,
Operand<T> rho,
Operand<T> epsilon,
Operand<T> grad,
ApplyAdadelta.Options... options)
Adds an
ApplyAdadelta operation to the graph |
<T> ApplyAdadelta<T> |
Ops.applyAdadelta(Operand<T> var,
Operand<T> accum,
Operand<T> accumUpdate,
Operand<T> lr,
Operand<T> rho,
Operand<T> epsilon,
Operand<T> grad,
ApplyAdadelta.Options... options)
Adds an
ApplyAdadelta operation to the graph |
<T> ApplyAdadelta<T> |
Ops.applyAdadelta(Operand<T> var,
Operand<T> accum,
Operand<T> accumUpdate,
Operand<T> lr,
Operand<T> rho,
Operand<T> epsilon,
Operand<T> grad,
ApplyAdadelta.Options... options)
Adds an
ApplyAdadelta operation to the graph |
<T> ApplyAdadelta<T> |
Ops.applyAdadelta(Operand<T> var,
Operand<T> accum,
Operand<T> accumUpdate,
Operand<T> lr,
Operand<T> rho,
Operand<T> epsilon,
Operand<T> grad,
ApplyAdadelta.Options... options)
Adds an
ApplyAdadelta operation to the graph |
<T> ApplyAdadelta<T> |
Ops.applyAdadelta(Operand<T> var,
Operand<T> accum,
Operand<T> accumUpdate,
Operand<T> lr,
Operand<T> rho,
Operand<T> epsilon,
Operand<T> grad,
ApplyAdadelta.Options... options)
Adds an
ApplyAdadelta operation to the graph |
<T> ApplyAdagrad<T> |
Ops.applyAdagrad(Operand<T> var,
Operand<T> accum,
Operand<T> lr,
Operand<T> grad,
ApplyAdagrad.Options... options)
Adds an
ApplyAdagrad operation to the graph |
<T> ApplyAdagrad<T> |
Ops.applyAdagrad(Operand<T> var,
Operand<T> accum,
Operand<T> lr,
Operand<T> grad,
ApplyAdagrad.Options... options)
Adds an
ApplyAdagrad operation to the graph |
<T> ApplyAdagrad<T> |
Ops.applyAdagrad(Operand<T> var,
Operand<T> accum,
Operand<T> lr,
Operand<T> grad,
ApplyAdagrad.Options... options)
Adds an
ApplyAdagrad operation to the graph |
<T> ApplyAdagrad<T> |
Ops.applyAdagrad(Operand<T> var,
Operand<T> accum,
Operand<T> lr,
Operand<T> grad,
ApplyAdagrad.Options... options)
Adds an
ApplyAdagrad operation to the graph |
<T> ApplyAdagradDA<T> |
Ops.applyAdagradDA(Operand<T> var,
Operand<T> gradientAccumulator,
Operand<T> gradientSquaredAccumulator,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<Long> globalStep,
ApplyAdagradDA.Options... options)
Adds an
ApplyAdagradDA operation to the graph |
<T> ApplyAdagradDA<T> |
Ops.applyAdagradDA(Operand<T> var,
Operand<T> gradientAccumulator,
Operand<T> gradientSquaredAccumulator,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<Long> globalStep,
ApplyAdagradDA.Options... options)
Adds an
ApplyAdagradDA operation to the graph |
<T> ApplyAdagradDA<T> |
Ops.applyAdagradDA(Operand<T> var,
Operand<T> gradientAccumulator,
Operand<T> gradientSquaredAccumulator,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<Long> globalStep,
ApplyAdagradDA.Options... options)
Adds an
ApplyAdagradDA operation to the graph |
<T> ApplyAdagradDA<T> |
Ops.applyAdagradDA(Operand<T> var,
Operand<T> gradientAccumulator,
Operand<T> gradientSquaredAccumulator,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<Long> globalStep,
ApplyAdagradDA.Options... options)
Adds an
ApplyAdagradDA operation to the graph |
<T> ApplyAdagradDA<T> |
Ops.applyAdagradDA(Operand<T> var,
Operand<T> gradientAccumulator,
Operand<T> gradientSquaredAccumulator,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<Long> globalStep,
ApplyAdagradDA.Options... options)
Adds an
ApplyAdagradDA operation to the graph |
<T> ApplyAdagradDA<T> |
Ops.applyAdagradDA(Operand<T> var,
Operand<T> gradientAccumulator,
Operand<T> gradientSquaredAccumulator,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<Long> globalStep,
ApplyAdagradDA.Options... options)
Adds an
ApplyAdagradDA operation to the graph |
<T> ApplyAdagradDA<T> |
Ops.applyAdagradDA(Operand<T> var,
Operand<T> gradientAccumulator,
Operand<T> gradientSquaredAccumulator,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<Long> globalStep,
ApplyAdagradDA.Options... options)
Adds an
ApplyAdagradDA operation to the graph |
<T> ApplyAdagradDA<T> |
Ops.applyAdagradDA(Operand<T> var,
Operand<T> gradientAccumulator,
Operand<T> gradientSquaredAccumulator,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<Long> globalStep,
ApplyAdagradDA.Options... options)
Adds an
ApplyAdagradDA operation to the graph |
<T> ApplyAdam<T> |
Ops.applyAdam(Operand<T> var,
Operand<T> m,
Operand<T> v,
Operand<T> beta1Power,
Operand<T> beta2Power,
Operand<T> lr,
Operand<T> beta1,
Operand<T> beta2,
Operand<T> epsilon,
Operand<T> grad,
ApplyAdam.Options... options)
Adds an
ApplyAdam operation to the graph |
<T> ApplyAdam<T> |
Ops.applyAdam(Operand<T> var,
Operand<T> m,
Operand<T> v,
Operand<T> beta1Power,
Operand<T> beta2Power,
Operand<T> lr,
Operand<T> beta1,
Operand<T> beta2,
Operand<T> epsilon,
Operand<T> grad,
ApplyAdam.Options... options)
Adds an
ApplyAdam operation to the graph |
<T> ApplyAdam<T> |
Ops.applyAdam(Operand<T> var,
Operand<T> m,
Operand<T> v,
Operand<T> beta1Power,
Operand<T> beta2Power,
Operand<T> lr,
Operand<T> beta1,
Operand<T> beta2,
Operand<T> epsilon,
Operand<T> grad,
ApplyAdam.Options... options)
Adds an
ApplyAdam operation to the graph |
<T> ApplyAdam<T> |
Ops.applyAdam(Operand<T> var,
Operand<T> m,
Operand<T> v,
Operand<T> beta1Power,
Operand<T> beta2Power,
Operand<T> lr,
Operand<T> beta1,
Operand<T> beta2,
Operand<T> epsilon,
Operand<T> grad,
ApplyAdam.Options... options)
Adds an
ApplyAdam operation to the graph |
<T> ApplyAdam<T> |
Ops.applyAdam(Operand<T> var,
Operand<T> m,
Operand<T> v,
Operand<T> beta1Power,
Operand<T> beta2Power,
Operand<T> lr,
Operand<T> beta1,
Operand<T> beta2,
Operand<T> epsilon,
Operand<T> grad,
ApplyAdam.Options... options)
Adds an
ApplyAdam operation to the graph |
<T> ApplyAdam<T> |
Ops.applyAdam(Operand<T> var,
Operand<T> m,
Operand<T> v,
Operand<T> beta1Power,
Operand<T> beta2Power,
Operand<T> lr,
Operand<T> beta1,
Operand<T> beta2,
Operand<T> epsilon,
Operand<T> grad,
ApplyAdam.Options... options)
Adds an
ApplyAdam operation to the graph |
<T> ApplyAdam<T> |
Ops.applyAdam(Operand<T> var,
Operand<T> m,
Operand<T> v,
Operand<T> beta1Power,
Operand<T> beta2Power,
Operand<T> lr,
Operand<T> beta1,
Operand<T> beta2,
Operand<T> epsilon,
Operand<T> grad,
ApplyAdam.Options... options)
Adds an
ApplyAdam operation to the graph |
<T> ApplyAdam<T> |
Ops.applyAdam(Operand<T> var,
Operand<T> m,
Operand<T> v,
Operand<T> beta1Power,
Operand<T> beta2Power,
Operand<T> lr,
Operand<T> beta1,
Operand<T> beta2,
Operand<T> epsilon,
Operand<T> grad,
ApplyAdam.Options... options)
Adds an
ApplyAdam operation to the graph |
<T> ApplyAdam<T> |
Ops.applyAdam(Operand<T> var,
Operand<T> m,
Operand<T> v,
Operand<T> beta1Power,
Operand<T> beta2Power,
Operand<T> lr,
Operand<T> beta1,
Operand<T> beta2,
Operand<T> epsilon,
Operand<T> grad,
ApplyAdam.Options... options)
Adds an
ApplyAdam operation to the graph |
<T> ApplyAdam<T> |
Ops.applyAdam(Operand<T> var,
Operand<T> m,
Operand<T> v,
Operand<T> beta1Power,
Operand<T> beta2Power,
Operand<T> lr,
Operand<T> beta1,
Operand<T> beta2,
Operand<T> epsilon,
Operand<T> grad,
ApplyAdam.Options... options)
Adds an
ApplyAdam operation to the graph |
<T> ApplyAddSign<T> |
Ops.applyAddSign(Operand<T> var,
Operand<T> m,
Operand<T> lr,
Operand<T> alpha,
Operand<T> signDecay,
Operand<T> beta,
Operand<T> grad,
ApplyAddSign.Options... options)
Adds an
ApplyAddSign operation to the graph |
<T> ApplyAddSign<T> |
Ops.applyAddSign(Operand<T> var,
Operand<T> m,
Operand<T> lr,
Operand<T> alpha,
Operand<T> signDecay,
Operand<T> beta,
Operand<T> grad,
ApplyAddSign.Options... options)
Adds an
ApplyAddSign operation to the graph |
<T> ApplyAddSign<T> |
Ops.applyAddSign(Operand<T> var,
Operand<T> m,
Operand<T> lr,
Operand<T> alpha,
Operand<T> signDecay,
Operand<T> beta,
Operand<T> grad,
ApplyAddSign.Options... options)
Adds an
ApplyAddSign operation to the graph |
<T> ApplyAddSign<T> |
Ops.applyAddSign(Operand<T> var,
Operand<T> m,
Operand<T> lr,
Operand<T> alpha,
Operand<T> signDecay,
Operand<T> beta,
Operand<T> grad,
ApplyAddSign.Options... options)
Adds an
ApplyAddSign operation to the graph |
<T> ApplyAddSign<T> |
Ops.applyAddSign(Operand<T> var,
Operand<T> m,
Operand<T> lr,
Operand<T> alpha,
Operand<T> signDecay,
Operand<T> beta,
Operand<T> grad,
ApplyAddSign.Options... options)
Adds an
ApplyAddSign operation to the graph |
<T> ApplyAddSign<T> |
Ops.applyAddSign(Operand<T> var,
Operand<T> m,
Operand<T> lr,
Operand<T> alpha,
Operand<T> signDecay,
Operand<T> beta,
Operand<T> grad,
ApplyAddSign.Options... options)
Adds an
ApplyAddSign operation to the graph |
<T> ApplyAddSign<T> |
Ops.applyAddSign(Operand<T> var,
Operand<T> m,
Operand<T> lr,
Operand<T> alpha,
Operand<T> signDecay,
Operand<T> beta,
Operand<T> grad,
ApplyAddSign.Options... options)
Adds an
ApplyAddSign operation to the graph |
<T> ApplyCenteredRMSProp<T> |
Ops.applyCenteredRMSProp(Operand<T> var,
Operand<T> mg,
Operand<T> ms,
Operand<T> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
ApplyCenteredRMSProp.Options... options)
Adds an
ApplyCenteredRMSProp operation to the graph |
<T> ApplyCenteredRMSProp<T> |
Ops.applyCenteredRMSProp(Operand<T> var,
Operand<T> mg,
Operand<T> ms,
Operand<T> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
ApplyCenteredRMSProp.Options... options)
Adds an
ApplyCenteredRMSProp operation to the graph |
<T> ApplyCenteredRMSProp<T> |
Ops.applyCenteredRMSProp(Operand<T> var,
Operand<T> mg,
Operand<T> ms,
Operand<T> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
ApplyCenteredRMSProp.Options... options)
Adds an
ApplyCenteredRMSProp operation to the graph |
<T> ApplyCenteredRMSProp<T> |
Ops.applyCenteredRMSProp(Operand<T> var,
Operand<T> mg,
Operand<T> ms,
Operand<T> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
ApplyCenteredRMSProp.Options... options)
Adds an
ApplyCenteredRMSProp operation to the graph |
<T> ApplyCenteredRMSProp<T> |
Ops.applyCenteredRMSProp(Operand<T> var,
Operand<T> mg,
Operand<T> ms,
Operand<T> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
ApplyCenteredRMSProp.Options... options)
Adds an
ApplyCenteredRMSProp operation to the graph |
<T> ApplyCenteredRMSProp<T> |
Ops.applyCenteredRMSProp(Operand<T> var,
Operand<T> mg,
Operand<T> ms,
Operand<T> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
ApplyCenteredRMSProp.Options... options)
Adds an
ApplyCenteredRMSProp operation to the graph |
<T> ApplyCenteredRMSProp<T> |
Ops.applyCenteredRMSProp(Operand<T> var,
Operand<T> mg,
Operand<T> ms,
Operand<T> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
ApplyCenteredRMSProp.Options... options)
Adds an
ApplyCenteredRMSProp operation to the graph |
<T> ApplyCenteredRMSProp<T> |
Ops.applyCenteredRMSProp(Operand<T> var,
Operand<T> mg,
Operand<T> ms,
Operand<T> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
ApplyCenteredRMSProp.Options... options)
Adds an
ApplyCenteredRMSProp operation to the graph |
<T> ApplyCenteredRMSProp<T> |
Ops.applyCenteredRMSProp(Operand<T> var,
Operand<T> mg,
Operand<T> ms,
Operand<T> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
ApplyCenteredRMSProp.Options... options)
Adds an
ApplyCenteredRMSProp operation to the graph |
<T> ApplyFtrl<T> |
Ops.applyFtrl(Operand<T> var,
Operand<T> accum,
Operand<T> linear,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> lrPower,
ApplyFtrl.Options... options)
Adds an
ApplyFtrl operation to the graph |
<T> ApplyFtrl<T> |
Ops.applyFtrl(Operand<T> var,
Operand<T> accum,
Operand<T> linear,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> lrPower,
ApplyFtrl.Options... options)
Adds an
ApplyFtrl operation to the graph |
<T> ApplyFtrl<T> |
Ops.applyFtrl(Operand<T> var,
Operand<T> accum,
Operand<T> linear,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> lrPower,
ApplyFtrl.Options... options)
Adds an
ApplyFtrl operation to the graph |
<T> ApplyFtrl<T> |
Ops.applyFtrl(Operand<T> var,
Operand<T> accum,
Operand<T> linear,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> lrPower,
ApplyFtrl.Options... options)
Adds an
ApplyFtrl operation to the graph |
<T> ApplyFtrl<T> |
Ops.applyFtrl(Operand<T> var,
Operand<T> accum,
Operand<T> linear,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> lrPower,
ApplyFtrl.Options... options)
Adds an
ApplyFtrl operation to the graph |
<T> ApplyFtrl<T> |
Ops.applyFtrl(Operand<T> var,
Operand<T> accum,
Operand<T> linear,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> lrPower,
ApplyFtrl.Options... options)
Adds an
ApplyFtrl operation to the graph |
<T> ApplyFtrl<T> |
Ops.applyFtrl(Operand<T> var,
Operand<T> accum,
Operand<T> linear,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> lrPower,
ApplyFtrl.Options... options)
Adds an
ApplyFtrl operation to the graph |
<T> ApplyFtrl<T> |
Ops.applyFtrl(Operand<T> var,
Operand<T> accum,
Operand<T> linear,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> lrPower,
ApplyFtrl.Options... options)
Adds an
ApplyFtrl operation to the graph |
<T> ApplyFtrlV2<T> |
Ops.applyFtrlV2(Operand<T> var,
Operand<T> accum,
Operand<T> linear,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> l2Shrinkage,
Operand<T> lrPower,
ApplyFtrlV2.Options... options)
Adds an
ApplyFtrlV2 operation to the graph |
<T> ApplyFtrlV2<T> |
Ops.applyFtrlV2(Operand<T> var,
Operand<T> accum,
Operand<T> linear,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> l2Shrinkage,
Operand<T> lrPower,
ApplyFtrlV2.Options... options)
Adds an
ApplyFtrlV2 operation to the graph |
<T> ApplyFtrlV2<T> |
Ops.applyFtrlV2(Operand<T> var,
Operand<T> accum,
Operand<T> linear,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> l2Shrinkage,
Operand<T> lrPower,
ApplyFtrlV2.Options... options)
Adds an
ApplyFtrlV2 operation to the graph |
<T> ApplyFtrlV2<T> |
Ops.applyFtrlV2(Operand<T> var,
Operand<T> accum,
Operand<T> linear,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> l2Shrinkage,
Operand<T> lrPower,
ApplyFtrlV2.Options... options)
Adds an
ApplyFtrlV2 operation to the graph |
<T> ApplyFtrlV2<T> |
Ops.applyFtrlV2(Operand<T> var,
Operand<T> accum,
Operand<T> linear,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> l2Shrinkage,
Operand<T> lrPower,
ApplyFtrlV2.Options... options)
Adds an
ApplyFtrlV2 operation to the graph |
<T> ApplyFtrlV2<T> |
Ops.applyFtrlV2(Operand<T> var,
Operand<T> accum,
Operand<T> linear,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> l2Shrinkage,
Operand<T> lrPower,
ApplyFtrlV2.Options... options)
Adds an
ApplyFtrlV2 operation to the graph |
<T> ApplyFtrlV2<T> |
Ops.applyFtrlV2(Operand<T> var,
Operand<T> accum,
Operand<T> linear,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> l2Shrinkage,
Operand<T> lrPower,
ApplyFtrlV2.Options... options)
Adds an
ApplyFtrlV2 operation to the graph |
<T> ApplyFtrlV2<T> |
Ops.applyFtrlV2(Operand<T> var,
Operand<T> accum,
Operand<T> linear,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> l2Shrinkage,
Operand<T> lrPower,
ApplyFtrlV2.Options... options)
Adds an
ApplyFtrlV2 operation to the graph |
<T> ApplyFtrlV2<T> |
Ops.applyFtrlV2(Operand<T> var,
Operand<T> accum,
Operand<T> linear,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> l2Shrinkage,
Operand<T> lrPower,
ApplyFtrlV2.Options... options)
Adds an
ApplyFtrlV2 operation to the graph |
<T> ApplyGradientDescent<T> |
Ops.applyGradientDescent(Operand<T> var,
Operand<T> alpha,
Operand<T> delta,
ApplyGradientDescent.Options... options)
Adds an
ApplyGradientDescent operation to the graph |
<T> ApplyGradientDescent<T> |
Ops.applyGradientDescent(Operand<T> var,
Operand<T> alpha,
Operand<T> delta,
ApplyGradientDescent.Options... options)
Adds an
ApplyGradientDescent operation to the graph |
<T> ApplyGradientDescent<T> |
Ops.applyGradientDescent(Operand<T> var,
Operand<T> alpha,
Operand<T> delta,
ApplyGradientDescent.Options... options)
Adds an
ApplyGradientDescent operation to the graph |
<T> ApplyMomentum<T> |
Ops.applyMomentum(Operand<T> var,
Operand<T> accum,
Operand<T> lr,
Operand<T> grad,
Operand<T> momentum,
ApplyMomentum.Options... options)
Adds an
ApplyMomentum operation to the graph |
<T> ApplyMomentum<T> |
Ops.applyMomentum(Operand<T> var,
Operand<T> accum,
Operand<T> lr,
Operand<T> grad,
Operand<T> momentum,
ApplyMomentum.Options... options)
Adds an
ApplyMomentum operation to the graph |
<T> ApplyMomentum<T> |
Ops.applyMomentum(Operand<T> var,
Operand<T> accum,
Operand<T> lr,
Operand<T> grad,
Operand<T> momentum,
ApplyMomentum.Options... options)
Adds an
ApplyMomentum operation to the graph |
<T> ApplyMomentum<T> |
Ops.applyMomentum(Operand<T> var,
Operand<T> accum,
Operand<T> lr,
Operand<T> grad,
Operand<T> momentum,
ApplyMomentum.Options... options)
Adds an
ApplyMomentum operation to the graph |
<T> ApplyMomentum<T> |
Ops.applyMomentum(Operand<T> var,
Operand<T> accum,
Operand<T> lr,
Operand<T> grad,
Operand<T> momentum,
ApplyMomentum.Options... options)
Adds an
ApplyMomentum operation to the graph |
<T> ApplyPowerSign<T> |
Ops.applyPowerSign(Operand<T> var,
Operand<T> m,
Operand<T> lr,
Operand<T> logbase,
Operand<T> signDecay,
Operand<T> beta,
Operand<T> grad,
ApplyPowerSign.Options... options)
Adds an
ApplyPowerSign operation to the graph |
<T> ApplyPowerSign<T> |
Ops.applyPowerSign(Operand<T> var,
Operand<T> m,
Operand<T> lr,
Operand<T> logbase,
Operand<T> signDecay,
Operand<T> beta,
Operand<T> grad,
ApplyPowerSign.Options... options)
Adds an
ApplyPowerSign operation to the graph |
<T> ApplyPowerSign<T> |
Ops.applyPowerSign(Operand<T> var,
Operand<T> m,
Operand<T> lr,
Operand<T> logbase,
Operand<T> signDecay,
Operand<T> beta,
Operand<T> grad,
ApplyPowerSign.Options... options)
Adds an
ApplyPowerSign operation to the graph |
<T> ApplyPowerSign<T> |
Ops.applyPowerSign(Operand<T> var,
Operand<T> m,
Operand<T> lr,
Operand<T> logbase,
Operand<T> signDecay,
Operand<T> beta,
Operand<T> grad,
ApplyPowerSign.Options... options)
Adds an
ApplyPowerSign operation to the graph |
<T> ApplyPowerSign<T> |
Ops.applyPowerSign(Operand<T> var,
Operand<T> m,
Operand<T> lr,
Operand<T> logbase,
Operand<T> signDecay,
Operand<T> beta,
Operand<T> grad,
ApplyPowerSign.Options... options)
Adds an
ApplyPowerSign operation to the graph |
<T> ApplyPowerSign<T> |
Ops.applyPowerSign(Operand<T> var,
Operand<T> m,
Operand<T> lr,
Operand<T> logbase,
Operand<T> signDecay,
Operand<T> beta,
Operand<T> grad,
ApplyPowerSign.Options... options)
Adds an
ApplyPowerSign operation to the graph |
<T> ApplyPowerSign<T> |
Ops.applyPowerSign(Operand<T> var,
Operand<T> m,
Operand<T> lr,
Operand<T> logbase,
Operand<T> signDecay,
Operand<T> beta,
Operand<T> grad,
ApplyPowerSign.Options... options)
Adds an
ApplyPowerSign operation to the graph |
<T> ApplyProximalAdagrad<T> |
Ops.applyProximalAdagrad(Operand<T> var,
Operand<T> accum,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> grad,
ApplyProximalAdagrad.Options... options)
Adds an
ApplyProximalAdagrad operation to the graph |
<T> ApplyProximalAdagrad<T> |
Ops.applyProximalAdagrad(Operand<T> var,
Operand<T> accum,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> grad,
ApplyProximalAdagrad.Options... options)
Adds an
ApplyProximalAdagrad operation to the graph |
<T> ApplyProximalAdagrad<T> |
Ops.applyProximalAdagrad(Operand<T> var,
Operand<T> accum,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> grad,
ApplyProximalAdagrad.Options... options)
Adds an
ApplyProximalAdagrad operation to the graph |
<T> ApplyProximalAdagrad<T> |
Ops.applyProximalAdagrad(Operand<T> var,
Operand<T> accum,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> grad,
ApplyProximalAdagrad.Options... options)
Adds an
ApplyProximalAdagrad operation to the graph |
<T> ApplyProximalAdagrad<T> |
Ops.applyProximalAdagrad(Operand<T> var,
Operand<T> accum,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> grad,
ApplyProximalAdagrad.Options... options)
Adds an
ApplyProximalAdagrad operation to the graph |
<T> ApplyProximalAdagrad<T> |
Ops.applyProximalAdagrad(Operand<T> var,
Operand<T> accum,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> grad,
ApplyProximalAdagrad.Options... options)
Adds an
ApplyProximalAdagrad operation to the graph |
<T> ApplyProximalGradientDescent<T> |
Ops.applyProximalGradientDescent(Operand<T> var,
Operand<T> alpha,
Operand<T> l1,
Operand<T> l2,
Operand<T> delta,
ApplyProximalGradientDescent.Options... options)
Adds an
ApplyProximalGradientDescent operation to the graph |
<T> ApplyProximalGradientDescent<T> |
Ops.applyProximalGradientDescent(Operand<T> var,
Operand<T> alpha,
Operand<T> l1,
Operand<T> l2,
Operand<T> delta,
ApplyProximalGradientDescent.Options... options)
Adds an
ApplyProximalGradientDescent operation to the graph |
<T> ApplyProximalGradientDescent<T> |
Ops.applyProximalGradientDescent(Operand<T> var,
Operand<T> alpha,
Operand<T> l1,
Operand<T> l2,
Operand<T> delta,
ApplyProximalGradientDescent.Options... options)
Adds an
ApplyProximalGradientDescent operation to the graph |
<T> ApplyProximalGradientDescent<T> |
Ops.applyProximalGradientDescent(Operand<T> var,
Operand<T> alpha,
Operand<T> l1,
Operand<T> l2,
Operand<T> delta,
ApplyProximalGradientDescent.Options... options)
Adds an
ApplyProximalGradientDescent operation to the graph |
<T> ApplyProximalGradientDescent<T> |
Ops.applyProximalGradientDescent(Operand<T> var,
Operand<T> alpha,
Operand<T> l1,
Operand<T> l2,
Operand<T> delta,
ApplyProximalGradientDescent.Options... options)
Adds an
ApplyProximalGradientDescent operation to the graph |
<T> ApplyRMSProp<T> |
Ops.applyRMSProp(Operand<T> var,
Operand<T> ms,
Operand<T> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
ApplyRMSProp.Options... options)
Adds an
ApplyRMSProp operation to the graph |
<T> ApplyRMSProp<T> |
Ops.applyRMSProp(Operand<T> var,
Operand<T> ms,
Operand<T> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
ApplyRMSProp.Options... options)
Adds an
ApplyRMSProp operation to the graph |
<T> ApplyRMSProp<T> |
Ops.applyRMSProp(Operand<T> var,
Operand<T> ms,
Operand<T> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
ApplyRMSProp.Options... options)
Adds an
ApplyRMSProp operation to the graph |
<T> ApplyRMSProp<T> |
Ops.applyRMSProp(Operand<T> var,
Operand<T> ms,
Operand<T> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
ApplyRMSProp.Options... options)
Adds an
ApplyRMSProp operation to the graph |
<T> ApplyRMSProp<T> |
Ops.applyRMSProp(Operand<T> var,
Operand<T> ms,
Operand<T> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
ApplyRMSProp.Options... options)
Adds an
ApplyRMSProp operation to the graph |
<T> ApplyRMSProp<T> |
Ops.applyRMSProp(Operand<T> var,
Operand<T> ms,
Operand<T> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
ApplyRMSProp.Options... options)
Adds an
ApplyRMSProp operation to the graph |
<T> ApplyRMSProp<T> |
Ops.applyRMSProp(Operand<T> var,
Operand<T> ms,
Operand<T> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
ApplyRMSProp.Options... options)
Adds an
ApplyRMSProp operation to the graph |
<T> ApplyRMSProp<T> |
Ops.applyRMSProp(Operand<T> var,
Operand<T> ms,
Operand<T> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
ApplyRMSProp.Options... options)
Adds an
ApplyRMSProp operation to the graph |
<T> ApproximateEqual |
Ops.approximateEqual(Operand<T> x,
Operand<T> y,
ApproximateEqual.Options... options)
Adds an
ApproximateEqual operation to the graph |
<T> ApproximateEqual |
Ops.approximateEqual(Operand<T> x,
Operand<T> y,
ApproximateEqual.Options... options)
Adds an
ApproximateEqual operation to the graph |
<T,U extends Number> |
Ops.argMax(Operand<T> input,
Operand<U> dimension)
Adds an
ArgMax operation to the graph |
<T,U extends Number> |
Ops.argMax(Operand<T> input,
Operand<U> dimension)
Adds an
ArgMax operation to the graph |
<V extends Number,T,U extends Number> |
Ops.argMax(Operand<T> input,
Operand<U> dimension,
Class<V> outputType)
Adds an
ArgMax operation to the graph |
<V extends Number,T,U extends Number> |
Ops.argMax(Operand<T> input,
Operand<U> dimension,
Class<V> outputType)
Adds an
ArgMax operation to the graph |
<T,U extends Number> |
Ops.argMin(Operand<T> input,
Operand<U> dimension)
Adds an
ArgMin operation to the graph |
<T,U extends Number> |
Ops.argMin(Operand<T> input,
Operand<U> dimension)
Adds an
ArgMin operation to the graph |
<V extends Number,T,U extends Number> |
Ops.argMin(Operand<T> input,
Operand<U> dimension,
Class<V> outputType)
Adds an
ArgMin operation to the graph |
<V extends Number,T,U extends Number> |
Ops.argMin(Operand<T> input,
Operand<U> dimension,
Class<V> outputType)
Adds an
ArgMin operation to the graph |
<T> Asin<T> |
Ops.asin(Operand<T> x)
Adds an
Asin operation to the graph |
<T> Asinh<T> |
Ops.asinh(Operand<T> x)
Adds an
Asinh operation to the graph |
<T> Assign<T> |
Ops.assign(Operand<T> ref,
Operand<T> value,
Assign.Options... options)
Adds an
Assign operation to the graph |
<T> Assign<T> |
Ops.assign(Operand<T> ref,
Operand<T> value,
Assign.Options... options)
Adds an
Assign operation to the graph |
<T> AssignAdd<T> |
Ops.assignAdd(Operand<T> ref,
Operand<T> value,
AssignAdd.Options... options)
Adds an
AssignAdd operation to the graph |
<T> AssignAdd<T> |
Ops.assignAdd(Operand<T> ref,
Operand<T> value,
AssignAdd.Options... options)
Adds an
AssignAdd operation to the graph |
<T> AssignAddVariableOp |
Ops.assignAddVariableOp(Operand<?> resource,
Operand<T> value)
Adds an
AssignAddVariableOp operation to the graph |
<T> AssignAddVariableOp |
Ops.assignAddVariableOp(Operand<?> resource,
Operand<T> value)
Adds an
AssignAddVariableOp operation to the graph |
<T> AssignSub<T> |
Ops.assignSub(Operand<T> ref,
Operand<T> value,
AssignSub.Options... options)
Adds an
AssignSub operation to the graph |
<T> AssignSub<T> |
Ops.assignSub(Operand<T> ref,
Operand<T> value,
AssignSub.Options... options)
Adds an
AssignSub operation to the graph |
<T> AssignSubVariableOp |
Ops.assignSubVariableOp(Operand<?> resource,
Operand<T> value)
Adds an
AssignSubVariableOp operation to the graph |
<T> AssignSubVariableOp |
Ops.assignSubVariableOp(Operand<?> resource,
Operand<T> value)
Adds an
AssignSubVariableOp operation to the graph |
<T> AssignVariableOp |
Ops.assignVariableOp(Operand<?> resource,
Operand<T> value)
Adds an
AssignVariableOp operation to the graph |
<T> AssignVariableOp |
Ops.assignVariableOp(Operand<?> resource,
Operand<T> value)
Adds an
AssignVariableOp operation to the graph |
<T> AsString |
Ops.asString(Operand<T> input,
AsString.Options... options)
Adds an
AsString operation to the graph |
<T> Atan<T> |
Ops.atan(Operand<T> x)
Adds an
Atan operation to the graph |
<T extends Number> |
Ops.atan2(Operand<T> y,
Operand<T> x)
Adds an
Atan2 operation to the graph |
<T extends Number> |
Ops.atan2(Operand<T> y,
Operand<T> x)
Adds an
Atan2 operation to the graph |
<T> Atanh<T> |
Ops.atanh(Operand<T> x)
Adds an
Atanh operation to the graph |
AudioSpectrogram |
Ops.audioSpectrogram(Operand<Float> input,
Long windowSize,
Long stride,
AudioSpectrogram.Options... options)
Adds an
AudioSpectrogram operation to the graph |
AudioSummary |
Ops.audioSummary(Operand<String> tag,
Operand<Float> tensor,
Operand<Float> sampleRate,
AudioSummary.Options... options)
Adds an
AudioSummary operation to the graph |
AudioSummary |
Ops.audioSummary(Operand<String> tag,
Operand<Float> tensor,
Operand<Float> sampleRate,
AudioSummary.Options... options)
Adds an
AudioSummary operation to the graph |
AudioSummary |
Ops.audioSummary(Operand<String> tag,
Operand<Float> tensor,
Operand<Float> sampleRate,
AudioSummary.Options... options)
Adds an
AudioSummary operation to the graph |
<T extends Number> |
Ops.avgPool(Operand<T> value,
List<Long> ksize,
List<Long> strides,
String padding,
AvgPool.Options... options)
Adds an
AvgPool operation to the graph |
<T extends Number> |
Ops.avgPool3D(Operand<T> input,
List<Long> ksize,
List<Long> strides,
String padding,
AvgPool3D.Options... options)
Adds an
AvgPool3D operation to the graph |
<T extends Number> |
Ops.avgPool3DGrad(Operand<Integer> origInputShape,
Operand<T> grad,
List<Long> ksize,
List<Long> strides,
String padding,
AvgPool3DGrad.Options... options)
Adds an
AvgPool3DGrad operation to the graph |
<T extends Number> |
Ops.avgPool3DGrad(Operand<Integer> origInputShape,
Operand<T> grad,
List<Long> ksize,
List<Long> strides,
String padding,
AvgPool3DGrad.Options... options)
Adds an
AvgPool3DGrad operation to the graph |
BarrierClose |
Ops.barrierClose(Operand<String> handle,
BarrierClose.Options... options)
Adds an
BarrierClose operation to the graph |
BarrierIncompleteSize |
Ops.barrierIncompleteSize(Operand<String> handle)
Adds an
BarrierIncompleteSize operation to the graph |
<T> BarrierInsertMany |
Ops.barrierInsertMany(Operand<String> handle,
Operand<String> keys,
Operand<T> values,
Long componentIndex)
Adds an
BarrierInsertMany operation to the graph |
<T> BarrierInsertMany |
Ops.barrierInsertMany(Operand<String> handle,
Operand<String> keys,
Operand<T> values,
Long componentIndex)
Adds an
BarrierInsertMany operation to the graph |
<T> BarrierInsertMany |
Ops.barrierInsertMany(Operand<String> handle,
Operand<String> keys,
Operand<T> values,
Long componentIndex)
Adds an
BarrierInsertMany operation to the graph |
BarrierReadySize |
Ops.barrierReadySize(Operand<String> handle)
Adds an
BarrierReadySize operation to the graph |
BarrierTakeMany |
Ops.barrierTakeMany(Operand<String> handle,
Operand<Integer> numElements,
List<Class<?>> componentTypes,
BarrierTakeMany.Options... options)
Adds an
BarrierTakeMany operation to the graph |
BarrierTakeMany |
Ops.barrierTakeMany(Operand<String> handle,
Operand<Integer> numElements,
List<Class<?>> componentTypes,
BarrierTakeMany.Options... options)
Adds an
BarrierTakeMany operation to the graph |
<T extends Number> |
Ops.batchCholesky(Operand<T> input)
Adds an
BatchCholesky operation to the graph |
<T extends Number> |
Ops.batchCholeskyGrad(Operand<T> l,
Operand<T> grad)
Adds an
BatchCholeskyGrad operation to the graph |
<T extends Number> |
Ops.batchCholeskyGrad(Operand<T> l,
Operand<T> grad)
Adds an
BatchCholeskyGrad operation to the graph |
BatchDataset |
Ops.batchDataset(Operand<?> inputDataset,
Operand<Long> batchSize,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Adds an
BatchDataset operation to the graph |
BatchDataset |
Ops.batchDataset(Operand<?> inputDataset,
Operand<Long> batchSize,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Adds an
BatchDataset operation to the graph |
BatchFFT |
Ops.batchFFT(Operand<?> input)
Adds an
BatchFFT operation to the graph |
BatchFFT2D |
Ops.batchFFT2D(Operand<?> input)
Adds an
BatchFFT2D operation to the graph |
BatchFFT3D |
Ops.batchFFT3D(Operand<?> input)
Adds an
BatchFFT3D operation to the graph |
BatchIFFT |
Ops.batchIFFT(Operand<?> input)
Adds an
BatchIFFT operation to the graph |
BatchIFFT2D |
Ops.batchIFFT2D(Operand<?> input)
Adds an
BatchIFFT2D operation to the graph |
BatchIFFT3D |
Ops.batchIFFT3D(Operand<?> input)
Adds an
BatchIFFT3D operation to the graph |
<T> BatchMatMul<T> |
Ops.batchMatMul(Operand<T> x,
Operand<T> y,
BatchMatMul.Options... options)
Adds an
BatchMatMul operation to the graph |
<T> BatchMatMul<T> |
Ops.batchMatMul(Operand<T> x,
Operand<T> y,
BatchMatMul.Options... options)
Adds an
BatchMatMul operation to the graph |
<T> BatchMatrixBandPart<T> |
Ops.batchMatrixBandPart(Operand<T> input,
Operand<Long> numLower,
Operand<Long> numUpper)
Adds an
BatchMatrixBandPart operation to the graph |
<T> BatchMatrixBandPart<T> |
Ops.batchMatrixBandPart(Operand<T> input,
Operand<Long> numLower,
Operand<Long> numUpper)
Adds an
BatchMatrixBandPart operation to the graph |
<T> BatchMatrixBandPart<T> |
Ops.batchMatrixBandPart(Operand<T> input,
Operand<Long> numLower,
Operand<Long> numUpper)
Adds an
BatchMatrixBandPart operation to the graph |
<T> BatchMatrixDeterminant<T> |
Ops.batchMatrixDeterminant(Operand<T> input)
Adds an
BatchMatrixDeterminant operation to the graph |
<T> BatchMatrixDiag<T> |
Ops.batchMatrixDiag(Operand<T> diagonal)
Adds an
BatchMatrixDiag operation to the graph |
<T> BatchMatrixDiagPart<T> |
Ops.batchMatrixDiagPart(Operand<T> input)
Adds an
BatchMatrixDiagPart operation to the graph |
<T extends Number> |
Ops.batchMatrixInverse(Operand<T> input,
BatchMatrixInverse.Options... options)
Adds an
BatchMatrixInverse operation to the graph |
<T> BatchMatrixSetDiag<T> |
Ops.batchMatrixSetDiag(Operand<T> input,
Operand<T> diagonal)
Adds an
BatchMatrixSetDiag operation to the graph |
<T> BatchMatrixSetDiag<T> |
Ops.batchMatrixSetDiag(Operand<T> input,
Operand<T> diagonal)
Adds an
BatchMatrixSetDiag operation to the graph |
<T extends Number> |
Ops.batchMatrixSolve(Operand<T> matrix,
Operand<T> rhs,
BatchMatrixSolve.Options... options)
Adds an
BatchMatrixSolve operation to the graph |
<T extends Number> |
Ops.batchMatrixSolve(Operand<T> matrix,
Operand<T> rhs,
BatchMatrixSolve.Options... options)
Adds an
BatchMatrixSolve operation to the graph |
<T extends Number> |
Ops.batchMatrixSolveLs(Operand<T> matrix,
Operand<T> rhs,
Operand<Double> l2Regularizer,
BatchMatrixSolveLs.Options... options)
Adds an
BatchMatrixSolveLs operation to the graph |
<T extends Number> |
Ops.batchMatrixSolveLs(Operand<T> matrix,
Operand<T> rhs,
Operand<Double> l2Regularizer,
BatchMatrixSolveLs.Options... options)
Adds an
BatchMatrixSolveLs operation to the graph |
<T extends Number> |
Ops.batchMatrixSolveLs(Operand<T> matrix,
Operand<T> rhs,
Operand<Double> l2Regularizer,
BatchMatrixSolveLs.Options... options)
Adds an
BatchMatrixSolveLs operation to the graph |
<T extends Number> |
Ops.batchMatrixTriangularSolve(Operand<T> matrix,
Operand<T> rhs,
BatchMatrixTriangularSolve.Options... options)
Adds an
BatchMatrixTriangularSolve operation to the graph |
<T extends Number> |
Ops.batchMatrixTriangularSolve(Operand<T> matrix,
Operand<T> rhs,
BatchMatrixTriangularSolve.Options... options)
Adds an
BatchMatrixTriangularSolve operation to the graph |
<T> BatchNormWithGlobalNormalization<T> |
Ops.batchNormWithGlobalNormalization(Operand<T> t,
Operand<T> m,
Operand<T> v,
Operand<T> beta,
Operand<T> gamma,
Float varianceEpsilon,
Boolean scaleAfterNormalization)
Adds an
BatchNormWithGlobalNormalization operation to the graph |
<T> BatchNormWithGlobalNormalization<T> |
Ops.batchNormWithGlobalNormalization(Operand<T> t,
Operand<T> m,
Operand<T> v,
Operand<T> beta,
Operand<T> gamma,
Float varianceEpsilon,
Boolean scaleAfterNormalization)
Adds an
BatchNormWithGlobalNormalization operation to the graph |
<T> BatchNormWithGlobalNormalization<T> |
Ops.batchNormWithGlobalNormalization(Operand<T> t,
Operand<T> m,
Operand<T> v,
Operand<T> beta,
Operand<T> gamma,
Float varianceEpsilon,
Boolean scaleAfterNormalization)
Adds an
BatchNormWithGlobalNormalization operation to the graph |
<T> BatchNormWithGlobalNormalization<T> |
Ops.batchNormWithGlobalNormalization(Operand<T> t,
Operand<T> m,
Operand<T> v,
Operand<T> beta,
Operand<T> gamma,
Float varianceEpsilon,
Boolean scaleAfterNormalization)
Adds an
BatchNormWithGlobalNormalization operation to the graph |
<T> BatchNormWithGlobalNormalization<T> |
Ops.batchNormWithGlobalNormalization(Operand<T> t,
Operand<T> m,
Operand<T> v,
Operand<T> beta,
Operand<T> gamma,
Float varianceEpsilon,
Boolean scaleAfterNormalization)
Adds an
BatchNormWithGlobalNormalization operation to the graph |
<T> BatchNormWithGlobalNormalizationGrad<T> |
Ops.batchNormWithGlobalNormalizationGrad(Operand<T> t,
Operand<T> m,
Operand<T> v,
Operand<T> gamma,
Operand<T> backprop,
Float varianceEpsilon,
Boolean scaleAfterNormalization)
Adds an
BatchNormWithGlobalNormalizationGrad operation to the graph |
<T> BatchNormWithGlobalNormalizationGrad<T> |
Ops.batchNormWithGlobalNormalizationGrad(Operand<T> t,
Operand<T> m,
Operand<T> v,
Operand<T> gamma,
Operand<T> backprop,
Float varianceEpsilon,
Boolean scaleAfterNormalization)
Adds an
BatchNormWithGlobalNormalizationGrad operation to the graph |
<T> BatchNormWithGlobalNormalizationGrad<T> |
Ops.batchNormWithGlobalNormalizationGrad(Operand<T> t,
Operand<T> m,
Operand<T> v,
Operand<T> gamma,
Operand<T> backprop,
Float varianceEpsilon,
Boolean scaleAfterNormalization)
Adds an
BatchNormWithGlobalNormalizationGrad operation to the graph |
<T> BatchNormWithGlobalNormalizationGrad<T> |
Ops.batchNormWithGlobalNormalizationGrad(Operand<T> t,
Operand<T> m,
Operand<T> v,
Operand<T> gamma,
Operand<T> backprop,
Float varianceEpsilon,
Boolean scaleAfterNormalization)
Adds an
BatchNormWithGlobalNormalizationGrad operation to the graph |
<T> BatchNormWithGlobalNormalizationGrad<T> |
Ops.batchNormWithGlobalNormalizationGrad(Operand<T> t,
Operand<T> m,
Operand<T> v,
Operand<T> gamma,
Operand<T> backprop,
Float varianceEpsilon,
Boolean scaleAfterNormalization)
Adds an
BatchNormWithGlobalNormalizationGrad operation to the graph |
<T extends Number> |
Ops.batchSelfAdjointEig(Operand<T> input)
Adds an
BatchSelfAdjointEig operation to the graph |
<T extends Number> |
Ops.batchSelfAdjointEigV2(Operand<T> input,
BatchSelfAdjointEigV2.Options... options)
Adds an
BatchSelfAdjointEigV2 operation to the graph |
<T> BatchSvd<T> |
Ops.batchSvd(Operand<T> input,
BatchSvd.Options... options)
Adds an
BatchSvd operation to the graph |
<T,U extends Number> |
Ops.batchToSpace(Operand<T> input,
Operand<U> crops,
Long blockSize)
Adds an
BatchToSpace operation to the graph |
<T,U extends Number> |
Ops.batchToSpace(Operand<T> input,
Operand<U> crops,
Long blockSize)
Adds an
BatchToSpace operation to the graph |
<T,U extends Number,V extends Number> |
Ops.batchToSpaceND(Operand<T> input,
Operand<U> blockShape,
Operand<V> crops)
Adds an
BatchToSpaceND operation to the graph |
<T,U extends Number,V extends Number> |
Ops.batchToSpaceND(Operand<T> input,
Operand<U> blockShape,
Operand<V> crops)
Adds an
BatchToSpaceND operation to the graph |
<T,U extends Number,V extends Number> |
Ops.batchToSpaceND(Operand<T> input,
Operand<U> blockShape,
Operand<V> crops)
Adds an
BatchToSpaceND operation to the graph |
<T extends Number> |
Ops.besselI0e(Operand<T> x)
Adds an
BesselI0e operation to the graph |
<T extends Number> |
Ops.besselI1e(Operand<T> x)
Adds an
BesselI1e operation to the graph |
<T extends Number> |
Ops.betainc(Operand<T> a,
Operand<T> b,
Operand<T> x)
Adds an
Betainc operation to the graph |
<T extends Number> |
Ops.betainc(Operand<T> a,
Operand<T> b,
Operand<T> x)
Adds an
Betainc operation to the graph |
<T extends Number> |
Ops.betainc(Operand<T> a,
Operand<T> b,
Operand<T> x)
Adds an
Betainc operation to the graph |
<T> BiasAdd<T> |
Ops.biasAdd(Operand<T> value,
Operand<T> bias,
BiasAdd.Options... options)
Adds an
BiasAdd operation to the graph |
<T> BiasAdd<T> |
Ops.biasAdd(Operand<T> value,
Operand<T> bias,
BiasAdd.Options... options)
Adds an
BiasAdd operation to the graph |
<T> BiasAddGrad<T> |
Ops.biasAddGrad(Operand<T> outBackprop,
BiasAddGrad.Options... options)
Adds an
BiasAddGrad operation to the graph |
<T extends Number> |
Ops.bincount(Operand<Integer> arr,
Operand<Integer> size,
Operand<T> weights)
Adds an
Bincount operation to the graph |
<T extends Number> |
Ops.bincount(Operand<Integer> arr,
Operand<Integer> size,
Operand<T> weights)
Adds an
Bincount operation to the graph |
<T extends Number> |
Ops.bincount(Operand<Integer> arr,
Operand<Integer> size,
Operand<T> weights)
Adds an
Bincount operation to the graph |
<U,T> Bitcast<U> |
Ops.bitcast(Operand<T> input,
Class<U> type)
Adds an
Bitcast operation to the graph |
<T extends Number> |
Ops.bitwiseAnd(Operand<T> x,
Operand<T> y)
Adds an
BitwiseAnd operation to the graph |
<T extends Number> |
Ops.bitwiseAnd(Operand<T> x,
Operand<T> y)
Adds an
BitwiseAnd operation to the graph |
<T extends Number> |
Ops.bitwiseOr(Operand<T> x,
Operand<T> y)
Adds an
BitwiseOr operation to the graph |
<T extends Number> |
Ops.bitwiseOr(Operand<T> x,
Operand<T> y)
Adds an
BitwiseOr operation to the graph |
<T extends Number> |
Ops.bitwiseXor(Operand<T> x,
Operand<T> y)
Adds an
BitwiseXor operation to the graph |
<T extends Number> |
Ops.bitwiseXor(Operand<T> x,
Operand<T> y)
Adds an
BitwiseXor operation to the graph |
<T extends Number> |
Ops.broadcastDynamicShape(Operand<T> s0,
Operand<T> s1)
Adds an
BroadcastDynamicShape operation to the graph |
<T extends Number> |
Ops.broadcastDynamicShape(Operand<T> s0,
Operand<T> s1)
Adds an
BroadcastDynamicShape operation to the graph |
<T,U extends Number> |
Ops.broadcastTo(Operand<T> input,
Operand<U> shape)
Adds an
BroadcastTo operation to the graph |
<T,U extends Number> |
Ops.broadcastTo(Operand<T> input,
Operand<U> shape)
Adds an
BroadcastTo operation to the graph |
<T extends Number> |
Ops.bucketize(Operand<T> input,
List<Float> boundaries)
Adds an
Bucketize operation to the graph |
BytesProducedStatsDataset |
Ops.bytesProducedStatsDataset(Operand<?> inputDataset,
Operand<String> tag,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Adds an
BytesProducedStatsDataset operation to the graph |
BytesProducedStatsDataset |
Ops.bytesProducedStatsDataset(Operand<?> inputDataset,
Operand<String> tag,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Adds an
BytesProducedStatsDataset operation to the graph |
CacheDataset |
Ops.cacheDataset(Operand<?> inputDataset,
Operand<String> filename,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Adds an
CacheDataset operation to the graph |
CacheDataset |
Ops.cacheDataset(Operand<?> inputDataset,
Operand<String> filename,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Adds an
CacheDataset operation to the graph |
<U,T> Cast<U> |
Ops.cast(Operand<T> x,
Class<U> DstT,
Cast.Options... options)
Adds an
Cast operation to the graph |
<T extends Number> |
Ops.ceil(Operand<T> x)
Adds an
Ceil operation to the graph |
<T extends Number> |
Ops.checkNumerics(Operand<T> tensor,
String message)
Adds an
CheckNumerics operation to the graph |
<T> Cholesky<T> |
Ops.cholesky(Operand<T> input)
Adds an
Cholesky operation to the graph |
<T extends Number> |
Ops.choleskyGrad(Operand<T> l,
Operand<T> grad)
Adds an
CholeskyGrad operation to the graph |
<T extends Number> |
Ops.choleskyGrad(Operand<T> l,
Operand<T> grad)
Adds an
CholeskyGrad operation to the graph |
<T> ClipByValue<T> |
Ops.clipByValue(Operand<T> t,
Operand<T> clipValueMin,
Operand<T> clipValueMax)
Adds an
ClipByValue operation to the graph |
<T> ClipByValue<T> |
Ops.clipByValue(Operand<T> t,
Operand<T> clipValueMin,
Operand<T> clipValueMax)
Adds an
ClipByValue operation to the graph |
<T> ClipByValue<T> |
Ops.clipByValue(Operand<T> t,
Operand<T> clipValueMin,
Operand<T> clipValueMax)
Adds an
ClipByValue operation to the graph |
<T> CompareAndBitpack |
Ops.compareAndBitpack(Operand<T> input,
Operand<T> threshold)
Adds an
CompareAndBitpack operation to the graph |
<T> CompareAndBitpack |
Ops.compareAndBitpack(Operand<T> input,
Operand<T> threshold)
Adds an
CompareAndBitpack operation to the graph |
<U,T extends Number> |
Ops.complex(Operand<T> real,
Operand<T> imag,
Class<U> Tout)
Adds an
Complex operation to the graph |
<U,T extends Number> |
Ops.complex(Operand<T> real,
Operand<T> imag,
Class<U> Tout)
Adds an
Complex operation to the graph |
<T> ComplexAbs<Float> |
Ops.complexAbs(Operand<T> x)
Adds an
ComplexAbs operation to the graph |
<U extends Number,T> |
Ops.complexAbs(Operand<T> x,
Class<U> Tout)
Adds an
ComplexAbs operation to the graph |
ComputeAccidentalHits |
Ops.computeAccidentalHits(Operand<Long> trueClasses,
Operand<Long> sampledCandidates,
Long numTrue,
ComputeAccidentalHits.Options... options)
Adds an
ComputeAccidentalHits operation to the graph |
ComputeAccidentalHits |
Ops.computeAccidentalHits(Operand<Long> trueClasses,
Operand<Long> sampledCandidates,
Long numTrue,
ComputeAccidentalHits.Options... options)
Adds an
ComputeAccidentalHits operation to the graph |
<T,U extends Number> |
Ops.concat(Operand<T> values,
Operand<U> axis)
Adds an
Concat operation to the graph |
<T,U extends Number> |
Ops.concat(Operand<T> values,
Operand<U> axis)
Adds an
Concat operation to the graph |
ConcatenateDataset |
Ops.concatenateDataset(Operand<?> inputDataset,
Operand<?> anotherDataset,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Adds an
ConcatenateDataset operation to the graph |
ConcatenateDataset |
Ops.concatenateDataset(Operand<?> inputDataset,
Operand<?> anotherDataset,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Adds an
ConcatenateDataset operation to the graph |
<T> Conj<T> |
Ops.conj(Operand<T> input)
Adds an
Conj operation to the graph |
<T,U extends Number> |
Ops.conjugateTranspose(Operand<T> x,
Operand<U> perm)
Adds an
ConjugateTranspose operation to the graph |
<T,U extends Number> |
Ops.conjugateTranspose(Operand<T> x,
Operand<U> perm)
Adds an
ConjugateTranspose operation to the graph |
ConsumeMutexLock |
Ops.consumeMutexLock(Operand<?> mutexLock)
Adds an
ConsumeMutexLock operation to the graph |
<T extends Number> |
Ops.conv2D(Operand<T> input,
Operand<T> filter,
List<Long> strides,
String padding,
Conv2D.Options... options)
Adds an
Conv2D operation to the graph |
<T extends Number> |
Ops.conv2D(Operand<T> input,
Operand<T> filter,
List<Long> strides,
String padding,
Conv2D.Options... options)
Adds an
Conv2D operation to the graph |
<T extends Number> |
Ops.conv2DBackpropFilter(Operand<T> input,
Operand<Integer> filterSizes,
Operand<T> outBackprop,
List<Long> strides,
String padding,
Conv2DBackpropFilter.Options... options)
Adds an
Conv2DBackpropFilter operation to the graph |
<T extends Number> |
Ops.conv2DBackpropFilter(Operand<T> input,
Operand<Integer> filterSizes,
Operand<T> outBackprop,
List<Long> strides,
String padding,
Conv2DBackpropFilter.Options... options)
Adds an
Conv2DBackpropFilter operation to the graph |
<T extends Number> |
Ops.conv2DBackpropFilter(Operand<T> input,
Operand<Integer> filterSizes,
Operand<T> outBackprop,
List<Long> strides,
String padding,
Conv2DBackpropFilter.Options... options)
Adds an
Conv2DBackpropFilter operation to the graph |
<T extends Number> |
Ops.conv2DBackpropInput(Operand<Integer> inputSizes,
Operand<T> filter,
Operand<T> outBackprop,
List<Long> strides,
String padding,
Conv2DBackpropInput.Options... options)
Adds an
Conv2DBackpropInput operation to the graph |
<T extends Number> |
Ops.conv2DBackpropInput(Operand<Integer> inputSizes,
Operand<T> filter,
Operand<T> outBackprop,
List<Long> strides,
String padding,
Conv2DBackpropInput.Options... options)
Adds an
Conv2DBackpropInput operation to the graph |
<T extends Number> |
Ops.conv2DBackpropInput(Operand<Integer> inputSizes,
Operand<T> filter,
Operand<T> outBackprop,
List<Long> strides,
String padding,
Conv2DBackpropInput.Options... options)
Adds an
Conv2DBackpropInput operation to the graph |
<T extends Number> |
Ops.conv3D(Operand<T> input,
Operand<T> filter,
List<Long> strides,
String padding,
Conv3D.Options... options)
Adds an
Conv3D operation to the graph |
<T extends Number> |
Ops.conv3D(Operand<T> input,
Operand<T> filter,
List<Long> strides,
String padding,
Conv3D.Options... options)
Adds an
Conv3D operation to the graph |
<T extends Number> |
Ops.conv3DBackpropFilter(Operand<T> input,
Operand<T> filter,
Operand<T> outBackprop,
List<Long> strides,
String padding,
Conv3DBackpropFilter.Options... options)
Adds an
Conv3DBackpropFilter operation to the graph |
<T extends Number> |
Ops.conv3DBackpropFilter(Operand<T> input,
Operand<T> filter,
Operand<T> outBackprop,
List<Long> strides,
String padding,
Conv3DBackpropFilter.Options... options)
Adds an
Conv3DBackpropFilter operation to the graph |
<T extends Number> |
Ops.conv3DBackpropFilter(Operand<T> input,
Operand<T> filter,
Operand<T> outBackprop,
List<Long> strides,
String padding,
Conv3DBackpropFilter.Options... options)
Adds an
Conv3DBackpropFilter operation to the graph |
<T extends Number> |
Ops.conv3DBackpropFilterV2(Operand<T> input,
Operand<Integer> filterSizes,
Operand<T> outBackprop,
List<Long> strides,
String padding,
Conv3DBackpropFilterV2.Options... options)
Adds an
Conv3DBackpropFilterV2 operation to the graph |
<T extends Number> |
Ops.conv3DBackpropFilterV2(Operand<T> input,
Operand<Integer> filterSizes,
Operand<T> outBackprop,
List<Long> strides,
String padding,
Conv3DBackpropFilterV2.Options... options)
Adds an
Conv3DBackpropFilterV2 operation to the graph |
<T extends Number> |
Ops.conv3DBackpropFilterV2(Operand<T> input,
Operand<Integer> filterSizes,
Operand<T> outBackprop,
List<Long> strides,
String padding,
Conv3DBackpropFilterV2.Options... options)
Adds an
Conv3DBackpropFilterV2 operation to the graph |
<T extends Number> |
Ops.conv3DBackpropInput(Operand<T> input,
Operand<T> filter,
Operand<T> outBackprop,
List<Long> strides,
String padding,
Conv3DBackpropInput.Options... options)
Adds an
Conv3DBackpropInput operation to the graph |
<T extends Number> |
Ops.conv3DBackpropInput(Operand<T> input,
Operand<T> filter,
Operand<T> outBackprop,
List<Long> strides,
String padding,
Conv3DBackpropInput.Options... options)
Adds an
Conv3DBackpropInput operation to the graph |
<T extends Number> |
Ops.conv3DBackpropInput(Operand<T> input,
Operand<T> filter,
Operand<T> outBackprop,
List<Long> strides,
String padding,
Conv3DBackpropInput.Options... options)
Adds an
Conv3DBackpropInput operation to the graph |
<U extends Number,T extends Number> |
Ops.conv3DBackpropInputV2(Operand<T> inputSizes,
Operand<U> filter,
Operand<U> outBackprop,
List<Long> strides,
String padding,
Conv3DBackpropInputV2.Options... options)
Adds an
Conv3DBackpropInputV2 operation to the graph |
<U extends Number,T extends Number> |
Ops.conv3DBackpropInputV2(Operand<T> inputSizes,
Operand<U> filter,
Operand<U> outBackprop,
List<Long> strides,
String padding,
Conv3DBackpropInputV2.Options... options)
Adds an
Conv3DBackpropInputV2 operation to the graph |
<U extends Number,T extends Number> |
Ops.conv3DBackpropInputV2(Operand<T> inputSizes,
Operand<U> filter,
Operand<U> outBackprop,
List<Long> strides,
String padding,
Conv3DBackpropInputV2.Options... options)
Adds an
Conv3DBackpropInputV2 operation to the graph |
<T> Cos<T> |
Ops.cos(Operand<T> x)
Adds an
Cos operation to the graph |
<T> Cosh<T> |
Ops.cosh(Operand<T> x)
Adds an
Cosh operation to the graph |
<T extends Number> |
Ops.countUpTo(Operand<T> ref,
Long limit)
Adds an
CountUpTo operation to the graph |
<T extends Number> |
Ops.cropAndResize(Operand<T> image,
Operand<Float> boxes,
Operand<Integer> boxInd,
Operand<Integer> cropSize,
CropAndResize.Options... options)
Adds an
CropAndResize operation to the graph |
<T extends Number> |
Ops.cropAndResize(Operand<T> image,
Operand<Float> boxes,
Operand<Integer> boxInd,
Operand<Integer> cropSize,
CropAndResize.Options... options)
Adds an
CropAndResize operation to the graph |
<T extends Number> |
Ops.cropAndResize(Operand<T> image,
Operand<Float> boxes,
Operand<Integer> boxInd,
Operand<Integer> cropSize,
CropAndResize.Options... options)
Adds an
CropAndResize operation to the graph |
<T extends Number> |
Ops.cropAndResize(Operand<T> image,
Operand<Float> boxes,
Operand<Integer> boxInd,
Operand<Integer> cropSize,
CropAndResize.Options... options)
Adds an
CropAndResize operation to the graph |
<T extends Number> |
Ops.cropAndResizeGradBoxes(Operand<Float> grads,
Operand<T> image,
Operand<Float> boxes,
Operand<Integer> boxInd,
CropAndResizeGradBoxes.Options... options)
Adds an
CropAndResizeGradBoxes operation to the graph |
<T extends Number> |
Ops.cropAndResizeGradBoxes(Operand<Float> grads,
Operand<T> image,
Operand<Float> boxes,
Operand<Integer> boxInd,
CropAndResizeGradBoxes.Options... options)
Adds an
CropAndResizeGradBoxes operation to the graph |
<T extends Number> |
Ops.cropAndResizeGradBoxes(Operand<Float> grads,
Operand<T> image,
Operand<Float> boxes,
Operand<Integer> boxInd,
CropAndResizeGradBoxes.Options... options)
Adds an
CropAndResizeGradBoxes operation to the graph |
<T extends Number> |
Ops.cropAndResizeGradBoxes(Operand<Float> grads,
Operand<T> image,
Operand<Float> boxes,
Operand<Integer> boxInd,
CropAndResizeGradBoxes.Options... options)
Adds an
CropAndResizeGradBoxes operation to the graph |
<T extends Number> |
Ops.cropAndResizeGradImage(Operand<Float> grads,
Operand<Float> boxes,
Operand<Integer> boxInd,
Operand<Integer> imageSize,
Class<T> T,
CropAndResizeGradImage.Options... options)
Adds an
CropAndResizeGradImage operation to the graph |
<T extends Number> |
Ops.cropAndResizeGradImage(Operand<Float> grads,
Operand<Float> boxes,
Operand<Integer> boxInd,
Operand<Integer> imageSize,
Class<T> T,
CropAndResizeGradImage.Options... options)
Adds an
CropAndResizeGradImage operation to the graph |
<T extends Number> |
Ops.cropAndResizeGradImage(Operand<Float> grads,
Operand<Float> boxes,
Operand<Integer> boxInd,
Operand<Integer> imageSize,
Class<T> T,
CropAndResizeGradImage.Options... options)
Adds an
CropAndResizeGradImage operation to the graph |
<T extends Number> |
Ops.cropAndResizeGradImage(Operand<Float> grads,
Operand<Float> boxes,
Operand<Integer> boxInd,
Operand<Integer> imageSize,
Class<T> T,
CropAndResizeGradImage.Options... options)
Adds an
CropAndResizeGradImage operation to the graph |
<T extends Number> |
Ops.cross(Operand<T> a,
Operand<T> b)
Adds an
Cross operation to the graph |
<T extends Number> |
Ops.cross(Operand<T> a,
Operand<T> b)
Adds an
Cross operation to the graph |
CTCBeamSearchDecoder |
Ops.cTCBeamSearchDecoder(Operand<Float> inputs,
Operand<Integer> sequenceLength,
Long beamWidth,
Long topPaths,
CTCBeamSearchDecoder.Options... options)
Adds an
CTCBeamSearchDecoder operation to the graph |
CTCBeamSearchDecoder |
Ops.cTCBeamSearchDecoder(Operand<Float> inputs,
Operand<Integer> sequenceLength,
Long beamWidth,
Long topPaths,
CTCBeamSearchDecoder.Options... options)
Adds an
CTCBeamSearchDecoder operation to the graph |
CTCGreedyDecoder |
Ops.cTCGreedyDecoder(Operand<Float> inputs,
Operand<Integer> sequenceLength,
CTCGreedyDecoder.Options... options)
Adds an
CTCGreedyDecoder operation to the graph |
CTCGreedyDecoder |
Ops.cTCGreedyDecoder(Operand<Float> inputs,
Operand<Integer> sequenceLength,
CTCGreedyDecoder.Options... options)
Adds an
CTCGreedyDecoder operation to the graph |
CTCLoss |
Ops.cTCLoss(Operand<Float> inputs,
Operand<Long> labelsIndices,
Operand<Integer> labelsValues,
Operand<Integer> sequenceLength,
CTCLoss.Options... options)
Adds an
CTCLoss operation to the graph |
CTCLoss |
Ops.cTCLoss(Operand<Float> inputs,
Operand<Long> labelsIndices,
Operand<Integer> labelsValues,
Operand<Integer> sequenceLength,
CTCLoss.Options... options)
Adds an
CTCLoss operation to the graph |
CTCLoss |
Ops.cTCLoss(Operand<Float> inputs,
Operand<Long> labelsIndices,
Operand<Integer> labelsValues,
Operand<Integer> sequenceLength,
CTCLoss.Options... options)
Adds an
CTCLoss operation to the graph |
CTCLoss |
Ops.cTCLoss(Operand<Float> inputs,
Operand<Long> labelsIndices,
Operand<Integer> labelsValues,
Operand<Integer> sequenceLength,
CTCLoss.Options... options)
Adds an
CTCLoss operation to the graph |
<T extends Number> |
Ops.cudnnRNN(Operand<T> input,
Operand<T> inputH,
Operand<T> inputC,
Operand<T> params,
CudnnRNN.Options... options)
Adds an
CudnnRNN operation to the graph |
<T extends Number> |
Ops.cudnnRNN(Operand<T> input,
Operand<T> inputH,
Operand<T> inputC,
Operand<T> params,
CudnnRNN.Options... options)
Adds an
CudnnRNN operation to the graph |
<T extends Number> |
Ops.cudnnRNN(Operand<T> input,
Operand<T> inputH,
Operand<T> inputC,
Operand<T> params,
CudnnRNN.Options... options)
Adds an
CudnnRNN operation to the graph |
<T extends Number> |
Ops.cudnnRNN(Operand<T> input,
Operand<T> inputH,
Operand<T> inputC,
Operand<T> params,
CudnnRNN.Options... options)
Adds an
CudnnRNN operation to the graph |
<T extends Number> |
Ops.cudnnRNNBackprop(Operand<T> input,
Operand<T> inputH,
Operand<T> inputC,
Operand<T> params,
Operand<T> output,
Operand<T> outputH,
Operand<T> outputC,
Operand<T> outputBackprop,
Operand<T> outputHBackprop,
Operand<T> outputCBackprop,
Operand<T> reserveSpace,
CudnnRNNBackprop.Options... options)
Adds an
CudnnRNNBackprop operation to the graph |
<T extends Number> |
Ops.cudnnRNNBackprop(Operand<T> input,
Operand<T> inputH,
Operand<T> inputC,
Operand<T> params,
Operand<T> output,
Operand<T> outputH,
Operand<T> outputC,
Operand<T> outputBackprop,
Operand<T> outputHBackprop,
Operand<T> outputCBackprop,
Operand<T> reserveSpace,
CudnnRNNBackprop.Options... options)
Adds an
CudnnRNNBackprop operation to the graph |
<T extends Number> |
Ops.cudnnRNNBackprop(Operand<T> input,
Operand<T> inputH,
Operand<T> inputC,
Operand<T> params,
Operand<T> output,
Operand<T> outputH,
Operand<T> outputC,
Operand<T> outputBackprop,
Operand<T> outputHBackprop,
Operand<T> outputCBackprop,
Operand<T> reserveSpace,
CudnnRNNBackprop.Options... options)
Adds an
CudnnRNNBackprop operation to the graph |
<T extends Number> |
Ops.cudnnRNNBackprop(Operand<T> input,
Operand<T> inputH,
Operand<T> inputC,
Operand<T> params,
Operand<T> output,
Operand<T> outputH,
Operand<T> outputC,
Operand<T> outputBackprop,
Operand<T> outputHBackprop,
Operand<T> outputCBackprop,
Operand<T> reserveSpace,
CudnnRNNBackprop.Options... options)
Adds an
CudnnRNNBackprop operation to the graph |
<T extends Number> |
Ops.cudnnRNNBackprop(Operand<T> input,
Operand<T> inputH,
Operand<T> inputC,
Operand<T> params,
Operand<T> output,
Operand<T> outputH,
Operand<T> outputC,
Operand<T> outputBackprop,
Operand<T> outputHBackprop,
Operand<T> outputCBackprop,
Operand<T> reserveSpace,
CudnnRNNBackprop.Options... options)
Adds an
CudnnRNNBackprop operation to the graph |
<T extends Number> |
Ops.cudnnRNNBackprop(Operand<T> input,
Operand<T> inputH,
Operand<T> inputC,
Operand<T> params,
Operand<T> output,
Operand<T> outputH,
Operand<T> outputC,
Operand<T> outputBackprop,
Operand<T> outputHBackprop,
Operand<T> outputCBackprop,
Operand<T> reserveSpace,
CudnnRNNBackprop.Options... options)
Adds an
CudnnRNNBackprop operation to the graph |
<T extends Number> |
Ops.cudnnRNNBackprop(Operand<T> input,
Operand<T> inputH,
Operand<T> inputC,
Operand<T> params,
Operand<T> output,
Operand<T> outputH,
Operand<T> outputC,
Operand<T> outputBackprop,
Operand<T> outputHBackprop,
Operand<T> outputCBackprop,
Operand<T> reserveSpace,
CudnnRNNBackprop.Options... options)
Adds an
CudnnRNNBackprop operation to the graph |
<T extends Number> |
Ops.cudnnRNNBackprop(Operand<T> input,
Operand<T> inputH,
Operand<T> inputC,
Operand<T> params,
Operand<T> output,
Operand<T> outputH,
Operand<T> outputC,
Operand<T> outputBackprop,
Operand<T> outputHBackprop,
Operand<T> outputCBackprop,
Operand<T> reserveSpace,
CudnnRNNBackprop.Options... options)
Adds an
CudnnRNNBackprop operation to the graph |
<T extends Number> |
Ops.cudnnRNNBackprop(Operand<T> input,
Operand<T> inputH,
Operand<T> inputC,
Operand<T> params,
Operand<T> output,
Operand<T> outputH,
Operand<T> outputC,
Operand<T> outputBackprop,
Operand<T> outputHBackprop,
Operand<T> outputCBackprop,
Operand<T> reserveSpace,
CudnnRNNBackprop.Options... options)
Adds an
CudnnRNNBackprop operation to the graph |
<T extends Number> |
Ops.cudnnRNNBackprop(Operand<T> input,
Operand<T> inputH,
Operand<T> inputC,
Operand<T> params,
Operand<T> output,
Operand<T> outputH,
Operand<T> outputC,
Operand<T> outputBackprop,
Operand<T> outputHBackprop,
Operand<T> outputCBackprop,
Operand<T> reserveSpace,
CudnnRNNBackprop.Options... options)
Adds an
CudnnRNNBackprop operation to the graph |
<T extends Number> |
Ops.cudnnRNNBackprop(Operand<T> input,
Operand<T> inputH,
Operand<T> inputC,
Operand<T> params,
Operand<T> output,
Operand<T> outputH,
Operand<T> outputC,
Operand<T> outputBackprop,
Operand<T> outputHBackprop,
Operand<T> outputCBackprop,
Operand<T> reserveSpace,
CudnnRNNBackprop.Options... options)
Adds an
CudnnRNNBackprop operation to the graph |
<T extends Number> |
Ops.cudnnRNNCanonicalToParams(Operand<Integer> numLayers,
Operand<Integer> numUnits,
Operand<Integer> inputSize,
Operand<T> weights,
Iterable<Operand<T>> biases,
CudnnRNNCanonicalToParams.Options... options)
Adds an
CudnnRNNCanonicalToParams operation to the graph |
<T extends Number> |
Ops.cudnnRNNCanonicalToParams(Operand<Integer> numLayers,
Operand<Integer> numUnits,
Operand<Integer> inputSize,
Operand<T> weights,
Iterable<Operand<T>> biases,
CudnnRNNCanonicalToParams.Options... options)
Adds an
CudnnRNNCanonicalToParams operation to the graph |
<T extends Number> |
Ops.cudnnRNNCanonicalToParams(Operand<Integer> numLayers,
Operand<Integer> numUnits,
Operand<Integer> inputSize,
Operand<T> weights,
Iterable<Operand<T>> biases,
CudnnRNNCanonicalToParams.Options... options)
Adds an
CudnnRNNCanonicalToParams operation to the graph |
<T extends Number> |
Ops.cudnnRNNCanonicalToParams(Operand<Integer> numLayers,
Operand<Integer> numUnits,
Operand<Integer> inputSize,
Operand<T> weights,
Iterable<Operand<T>> biases,
CudnnRNNCanonicalToParams.Options... options)
Adds an
CudnnRNNCanonicalToParams operation to the graph |
<U extends Number,T extends Number> |
Ops.cudnnRNNParamsSize(Operand<Integer> numLayers,
Operand<Integer> numUnits,
Operand<Integer> inputSize,
Class<T> T,
Class<U> S,
CudnnRNNParamsSize.Options... options)
Adds an
CudnnRNNParamsSize operation to the graph |
<U extends Number,T extends Number> |
Ops.cudnnRNNParamsSize(Operand<Integer> numLayers,
Operand<Integer> numUnits,
Operand<Integer> inputSize,
Class<T> T,
Class<U> S,
CudnnRNNParamsSize.Options... options)
Adds an
CudnnRNNParamsSize operation to the graph |
<U extends Number,T extends Number> |
Ops.cudnnRNNParamsSize(Operand<Integer> numLayers,
Operand<Integer> numUnits,
Operand<Integer> inputSize,
Class<T> T,
Class<U> S,
CudnnRNNParamsSize.Options... options)
Adds an
CudnnRNNParamsSize operation to the graph |
<T extends Number> |
Ops.cudnnRNNParamsToCanonical(Operand<Integer> numLayers,
Operand<Integer> numUnits,
Operand<Integer> inputSize,
Operand<T> params,
Long numParams,
CudnnRNNParamsToCanonical.Options... options)
Adds an
CudnnRNNParamsToCanonical operation to the graph |
<T extends Number> |
Ops.cudnnRNNParamsToCanonical(Operand<Integer> numLayers,
Operand<Integer> numUnits,
Operand<Integer> inputSize,
Operand<T> params,
Long numParams,
CudnnRNNParamsToCanonical.Options... options)
Adds an
CudnnRNNParamsToCanonical operation to the graph |
<T extends Number> |
Ops.cudnnRNNParamsToCanonical(Operand<Integer> numLayers,
Operand<Integer> numUnits,
Operand<Integer> inputSize,
Operand<T> params,
Long numParams,
CudnnRNNParamsToCanonical.Options... options)
Adds an
CudnnRNNParamsToCanonical operation to the graph |
<T extends Number> |
Ops.cudnnRNNParamsToCanonical(Operand<Integer> numLayers,
Operand<Integer> numUnits,
Operand<Integer> inputSize,
Operand<T> params,
Long numParams,
CudnnRNNParamsToCanonical.Options... options)
Adds an
CudnnRNNParamsToCanonical operation to the graph |
<T,U extends Number> |
Ops.cumprod(Operand<T> x,
Operand<U> axis,
Cumprod.Options... options)
Adds an
Cumprod operation to the graph |
<T,U extends Number> |
Ops.cumprod(Operand<T> x,
Operand<U> axis,
Cumprod.Options... options)
Adds an
Cumprod operation to the graph |
<T,U extends Number> |
Ops.cumsum(Operand<T> x,
Operand<U> axis,
Cumsum.Options... options)
Adds an
Cumsum operation to the graph |
<T,U extends Number> |
Ops.cumsum(Operand<T> x,
Operand<U> axis,
Cumsum.Options... options)
Adds an
Cumsum operation to the graph |
<T extends Number> |
Ops.dataFormatDimMap(Operand<T> x,
DataFormatDimMap.Options... options)
Adds an
DataFormatDimMap operation to the graph |
<T extends Number> |
Ops.dataFormatVecPermute(Operand<T> x,
DataFormatVecPermute.Options... options)
Adds an
DataFormatVecPermute operation to the graph |
DatasetToSingleElement |
Ops.datasetToSingleElement(Operand<?> dataset,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Adds an
DatasetToSingleElement operation to the graph |
<T> DebugGradientIdentity<T> |
Ops.debugGradientIdentity(Operand<T> input)
Adds an
DebugGradientIdentity operation to the graph |
<T> DebugGradientRefIdentity<T> |
Ops.debugGradientRefIdentity(Operand<T> input)
Adds an
DebugGradientRefIdentity operation to the graph |
DecodeAndCropJpeg |
Ops.decodeAndCropJpeg(Operand<String> contents,
Operand<Integer> cropWindow,
DecodeAndCropJpeg.Options... options)
Adds an
DecodeAndCropJpeg operation to the graph |
DecodeAndCropJpeg |
Ops.decodeAndCropJpeg(Operand<String> contents,
Operand<Integer> cropWindow,
DecodeAndCropJpeg.Options... options)
Adds an
DecodeAndCropJpeg operation to the graph |
DecodeBase64 |
Ops.decodeBase64(Operand<String> input)
Adds an
DecodeBase64 operation to the graph |
DecodeBmp |
Ops.decodeBmp(Operand<String> contents,
DecodeBmp.Options... options)
Adds an
DecodeBmp operation to the graph |
DecodeCompressed |
Ops.decodeCompressed(Operand<String> bytes,
DecodeCompressed.Options... options)
Adds an
DecodeCompressed operation to the graph |
DecodeCSV |
Ops.decodeCSV(Operand<String> records,
Iterable<Operand<?>> recordDefaults,
DecodeCSV.Options... options)
Adds an
DecodeCSV operation to the graph |
DecodeGif |
Ops.decodeGif(Operand<String> contents)
Adds an
DecodeGif operation to the graph |
DecodeJpeg |
Ops.decodeJpeg(Operand<String> contents,
DecodeJpeg.Options... options)
Adds an
DecodeJpeg operation to the graph |
DecodeJSONExample |
Ops.decodeJSONExample(Operand<String> jsonExamples)
Adds an
DecodeJSONExample operation to the graph |
<T extends Number> |
Ops.decodePng(Operand<String> contents,
Class<T> dtype,
DecodePng.Options... options)
Adds an
DecodePng operation to the graph |
DecodePng<UInt8> |
Ops.decodePng(Operand<String> contents,
DecodePng.Options... options)
Adds an
DecodePng operation to the graph |
DecodeProtoV2 |
Ops.decodeProtoV2(Operand<String> bytes,
String messageType,
List<String> fieldNames,
List<Class<?>> outputTypes,
DecodeProtoV2.Options... options)
Adds an
DecodeProtoV2 operation to the graph |
<T extends Number> |
Ops.decodeRaw(Operand<String> bytes,
Class<T> outType,
DecodeRaw.Options... options)
Adds an
DecodeRaw operation to the graph |
DecodeWav |
Ops.decodeWav(Operand<String> contents,
DecodeWav.Options... options)
Adds an
DecodeWav operation to the graph |
<T> DeepCopy<T> |
Ops.deepCopy(Operand<T> x)
Adds an
DeepCopy operation to the graph |
DeleteSessionTensor |
Ops.deleteSessionTensor(Operand<String> handle)
Adds an
DeleteSessionTensor operation to the graph |
<T> DenseToDenseSetOperation<T> |
Ops.denseToDenseSetOperation(Operand<T> set1,
Operand<T> set2,
String setOperation,
DenseToDenseSetOperation.Options... options)
Adds an
DenseToDenseSetOperation operation to the graph |
<T> DenseToDenseSetOperation<T> |
Ops.denseToDenseSetOperation(Operand<T> set1,
Operand<T> set2,
String setOperation,
DenseToDenseSetOperation.Options... options)
Adds an
DenseToDenseSetOperation operation to the graph |
DenseToSparseBatchDataset |
Ops.denseToSparseBatchDataset(Operand<?> inputDataset,
Operand<Long> batchSize,
Operand<Long> rowShape,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Adds an
DenseToSparseBatchDataset operation to the graph |
DenseToSparseBatchDataset |
Ops.denseToSparseBatchDataset(Operand<?> inputDataset,
Operand<Long> batchSize,
Operand<Long> rowShape,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Adds an
DenseToSparseBatchDataset operation to the graph |
DenseToSparseBatchDataset |
Ops.denseToSparseBatchDataset(Operand<?> inputDataset,
Operand<Long> batchSize,
Operand<Long> rowShape,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Adds an
DenseToSparseBatchDataset operation to the graph |
<T> DenseToSparseSetOperation<T> |
Ops.denseToSparseSetOperation(Operand<T> set1,
Operand<Long> set2Indices,
Operand<T> set2Values,
Operand<Long> set2Shape,
String setOperation,
DenseToSparseSetOperation.Options... options)
Adds an
DenseToSparseSetOperation operation to the graph |
<T> DenseToSparseSetOperation<T> |
Ops.denseToSparseSetOperation(Operand<T> set1,
Operand<Long> set2Indices,
Operand<T> set2Values,
Operand<Long> set2Shape,
String setOperation,
DenseToSparseSetOperation.Options... options)
Adds an
DenseToSparseSetOperation operation to the graph |
<T> DenseToSparseSetOperation<T> |
Ops.denseToSparseSetOperation(Operand<T> set1,
Operand<Long> set2Indices,
Operand<T> set2Values,
Operand<Long> set2Shape,
String setOperation,
DenseToSparseSetOperation.Options... options)
Adds an
DenseToSparseSetOperation operation to the graph |
<T> DenseToSparseSetOperation<T> |
Ops.denseToSparseSetOperation(Operand<T> set1,
Operand<Long> set2Indices,
Operand<T> set2Values,
Operand<Long> set2Shape,
String setOperation,
DenseToSparseSetOperation.Options... options)
Adds an
DenseToSparseSetOperation operation to the graph |
<T> DepthToSpace<T> |
Ops.depthToSpace(Operand<T> input,
Long blockSize,
DepthToSpace.Options... options)
Adds an
DepthToSpace operation to the graph |
<T extends Number> |
Ops.depthwiseConv2dNative(Operand<T> input,
Operand<T> filter,
List<Long> strides,
String padding,
DepthwiseConv2dNative.Options... options)
Adds an
DepthwiseConv2dNative operation to the graph |
<T extends Number> |
Ops.depthwiseConv2dNative(Operand<T> input,
Operand<T> filter,
List<Long> strides,
String padding,
DepthwiseConv2dNative.Options... options)
Adds an
DepthwiseConv2dNative operation to the graph |
<T extends Number> |
Ops.depthwiseConv2dNativeBackpropFilter(Operand<T> input,
Operand<Integer> filterSizes,
Operand<T> outBackprop,
List<Long> strides,
String padding,
DepthwiseConv2dNativeBackpropFilter.Options... options)
Adds an
DepthwiseConv2dNativeBackpropFilter operation to the graph |
<T extends Number> |
Ops.depthwiseConv2dNativeBackpropFilter(Operand<T> input,
Operand<Integer> filterSizes,
Operand<T> outBackprop,
List<Long> strides,
String padding,
DepthwiseConv2dNativeBackpropFilter.Options... options)
Adds an
DepthwiseConv2dNativeBackpropFilter operation to the graph |
<T extends Number> |
Ops.depthwiseConv2dNativeBackpropFilter(Operand<T> input,
Operand<Integer> filterSizes,
Operand<T> outBackprop,
List<Long> strides,
String padding,
DepthwiseConv2dNativeBackpropFilter.Options... options)
Adds an
DepthwiseConv2dNativeBackpropFilter operation to the graph |
<T extends Number> |
Ops.depthwiseConv2dNativeBackpropInput(Operand<Integer> inputSizes,
Operand<T> filter,
Operand<T> outBackprop,
List<Long> strides,
String padding,
DepthwiseConv2dNativeBackpropInput.Options... options)
Adds an
DepthwiseConv2dNativeBackpropInput operation to the graph |
<T extends Number> |
Ops.depthwiseConv2dNativeBackpropInput(Operand<Integer> inputSizes,
Operand<T> filter,
Operand<T> outBackprop,
List<Long> strides,
String padding,
DepthwiseConv2dNativeBackpropInput.Options... options)
Adds an
DepthwiseConv2dNativeBackpropInput operation to the graph |
<T extends Number> |
Ops.depthwiseConv2dNativeBackpropInput(Operand<Integer> inputSizes,
Operand<T> filter,
Operand<T> outBackprop,
List<Long> strides,
String padding,
DepthwiseConv2dNativeBackpropInput.Options... options)
Adds an
DepthwiseConv2dNativeBackpropInput operation to the graph |
<T> Dequantize |
Ops.dequantize(Operand<T> input,
Operand<Float> minRange,
Operand<Float> maxRange,
Dequantize.Options... options)
Adds an
Dequantize operation to the graph |
<T> Dequantize |
Ops.dequantize(Operand<T> input,
Operand<Float> minRange,
Operand<Float> maxRange,
Dequantize.Options... options)
Adds an
Dequantize operation to the graph |
<T> Dequantize |
Ops.dequantize(Operand<T> input,
Operand<Float> minRange,
Operand<Float> maxRange,
Dequantize.Options... options)
Adds an
Dequantize operation to the graph |
DeserializeIterator |
Ops.deserializeIterator(Operand<?> resourceHandle,
Operand<?> serialized)
Adds an
DeserializeIterator operation to the graph |
DeserializeIterator |
Ops.deserializeIterator(Operand<?> resourceHandle,
Operand<?> serialized)
Adds an
DeserializeIterator operation to the graph |
<T> DeserializeManySparse<T> |
Ops.deserializeManySparse(Operand<String> serializedSparse,
Class<T> dtype)
Adds an
DeserializeManySparse operation to the graph |
<U,T> DeserializeSparse<U> |
Ops.deserializeSparse(Operand<T> serializedSparse,
Class<U> dtype)
Adds an
DeserializeSparse operation to the graph |
DestroyResourceOp |
Ops.destroyResourceOp(Operand<?> resource,
DestroyResourceOp.Options... options)
Adds an
DestroyResourceOp operation to the graph |
<T> DestroyTemporaryVariable<T> |
Ops.destroyTemporaryVariable(Operand<T> ref,
String varName)
Adds an
DestroyTemporaryVariable operation to the graph |
<T> Diag<T> |
Ops.diag(Operand<T> diagonal)
Adds an
Diag operation to the graph |
<T> DiagPart<T> |
Ops.diagPart(Operand<T> input)
Adds an
DiagPart operation to the graph |
<T extends Number> |
Ops.digamma(Operand<T> x)
Adds an
Digamma operation to the graph |
<T extends Number> |
Ops.dilation2D(Operand<T> input,
Operand<T> filter,
List<Long> strides,
List<Long> rates,
String padding)
Adds an
Dilation2D operation to the graph |
<T extends Number> |
Ops.dilation2D(Operand<T> input,
Operand<T> filter,
List<Long> strides,
List<Long> rates,
String padding)
Adds an
Dilation2D operation to the graph |
<T extends Number> |
Ops.dilation2DBackpropFilter(Operand<T> input,
Operand<T> filter,
Operand<T> outBackprop,
List<Long> strides,
List<Long> rates,
String padding)
Adds an
Dilation2DBackpropFilter operation to the graph |
<T extends Number> |
Ops.dilation2DBackpropFilter(Operand<T> input,
Operand<T> filter,
Operand<T> outBackprop,
List<Long> strides,
List<Long> rates,
String padding)
Adds an
Dilation2DBackpropFilter operation to the graph |
<T extends Number> |
Ops.dilation2DBackpropFilter(Operand<T> input,
Operand<T> filter,
Operand<T> outBackprop,
List<Long> strides,
List<Long> rates,
String padding)
Adds an
Dilation2DBackpropFilter operation to the graph |
<T extends Number> |
Ops.dilation2DBackpropInput(Operand<T> input,
Operand<T> filter,
Operand<T> outBackprop,
List<Long> strides,
List<Long> rates,
String padding)
Adds an
Dilation2DBackpropInput operation to the graph |
<T extends Number> |
Ops.dilation2DBackpropInput(Operand<T> input,
Operand<T> filter,
Operand<T> outBackprop,
List<Long> strides,
List<Long> rates,
String padding)
Adds an
Dilation2DBackpropInput operation to the graph |
<T extends Number> |
Ops.dilation2DBackpropInput(Operand<T> input,
Operand<T> filter,
Operand<T> outBackprop,
List<Long> strides,
List<Long> rates,
String padding)
Adds an
Dilation2DBackpropInput operation to the graph |
<T> Div<T> |
Ops.div(Operand<T> x,
Operand<T> y)
Adds an
Div operation to the graph |
<T> Div<T> |
Ops.div(Operand<T> x,
Operand<T> y)
Adds an
Div operation to the graph |
<T extends Number> |
Ops.divNoNan(Operand<T> x,
Operand<T> y)
Adds an
DivNoNan operation to the graph |
<T extends Number> |
Ops.divNoNan(Operand<T> x,
Operand<T> y)
Adds an
DivNoNan operation to the graph |
<T extends Number> |
Ops.drawBoundingBoxes(Operand<T> images,
Operand<Float> boxes)
Adds an
DrawBoundingBoxes operation to the graph |
<T extends Number> |
Ops.drawBoundingBoxes(Operand<T> images,
Operand<Float> boxes)
Adds an
DrawBoundingBoxes operation to the graph |
<T> DynamicPartition<T> |
Ops.dynamicPartition(Operand<T> data,
Operand<Integer> partitions,
Long numPartitions)
Adds an
DynamicPartition operation to the graph |
<T> DynamicPartition<T> |
Ops.dynamicPartition(Operand<T> data,
Operand<Integer> partitions,
Long numPartitions)
Adds an
DynamicPartition operation to the graph |
<T> DynamicStitch<T> |
Ops.dynamicStitch(Iterable<Operand<Integer>> indices,
Operand<T> data)
Adds an
DynamicStitch operation to the graph |
<T> EditDistance |
Ops.editDistance(Operand<Long> hypothesisIndices,
Operand<T> hypothesisValues,
Operand<Long> hypothesisShape,
Operand<Long> truthIndices,
Operand<T> truthValues,
Operand<Long> truthShape,
EditDistance.Options... options)
Adds an
EditDistance operation to the graph |
<T> EditDistance |
Ops.editDistance(Operand<Long> hypothesisIndices,
Operand<T> hypothesisValues,
Operand<Long> hypothesisShape,
Operand<Long> truthIndices,
Operand<T> truthValues,
Operand<Long> truthShape,
EditDistance.Options... options)
Adds an
EditDistance operation to the graph |
<T> EditDistance |
Ops.editDistance(Operand<Long> hypothesisIndices,
Operand<T> hypothesisValues,
Operand<Long> hypothesisShape,
Operand<Long> truthIndices,
Operand<T> truthValues,
Operand<Long> truthShape,
EditDistance.Options... options)
Adds an
EditDistance operation to the graph |
<T> EditDistance |
Ops.editDistance(Operand<Long> hypothesisIndices,
Operand<T> hypothesisValues,
Operand<Long> hypothesisShape,
Operand<Long> truthIndices,
Operand<T> truthValues,
Operand<Long> truthShape,
EditDistance.Options... options)
Adds an
EditDistance operation to the graph |
<T> EditDistance |
Ops.editDistance(Operand<Long> hypothesisIndices,
Operand<T> hypothesisValues,
Operand<Long> hypothesisShape,
Operand<Long> truthIndices,
Operand<T> truthValues,
Operand<Long> truthShape,
EditDistance.Options... options)
Adds an
EditDistance operation to the graph |
<T> EditDistance |
Ops.editDistance(Operand<Long> hypothesisIndices,
Operand<T> hypothesisValues,
Operand<Long> hypothesisShape,
Operand<Long> truthIndices,
Operand<T> truthValues,
Operand<Long> truthShape,
EditDistance.Options... options)
Adds an
EditDistance operation to the graph |
<T extends Number> |
Ops.elu(Operand<T> features)
Adds an
Elu operation to the graph |
<T> Empty<T> |
Ops.empty(Operand<Integer> shape,
Class<T> dtype,
Empty.Options... options)
Adds an
Empty operation to the graph |
<T extends Number,U> |
Ops.emptyTensorList(Operand<T> elementShape,
Class<U> elementDtype)
Adds an
EmptyTensorList operation to the graph |
EncodeBase64 |
Ops.encodeBase64(Operand<String> input,
EncodeBase64.Options... options)
Adds an
EncodeBase64 operation to the graph |
EncodeJpeg |
Ops.encodeJpeg(Operand<UInt8> image,
EncodeJpeg.Options... options)
Adds an
EncodeJpeg operation to the graph |
<T extends Number> |
Ops.encodePng(Operand<T> image,
EncodePng.Options... options)
Adds an
EncodePng operation to the graph |
EncodeProto |
Ops.encodeProto(Operand<Integer> sizes,
Iterable<Operand<?>> values,
List<String> fieldNames,
String messageType,
EncodeProto.Options... options)
Adds an
EncodeProto operation to the graph |
EncodeWav |
Ops.encodeWav(Operand<Float> audio,
Operand<Integer> sampleRate)
Adds an
EncodeWav operation to the graph |
EncodeWav |
Ops.encodeWav(Operand<Float> audio,
Operand<Integer> sampleRate)
Adds an
EncodeWav operation to the graph |
EnqueueInQueueDataset |
Ops.enqueueInQueueDataset(Operand<?> queue,
Iterable<Operand<?>> components)
Adds an
EnqueueInQueueDataset operation to the graph |
<T> EnsureShape<T> |
Ops.ensureShape(Operand<T> input,
Shape shape)
Adds an
EnsureShape operation to the graph |
<T> Equal |
Ops.equal(Operand<T> x,
Operand<T> y)
Adds an
Equal operation to the graph |
<T> Equal |
Ops.equal(Operand<T> x,
Operand<T> y)
Adds an
Equal operation to the graph |
<T extends Number> |
Ops.erf(Operand<T> x)
Adds an
Erf operation to the graph |
<T extends Number> |
Ops.erfc(Operand<T> x)
Adds an
Erfc operation to the graph |
<T> Exp<T> |
Ops.exp(Operand<T> x)
Adds an
Exp operation to the graph |
<T,U extends Number> |
Ops.expandDims(Operand<T> input,
Operand<U> axis)
Adds an
ExpandDims operation to the graph |
<T,U extends Number> |
Ops.expandDims(Operand<T> input,
Operand<U> axis)
Adds an
ExpandDims operation to the graph |
<T> Expm1<T> |
Ops.expm1(Operand<T> x)
Adds an
Expm1 operation to the graph |
ExtractGlimpse |
Ops.extractGlimpse(Operand<Float> input,
Operand<Integer> size,
Operand<Float> offsets,
ExtractGlimpse.Options... options)
Adds an
ExtractGlimpse operation to the graph |
ExtractGlimpse |
Ops.extractGlimpse(Operand<Float> input,
Operand<Integer> size,
Operand<Float> offsets,
ExtractGlimpse.Options... options)
Adds an
ExtractGlimpse operation to the graph |
ExtractGlimpse |
Ops.extractGlimpse(Operand<Float> input,
Operand<Integer> size,
Operand<Float> offsets,
ExtractGlimpse.Options... options)
Adds an
ExtractGlimpse operation to the graph |
<T extends Number> |
Ops.extractImagePatches(Operand<T> images,
List<Long> ksizes,
List<Long> strides,
List<Long> rates,
String padding)
Adds an
ExtractImagePatches operation to the graph |
ExtractJpegShape<Integer> |
Ops.extractJpegShape(Operand<String> contents)
Adds an
ExtractJpegShape operation to the graph |
<T extends Number> |
Ops.extractJpegShape(Operand<String> contents,
Class<T> outputType)
Adds an
ExtractJpegShape operation to the graph |
<T extends Number> |
Ops.extractVolumePatches(Operand<T> input,
List<Long> ksizes,
List<Long> strides,
String padding)
Adds an
ExtractVolumePatches operation to the graph |
FakeQuantWithMinMaxArgs |
Ops.fakeQuantWithMinMaxArgs(Operand<Float> inputs,
FakeQuantWithMinMaxArgs.Options... options)
Adds an
FakeQuantWithMinMaxArgs operation to the graph |
FakeQuantWithMinMaxArgsGradient |
Ops.fakeQuantWithMinMaxArgsGradient(Operand<Float> gradients,
Operand<Float> inputs,
FakeQuantWithMinMaxArgsGradient.Options... options)
Adds an
FakeQuantWithMinMaxArgsGradient operation to the graph |
FakeQuantWithMinMaxArgsGradient |
Ops.fakeQuantWithMinMaxArgsGradient(Operand<Float> gradients,
Operand<Float> inputs,
FakeQuantWithMinMaxArgsGradient.Options... options)
Adds an
FakeQuantWithMinMaxArgsGradient operation to the graph |
FakeQuantWithMinMaxVars |
Ops.fakeQuantWithMinMaxVars(Operand<Float> inputs,
Operand<Float> min,
Operand<Float> max,
FakeQuantWithMinMaxVars.Options... options)
Adds an
FakeQuantWithMinMaxVars operation to the graph |
FakeQuantWithMinMaxVars |
Ops.fakeQuantWithMinMaxVars(Operand<Float> inputs,
Operand<Float> min,
Operand<Float> max,
FakeQuantWithMinMaxVars.Options... options)
Adds an
FakeQuantWithMinMaxVars operation to the graph |
FakeQuantWithMinMaxVars |
Ops.fakeQuantWithMinMaxVars(Operand<Float> inputs,
Operand<Float> min,
Operand<Float> max,
FakeQuantWithMinMaxVars.Options... options)
Adds an
FakeQuantWithMinMaxVars operation to the graph |
FakeQuantWithMinMaxVarsGradient |
Ops.fakeQuantWithMinMaxVarsGradient(Operand<Float> gradients,
Operand<Float> inputs,
Operand<Float> min,
Operand<Float> max,
FakeQuantWithMinMaxVarsGradient.Options... options)
Adds an
FakeQuantWithMinMaxVarsGradient operation to the graph |
FakeQuantWithMinMaxVarsGradient |
Ops.fakeQuantWithMinMaxVarsGradient(Operand<Float> gradients,
Operand<Float> inputs,
Operand<Float> min,
Operand<Float> max,
FakeQuantWithMinMaxVarsGradient.Options... options)
Adds an
FakeQuantWithMinMaxVarsGradient operation to the graph |
FakeQuantWithMinMaxVarsGradient |
Ops.fakeQuantWithMinMaxVarsGradient(Operand<Float> gradients,
Operand<Float> inputs,
Operand<Float> min,
Operand<Float> max,
FakeQuantWithMinMaxVarsGradient.Options... options)
Adds an
FakeQuantWithMinMaxVarsGradient operation to the graph |
FakeQuantWithMinMaxVarsGradient |
Ops.fakeQuantWithMinMaxVarsGradient(Operand<Float> gradients,
Operand<Float> inputs,
Operand<Float> min,
Operand<Float> max,
FakeQuantWithMinMaxVarsGradient.Options... options)
Adds an
FakeQuantWithMinMaxVarsGradient operation to the graph |
FakeQuantWithMinMaxVarsPerChannel |
Ops.fakeQuantWithMinMaxVarsPerChannel(Operand<Float> inputs,
Operand<Float> min,
Operand<Float> max,
FakeQuantWithMinMaxVarsPerChannel.Options... options)
Adds an
FakeQuantWithMinMaxVarsPerChannel operation to the graph |
FakeQuantWithMinMaxVarsPerChannel |
Ops.fakeQuantWithMinMaxVarsPerChannel(Operand<Float> inputs,
Operand<Float> min,
Operand<Float> max,
FakeQuantWithMinMaxVarsPerChannel.Options... options)
Adds an
FakeQuantWithMinMaxVarsPerChannel operation to the graph |
FakeQuantWithMinMaxVarsPerChannel |
Ops.fakeQuantWithMinMaxVarsPerChannel(Operand<Float> inputs,
Operand<Float> min,
Operand<Float> max,
FakeQuantWithMinMaxVarsPerChannel.Options... options)
Adds an
FakeQuantWithMinMaxVarsPerChannel operation to the graph |
FakeQuantWithMinMaxVarsPerChannelGradient |
Ops.fakeQuantWithMinMaxVarsPerChannelGradient(Operand<Float> gradients,
Operand<Float> inputs,
Operand<Float> min,
Operand<Float> max,
FakeQuantWithMinMaxVarsPerChannelGradient.Options... options)
Adds an
FakeQuantWithMinMaxVarsPerChannelGradient operation to the graph |
FakeQuantWithMinMaxVarsPerChannelGradient |
Ops.fakeQuantWithMinMaxVarsPerChannelGradient(Operand<Float> gradients,
Operand<Float> inputs,
Operand<Float> min,
Operand<Float> max,
FakeQuantWithMinMaxVarsPerChannelGradient.Options... options)
Adds an
FakeQuantWithMinMaxVarsPerChannelGradient operation to the graph |
FakeQuantWithMinMaxVarsPerChannelGradient |
Ops.fakeQuantWithMinMaxVarsPerChannelGradient(Operand<Float> gradients,
Operand<Float> inputs,
Operand<Float> min,
Operand<Float> max,
FakeQuantWithMinMaxVarsPerChannelGradient.Options... options)
Adds an
FakeQuantWithMinMaxVarsPerChannelGradient operation to the graph |
FakeQuantWithMinMaxVarsPerChannelGradient |
Ops.fakeQuantWithMinMaxVarsPerChannelGradient(Operand<Float> gradients,
Operand<Float> inputs,
Operand<Float> min,
Operand<Float> max,
FakeQuantWithMinMaxVarsPerChannelGradient.Options... options)
Adds an
FakeQuantWithMinMaxVarsPerChannelGradient operation to the graph |
<T> FFT<T> |
Ops.fFT(Operand<T> input)
Adds an
FFT operation to the graph |
<T> FFT2D<T> |
Ops.fFT2D(Operand<T> input)
Adds an
FFT2D operation to the graph |
<T> FFT3D<T> |
Ops.fFT3D(Operand<T> input)
Adds an
FFT3D operation to the graph |
<U,T extends Number> |
Ops.fill(Operand<T> dims,
Operand<U> value)
Adds an
Fill operation to the graph |
<U,T extends Number> |
Ops.fill(Operand<T> dims,
Operand<U> value)
Adds an
Fill operation to the graph |
FixedLengthRecordDataset |
Ops.fixedLengthRecordDataset(Operand<String> filenames,
Operand<Long> headerBytes,
Operand<Long> recordBytes,
Operand<Long> footerBytes,
Operand<Long> bufferSize)
Adds an
FixedLengthRecordDataset operation to the graph |
FixedLengthRecordDataset |
Ops.fixedLengthRecordDataset(Operand<String> filenames,
Operand<Long> headerBytes,
Operand<Long> recordBytes,
Operand<Long> footerBytes,
Operand<Long> bufferSize)
Adds an
FixedLengthRecordDataset operation to the graph |
FixedLengthRecordDataset |
Ops.fixedLengthRecordDataset(Operand<String> filenames,
Operand<Long> headerBytes,
Operand<Long> recordBytes,
Operand<Long> footerBytes,
Operand<Long> bufferSize)
Adds an
FixedLengthRecordDataset operation to the graph |
FixedLengthRecordDataset |
Ops.fixedLengthRecordDataset(Operand<String> filenames,
Operand<Long> headerBytes,
Operand<Long> recordBytes,
Operand<Long> footerBytes,
Operand<Long> bufferSize)
Adds an
FixedLengthRecordDataset operation to the graph |
FixedLengthRecordDataset |
Ops.fixedLengthRecordDataset(Operand<String> filenames,
Operand<Long> headerBytes,
Operand<Long> recordBytes,
Operand<Long> footerBytes,
Operand<Long> bufferSize)
Adds an
FixedLengthRecordDataset operation to the graph |
FixedUnigramCandidateSampler |
Ops.fixedUnigramCandidateSampler(Operand<Long> trueClasses,
Long numTrue,
Long numSampled,
Boolean unique,
Long rangeMax,
FixedUnigramCandidateSampler.Options... options)
Adds an
FixedUnigramCandidateSampler operation to the graph |
<T extends Number> |
Ops.floor(Operand<T> x)
Adds an
Floor operation to the graph |
<T> FloorDiv<T> |
Ops.floorDiv(Operand<T> x,
Operand<T> y)
Adds an
FloorDiv operation to the graph |
<T> FloorDiv<T> |
Ops.floorDiv(Operand<T> x,
Operand<T> y)
Adds an
FloorDiv operation to the graph |
<T extends Number> |
Ops.floorMod(Operand<T> x,
Operand<T> y)
Adds an
FloorMod operation to the graph |
<T extends Number> |
Ops.floorMod(Operand<T> x,
Operand<T> y)
Adds an
FloorMod operation to the graph |
<T extends Number> |
Ops.fractionalAvgPool(Operand<T> value,
List<Float> poolingRatio,
FractionalAvgPool.Options... options)
Adds an
FractionalAvgPool operation to the graph |
<T extends Number> |
Ops.fractionalMaxPool(Operand<T> value,
List<Float> poolingRatio,
FractionalMaxPool.Options... options)
Adds an
FractionalMaxPool operation to the graph |
<T extends Number> |
Ops.fusedBatchNorm(Operand<T> x,
Operand<T> scale,
Operand<T> offset,
Operand<T> mean,
Operand<T> variance,
FusedBatchNorm.Options... options)
Adds an
FusedBatchNorm operation to the graph |
<T extends Number> |
Ops.fusedBatchNorm(Operand<T> x,
Operand<T> scale,
Operand<T> offset,
Operand<T> mean,
Operand<T> variance,
FusedBatchNorm.Options... options)
Adds an
FusedBatchNorm operation to the graph |
<T extends Number> |
Ops.fusedBatchNorm(Operand<T> x,
Operand<T> scale,
Operand<T> offset,
Operand<T> mean,
Operand<T> variance,
FusedBatchNorm.Options... options)
Adds an
FusedBatchNorm operation to the graph |
<T extends Number> |
Ops.fusedBatchNorm(Operand<T> x,
Operand<T> scale,
Operand<T> offset,
Operand<T> mean,
Operand<T> variance,
FusedBatchNorm.Options... options)
Adds an
FusedBatchNorm operation to the graph |
<T extends Number> |
Ops.fusedBatchNorm(Operand<T> x,
Operand<T> scale,
Operand<T> offset,
Operand<T> mean,
Operand<T> variance,
FusedBatchNorm.Options... options)
Adds an
FusedBatchNorm operation to the graph |
<T extends Number> |
Ops.fusedBatchNormGrad(Operand<T> yBackprop,
Operand<T> x,
Operand<T> scale,
Operand<T> reserveSpace1,
Operand<T> reserveSpace2,
FusedBatchNormGrad.Options... options)
Adds an
FusedBatchNormGrad operation to the graph |
<T extends Number> |
Ops.fusedBatchNormGrad(Operand<T> yBackprop,
Operand<T> x,
Operand<T> scale,
Operand<T> reserveSpace1,
Operand<T> reserveSpace2,
FusedBatchNormGrad.Options... options)
Adds an
FusedBatchNormGrad operation to the graph |
<T extends Number> |
Ops.fusedBatchNormGrad(Operand<T> yBackprop,
Operand<T> x,
Operand<T> scale,
Operand<T> reserveSpace1,
Operand<T> reserveSpace2,
FusedBatchNormGrad.Options... options)
Adds an
FusedBatchNormGrad operation to the graph |
<T extends Number> |
Ops.fusedBatchNormGrad(Operand<T> yBackprop,
Operand<T> x,
Operand<T> scale,
Operand<T> reserveSpace1,
Operand<T> reserveSpace2,
FusedBatchNormGrad.Options... options)
Adds an
FusedBatchNormGrad operation to the graph |
<T extends Number> |
Ops.fusedBatchNormGrad(Operand<T> yBackprop,
Operand<T> x,
Operand<T> scale,
Operand<T> reserveSpace1,
Operand<T> reserveSpace2,
FusedBatchNormGrad.Options... options)
Adds an
FusedBatchNormGrad operation to the graph |
<T extends Number,U extends Number> |
Ops.fusedBatchNormGradV2(Operand<T> yBackprop,
Operand<T> x,
Operand<Float> scale,
Operand<U> reserveSpace1,
Operand<U> reserveSpace2,
FusedBatchNormGradV2.Options... options)
Adds an
FusedBatchNormGradV2 operation to the graph |
<T extends Number,U extends Number> |
Ops.fusedBatchNormGradV2(Operand<T> yBackprop,
Operand<T> x,
Operand<Float> scale,
Operand<U> reserveSpace1,
Operand<U> reserveSpace2,
FusedBatchNormGradV2.Options... options)
Adds an
FusedBatchNormGradV2 operation to the graph |
<T extends Number,U extends Number> |
Ops.fusedBatchNormGradV2(Operand<T> yBackprop,
Operand<T> x,
Operand<Float> scale,
Operand<U> reserveSpace1,
Operand<U> reserveSpace2,
FusedBatchNormGradV2.Options... options)
Adds an
FusedBatchNormGradV2 operation to the graph |
<T extends Number,U extends Number> |
Ops.fusedBatchNormGradV2(Operand<T> yBackprop,
Operand<T> x,
Operand<Float> scale,
Operand<U> reserveSpace1,
Operand<U> reserveSpace2,
FusedBatchNormGradV2.Options... options)
Adds an
FusedBatchNormGradV2 operation to the graph |
<T extends Number,U extends Number> |
Ops.fusedBatchNormGradV2(Operand<T> yBackprop,
Operand<T> x,
Operand<Float> scale,
Operand<U> reserveSpace1,
Operand<U> reserveSpace2,
FusedBatchNormGradV2.Options... options)
Adds an
FusedBatchNormGradV2 operation to the graph |
<T extends Number,U extends Number> |
Ops.fusedBatchNormV2(Operand<T> x,
Operand<U> scale,
Operand<U> offset,
Operand<U> mean,
Operand<U> variance,
FusedBatchNormV2.Options... options)
Adds an
FusedBatchNormV2 operation to the graph |
<T extends Number,U extends Number> |
Ops.fusedBatchNormV2(Operand<T> x,
Operand<U> scale,
Operand<U> offset,
Operand<U> mean,
Operand<U> variance,
FusedBatchNormV2.Options... options)
Adds an
FusedBatchNormV2 operation to the graph |
<T extends Number,U extends Number> |
Ops.fusedBatchNormV2(Operand<T> x,
Operand<U> scale,
Operand<U> offset,
Operand<U> mean,
Operand<U> variance,
FusedBatchNormV2.Options... options)
Adds an
FusedBatchNormV2 operation to the graph |
<T extends Number,U extends Number> |
Ops.fusedBatchNormV2(Operand<T> x,
Operand<U> scale,
Operand<U> offset,
Operand<U> mean,
Operand<U> variance,
FusedBatchNormV2.Options... options)
Adds an
FusedBatchNormV2 operation to the graph |
<T extends Number,U extends Number> |
Ops.fusedBatchNormV2(Operand<T> x,
Operand<U> scale,
Operand<U> offset,
Operand<U> mean,
Operand<U> variance,
FusedBatchNormV2.Options... options)
Adds an
FusedBatchNormV2 operation to the graph |
<T extends Number> |
Ops.fusedPadConv2D(Operand<T> input,
Operand<Integer> paddings,
Operand<T> filter,
String mode,
List<Long> strides,
String padding)
Adds an
FusedPadConv2D operation to the graph |
<T extends Number> |
Ops.fusedPadConv2D(Operand<T> input,
Operand<Integer> paddings,
Operand<T> filter,
String mode,
List<Long> strides,
String padding)
Adds an
FusedPadConv2D operation to the graph |
<T extends Number> |
Ops.fusedPadConv2D(Operand<T> input,
Operand<Integer> paddings,
Operand<T> filter,
String mode,
List<Long> strides,
String padding)
Adds an
FusedPadConv2D operation to the graph |
<T extends Number> |
Ops.fusedResizeAndPadConv2D(Operand<T> input,
Operand<Integer> size,
Operand<Integer> paddings,
Operand<T> filter,
String mode,
List<Long> strides,
String padding,
FusedResizeAndPadConv2D.Options... options)
Adds an
FusedResizeAndPadConv2D operation to the graph |
<T extends Number> |
Ops.fusedResizeAndPadConv2D(Operand<T> input,
Operand<Integer> size,
Operand<Integer> paddings,
Operand<T> filter,
String mode,
List<Long> strides,
String padding,
FusedResizeAndPadConv2D.Options... options)
Adds an
FusedResizeAndPadConv2D operation to the graph |
<T extends Number> |
Ops.fusedResizeAndPadConv2D(Operand<T> input,
Operand<Integer> size,
Operand<Integer> paddings,
Operand<T> filter,
String mode,
List<Long> strides,
String padding,
FusedResizeAndPadConv2D.Options... options)
Adds an
FusedResizeAndPadConv2D operation to the graph |
<T extends Number> |
Ops.fusedResizeAndPadConv2D(Operand<T> input,
Operand<Integer> size,
Operand<Integer> paddings,
Operand<T> filter,
String mode,
List<Long> strides,
String padding,
FusedResizeAndPadConv2D.Options... options)
Adds an
FusedResizeAndPadConv2D operation to the graph |
<T,U extends Number> |
Ops.gather(Operand<T> params,
Operand<U> indices,
Gather.Options... options)
Adds an
Gather operation to the graph |
<T,U extends Number> |
Ops.gather(Operand<T> params,
Operand<U> indices,
Gather.Options... options)
Adds an
Gather operation to the graph |
<T,U extends Number> |
Ops.gatherNd(Operand<T> params,
Operand<U> indices)
Adds an
GatherNd operation to the graph |
<T,U extends Number> |
Ops.gatherNd(Operand<T> params,
Operand<U> indices)
Adds an
GatherNd operation to the graph |
<T,U extends Number,V extends Number> |
Ops.gatherV2(Operand<T> params,
Operand<U> indices,
Operand<V> axis)
Adds an
GatherV2 operation to the graph |
<T,U extends Number,V extends Number> |
Ops.gatherV2(Operand<T> params,
Operand<U> indices,
Operand<V> axis)
Adds an
GatherV2 operation to the graph |
<T,U extends Number,V extends Number> |
Ops.gatherV2(Operand<T> params,
Operand<U> indices,
Operand<V> axis)
Adds an
GatherV2 operation to the graph |
GcsConfigureBlockCache |
Ops.gcsConfigureBlockCache(Operand<?> maxCacheSize,
Operand<?> blockSize,
Operand<?> maxStaleness)
Adds an
GcsConfigureBlockCache operation to the graph |
GcsConfigureBlockCache |
Ops.gcsConfigureBlockCache(Operand<?> maxCacheSize,
Operand<?> blockSize,
Operand<?> maxStaleness)
Adds an
GcsConfigureBlockCache operation to the graph |
GcsConfigureBlockCache |
Ops.gcsConfigureBlockCache(Operand<?> maxCacheSize,
Operand<?> blockSize,
Operand<?> maxStaleness)
Adds an
GcsConfigureBlockCache operation to the graph |
GcsConfigureCredentials |
Ops.gcsConfigureCredentials(Operand<String> json)
Adds an
GcsConfigureCredentials operation to the graph |
GenerateVocabRemapping |
Ops.generateVocabRemapping(Operand<String> newVocabFile,
Operand<String> oldVocabFile,
Long newVocabOffset,
Long numNewVocab,
GenerateVocabRemapping.Options... options)
Adds an
GenerateVocabRemapping operation to the graph |
GenerateVocabRemapping |
Ops.generateVocabRemapping(Operand<String> newVocabFile,
Operand<String> oldVocabFile,
Long newVocabOffset,
Long numNewVocab,
GenerateVocabRemapping.Options... options)
Adds an
GenerateVocabRemapping operation to the graph |
<T> GetSessionHandle |
Ops.getSessionHandle(Operand<T> value)
Adds an
GetSessionHandle operation to the graph |
<T> GetSessionHandleV2 |
Ops.getSessionHandleV2(Operand<T> value)
Adds an
GetSessionHandleV2 operation to the graph |
<T> GetSessionTensor<T> |
Ops.getSessionTensor(Operand<String> handle,
Class<T> dtype)
Adds an
GetSessionTensor operation to the graph |
Gradients |
Ops.gradients(Operand<?> y,
Iterable<? extends Operand<?>> x,
Gradients.Options... options)
Adds an
Gradients operation to the graph |
<T extends Number> |
Ops.greater(Operand<T> x,
Operand<T> y)
Adds an
Greater operation to the graph |
<T extends Number> |
Ops.greater(Operand<T> x,
Operand<T> y)
Adds an
Greater operation to the graph |
<T extends Number> |
Ops.greaterEqual(Operand<T> x,
Operand<T> y)
Adds an
GreaterEqual operation to the graph |
<T extends Number> |
Ops.greaterEqual(Operand<T> x,
Operand<T> y)
Adds an
GreaterEqual operation to the graph |
<T> GuaranteeConst<T> |
Ops.guaranteeConst(Operand<T> input)
Adds an
GuaranteeConst operation to the graph |
<T extends Number> |
Ops.histogramFixedWidth(Operand<T> values,
Operand<T> valueRange,
Operand<Integer> nbins)
Adds an
HistogramFixedWidth operation to the graph |
<T extends Number> |
Ops.histogramFixedWidth(Operand<T> values,
Operand<T> valueRange,
Operand<Integer> nbins)
Adds an
HistogramFixedWidth operation to the graph |
<T extends Number> |
Ops.histogramFixedWidth(Operand<T> values,
Operand<T> valueRange,
Operand<Integer> nbins)
Adds an
HistogramFixedWidth operation to the graph |
<U extends Number,T extends Number> |
Ops.histogramFixedWidth(Operand<T> values,
Operand<T> valueRange,
Operand<Integer> nbins,
Class<U> dtype)
Adds an
HistogramFixedWidth operation to the graph |
<U extends Number,T extends Number> |
Ops.histogramFixedWidth(Operand<T> values,
Operand<T> valueRange,
Operand<Integer> nbins,
Class<U> dtype)
Adds an
HistogramFixedWidth operation to the graph |
<U extends Number,T extends Number> |
Ops.histogramFixedWidth(Operand<T> values,
Operand<T> valueRange,
Operand<Integer> nbins,
Class<U> dtype)
Adds an
HistogramFixedWidth operation to the graph |
<T extends Number> |
Ops.histogramSummary(Operand<String> tag,
Operand<T> values)
Adds an
HistogramSummary operation to the graph |
<T extends Number> |
Ops.histogramSummary(Operand<String> tag,
Operand<T> values)
Adds an
HistogramSummary operation to the graph |
<T extends Number> |
Ops.hSVToRGB(Operand<T> images)
Adds an
HSVToRGB operation to the graph |
<T> Identity<T> |
Ops.identity(Operand<T> input)
Adds an
Identity operation to the graph |
<T> IFFT<T> |
Ops.iFFT(Operand<T> input)
Adds an
IFFT operation to the graph |
<T> IFFT2D<T> |
Ops.iFFT2D(Operand<T> input)
Adds an
IFFT2D operation to the graph |
<T> IFFT3D<T> |
Ops.iFFT3D(Operand<T> input)
Adds an
IFFT3D operation to the graph |
<T extends Number> |
Ops.igamma(Operand<T> a,
Operand<T> x)
Adds an
Igamma operation to the graph |
<T extends Number> |
Ops.igamma(Operand<T> a,
Operand<T> x)
Adds an
Igamma operation to the graph |
<T extends Number> |
Ops.igammac(Operand<T> a,
Operand<T> x)
Adds an
Igammac operation to the graph |
<T extends Number> |
Ops.igammac(Operand<T> a,
Operand<T> x)
Adds an
Igammac operation to the graph |
<T> Imag<Float> |
Ops.imag(Operand<T> input)
Adds an
Imag operation to the graph |
<U extends Number,T> |
Ops.imag(Operand<T> input,
Class<U> Tout)
Adds an
Imag operation to the graph |
<T extends Number> |
Ops.imageSummary(Operand<String> tag,
Operand<T> tensor,
ImageSummary.Options... options)
Adds an
ImageSummary operation to the graph |
<T extends Number> |
Ops.imageSummary(Operand<String> tag,
Operand<T> tensor,
ImageSummary.Options... options)
Adds an
ImageSummary operation to the graph |
<T,U> InitializeTable |
Ops.initializeTable(Operand<?> tableHandle,
Operand<T> keys,
Operand<U> values)
Adds an
InitializeTable operation to the graph |
<T,U> InitializeTable |
Ops.initializeTable(Operand<?> tableHandle,
Operand<T> keys,
Operand<U> values)
Adds an
InitializeTable operation to the graph |
<T,U> InitializeTable |
Ops.initializeTable(Operand<?> tableHandle,
Operand<T> keys,
Operand<U> values)
Adds an
InitializeTable operation to the graph |
InitializeTableFromTextFile |
Ops.initializeTableFromTextFile(Operand<?> tableHandle,
Operand<String> filename,
Long keyIndex,
Long valueIndex,
InitializeTableFromTextFile.Options... options)
Adds an
InitializeTableFromTextFile operation to the graph |
InitializeTableFromTextFile |
Ops.initializeTableFromTextFile(Operand<?> tableHandle,
Operand<String> filename,
Long keyIndex,
Long valueIndex,
InitializeTableFromTextFile.Options... options)
Adds an
InitializeTableFromTextFile operation to the graph |
<T> InplaceAdd<T> |
Ops.inplaceAdd(Operand<T> x,
Operand<Integer> i,
Operand<T> v)
Adds an
InplaceAdd operation to the graph |
<T> InplaceAdd<T> |
Ops.inplaceAdd(Operand<T> x,
Operand<Integer> i,
Operand<T> v)
Adds an
InplaceAdd operation to the graph |
<T> InplaceAdd<T> |
Ops.inplaceAdd(Operand<T> x,
Operand<Integer> i,
Operand<T> v)
Adds an
InplaceAdd operation to the graph |
<T> InplaceSub<T> |
Ops.inplaceSub(Operand<T> x,
Operand<Integer> i,
Operand<T> v)
Adds an
InplaceSub operation to the graph |
<T> InplaceSub<T> |
Ops.inplaceSub(Operand<T> x,
Operand<Integer> i,
Operand<T> v)
Adds an
InplaceSub operation to the graph |
<T> InplaceSub<T> |
Ops.inplaceSub(Operand<T> x,
Operand<Integer> i,
Operand<T> v)
Adds an
InplaceSub operation to the graph |
<T> InplaceUpdate<T> |
Ops.inplaceUpdate(Operand<T> x,
Operand<Integer> i,
Operand<T> v)
Adds an
InplaceUpdate operation to the graph |
<T> InplaceUpdate<T> |
Ops.inplaceUpdate(Operand<T> x,
Operand<Integer> i,
Operand<T> v)
Adds an
InplaceUpdate operation to the graph |
<T> InplaceUpdate<T> |
Ops.inplaceUpdate(Operand<T> x,
Operand<Integer> i,
Operand<T> v)
Adds an
InplaceUpdate operation to the graph |
<T extends Number> |
Ops.inTopK(Operand<Float> predictions,
Operand<T> targets,
Long k)
Adds an
InTopK operation to the graph |
<T extends Number> |
Ops.inTopK(Operand<Float> predictions,
Operand<T> targets,
Long k)
Adds an
InTopK operation to the graph |
<T extends Number> |
Ops.inTopKV2(Operand<Float> predictions,
Operand<T> targets,
Operand<T> k)
Adds an
InTopKV2 operation to the graph |
<T extends Number> |
Ops.inTopKV2(Operand<Float> predictions,
Operand<T> targets,
Operand<T> k)
Adds an
InTopKV2 operation to the graph |
<T extends Number> |
Ops.inTopKV2(Operand<Float> predictions,
Operand<T> targets,
Operand<T> k)
Adds an
InTopKV2 operation to the graph |
<T> Inv<T> |
Ops.inv(Operand<T> x)
Adds an
Inv operation to the graph |
<T extends Number> |
Ops.invert(Operand<T> x)
Adds an
Invert operation to the graph |
<T extends Number> |
Ops.invertPermutation(Operand<T> x)
Adds an
InvertPermutation operation to the graph |
IRFFT |
Ops.iRFFT(Operand<?> input,
Operand<Integer> fftLength)
Adds an
IRFFT operation to the graph |
IRFFT |
Ops.iRFFT(Operand<?> input,
Operand<Integer> fftLength)
Adds an
IRFFT operation to the graph |
IRFFT2D |
Ops.iRFFT2D(Operand<?> input,
Operand<Integer> fftLength)
Adds an
IRFFT2D operation to the graph |
IRFFT2D |
Ops.iRFFT2D(Operand<?> input,
Operand<Integer> fftLength)
Adds an
IRFFT2D operation to the graph |
IRFFT3D |
Ops.iRFFT3D(Operand<?> input,
Operand<Integer> fftLength)
Adds an
IRFFT3D operation to the graph |
IRFFT3D |
Ops.iRFFT3D(Operand<?> input,
Operand<Integer> fftLength)
Adds an
IRFFT3D operation to the graph |
<T extends Number> |
Ops.isFinite(Operand<T> x)
Adds an
IsFinite operation to the graph |
<T extends Number> |
Ops.isInf(Operand<T> x)
Adds an
IsInf operation to the graph |
<T extends Number> |
Ops.isNan(Operand<T> x)
Adds an
IsNan operation to the graph |
<T> IsVariableInitialized |
Ops.isVariableInitialized(Operand<T> ref)
Adds an
IsVariableInitialized operation to the graph |
IteratorFromStringHandle |
Ops.iteratorFromStringHandle(Operand<String> stringHandle,
List<Class<?>> outputTypes,
IteratorFromStringHandle.Options... options)
Adds an
IteratorFromStringHandle operation to the graph |
IteratorGetNext |
Ops.iteratorGetNext(Operand<?> iterator,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Adds an
IteratorGetNext operation to the graph |
IteratorGetNextAsOptional |
Ops.iteratorGetNextAsOptional(Operand<?> iterator,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Adds an
IteratorGetNextAsOptional operation to the graph |
IteratorGetNextSync |
Ops.iteratorGetNextSync(Operand<?> iterator,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Adds an
IteratorGetNextSync operation to the graph |
IteratorToStringHandle |
Ops.iteratorToStringHandle(Operand<?> resourceHandle)
Adds an
IteratorToStringHandle operation to the graph |
<T extends Number> |
Ops.l2Loss(Operand<T> t)
Adds an
L2Loss operation to the graph |
LatencyStatsDataset |
Ops.latencyStatsDataset(Operand<?> inputDataset,
Operand<String> tag,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Adds an
LatencyStatsDataset operation to the graph |
LatencyStatsDataset |
Ops.latencyStatsDataset(Operand<?> inputDataset,
Operand<String> tag,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Adds an
LatencyStatsDataset operation to the graph |
LearnedUnigramCandidateSampler |
Ops.learnedUnigramCandidateSampler(Operand<Long> trueClasses,
Long numTrue,
Long numSampled,
Boolean unique,
Long rangeMax,
LearnedUnigramCandidateSampler.Options... options)
Adds an
LearnedUnigramCandidateSampler operation to the graph |
<T extends Number> |
Ops.leftShift(Operand<T> x,
Operand<T> y)
Adds an
LeftShift operation to the graph |
<T extends Number> |
Ops.leftShift(Operand<T> x,
Operand<T> y)
Adds an
LeftShift operation to the graph |
<T extends Number> |
Ops.less(Operand<T> x,
Operand<T> y)
Adds an
Less operation to the graph |
<T extends Number> |
Ops.less(Operand<T> x,
Operand<T> y)
Adds an
Less operation to the graph |
<T extends Number> |
Ops.lessEqual(Operand<T> x,
Operand<T> y)
Adds an
LessEqual operation to the graph |
<T extends Number> |
Ops.lessEqual(Operand<T> x,
Operand<T> y)
Adds an
LessEqual operation to the graph |
<T extends Number> |
Ops.lgamma(Operand<T> x)
Adds an
Lgamma operation to the graph |
<T extends Number,U extends Number> |
Ops.linSpace(Operand<T> start,
Operand<T> stop,
Operand<U> num)
Adds an
LinSpace operation to the graph |
<T extends Number,U extends Number> |
Ops.linSpace(Operand<T> start,
Operand<T> stop,
Operand<U> num)
Adds an
LinSpace operation to the graph |
<T extends Number,U extends Number> |
Ops.linSpace(Operand<T> start,
Operand<T> stop,
Operand<U> num)
Adds an
LinSpace operation to the graph |
LoadAndRemapMatrix |
Ops.loadAndRemapMatrix(Operand<String> ckptPath,
Operand<String> oldTensorName,
Operand<Long> rowRemapping,
Operand<Long> colRemapping,
Operand<Float> initializingValues,
Long numRows,
Long numCols,
LoadAndRemapMatrix.Options... options)
Adds an
LoadAndRemapMatrix operation to the graph |
LoadAndRemapMatrix |
Ops.loadAndRemapMatrix(Operand<String> ckptPath,
Operand<String> oldTensorName,
Operand<Long> rowRemapping,
Operand<Long> colRemapping,
Operand<Float> initializingValues,
Long numRows,
Long numCols,
LoadAndRemapMatrix.Options... options)
Adds an
LoadAndRemapMatrix operation to the graph |
LoadAndRemapMatrix |
Ops.loadAndRemapMatrix(Operand<String> ckptPath,
Operand<String> oldTensorName,
Operand<Long> rowRemapping,
Operand<Long> colRemapping,
Operand<Float> initializingValues,
Long numRows,
Long numCols,
LoadAndRemapMatrix.Options... options)
Adds an
LoadAndRemapMatrix operation to the graph |
LoadAndRemapMatrix |
Ops.loadAndRemapMatrix(Operand<String> ckptPath,
Operand<String> oldTensorName,
Operand<Long> rowRemapping,
Operand<Long> colRemapping,
Operand<Float> initializingValues,
Long numRows,
Long numCols,
LoadAndRemapMatrix.Options... options)
Adds an
LoadAndRemapMatrix operation to the graph |
LoadAndRemapMatrix |
Ops.loadAndRemapMatrix(Operand<String> ckptPath,
Operand<String> oldTensorName,
Operand<Long> rowRemapping,
Operand<Long> colRemapping,
Operand<Float> initializingValues,
Long numRows,
Long numCols,
LoadAndRemapMatrix.Options... options)
Adds an
LoadAndRemapMatrix operation to the graph |
<T> Log<T> |
Ops.log(Operand<T> x)
Adds an
Log operation to the graph |
<T> Log1p<T> |
Ops.log1p(Operand<T> x)
Adds an
Log1p operation to the graph |
LogicalAnd |
Ops.logicalAnd(Operand<Boolean> x,
Operand<Boolean> y)
Adds an
LogicalAnd operation to the graph |
LogicalAnd |
Ops.logicalAnd(Operand<Boolean> x,
Operand<Boolean> y)
Adds an
LogicalAnd operation to the graph |
LogicalNot |
Ops.logicalNot(Operand<Boolean> x)
Adds an
LogicalNot operation to the graph |
LogicalOr |
Ops.logicalOr(Operand<Boolean> x,
Operand<Boolean> y)
Adds an
LogicalOr operation to the graph |
LogicalOr |
Ops.logicalOr(Operand<Boolean> x,
Operand<Boolean> y)
Adds an
LogicalOr operation to the graph |
<T> LogMatrixDeterminant<T> |
Ops.logMatrixDeterminant(Operand<T> input)
Adds an
LogMatrixDeterminant operation to the graph |
<T extends Number> |
Ops.logSoftmax(Operand<T> logits)
Adds an
LogSoftmax operation to the graph |
LogUniformCandidateSampler |
Ops.logUniformCandidateSampler(Operand<Long> trueClasses,
Long numTrue,
Long numSampled,
Boolean unique,
Long rangeMax,
LogUniformCandidateSampler.Options... options)
Adds an
LogUniformCandidateSampler operation to the graph |
<T,U> LookupTableExport<T,U> |
Ops.lookupTableExport(Operand<?> tableHandle,
Class<T> Tkeys,
Class<U> Tvalues)
Adds an
LookupTableExport operation to the graph |
<U,T> LookupTableFind<U> |
Ops.lookupTableFind(Operand<?> tableHandle,
Operand<T> keys,
Operand<U> defaultValue)
Adds an
LookupTableFind operation to the graph |
<U,T> LookupTableFind<U> |
Ops.lookupTableFind(Operand<?> tableHandle,
Operand<T> keys,
Operand<U> defaultValue)
Adds an
LookupTableFind operation to the graph |
<U,T> LookupTableFind<U> |
Ops.lookupTableFind(Operand<?> tableHandle,
Operand<T> keys,
Operand<U> defaultValue)
Adds an
LookupTableFind operation to the graph |
<T,U> LookupTableImport |
Ops.lookupTableImport(Operand<?> tableHandle,
Operand<T> keys,
Operand<U> values)
Adds an
LookupTableImport operation to the graph |
<T,U> LookupTableImport |
Ops.lookupTableImport(Operand<?> tableHandle,
Operand<T> keys,
Operand<U> values)
Adds an
LookupTableImport operation to the graph |
<T,U> LookupTableImport |
Ops.lookupTableImport(Operand<?> tableHandle,
Operand<T> keys,
Operand<U> values)
Adds an
LookupTableImport operation to the graph |
<T,U> LookupTableInsert |
Ops.lookupTableInsert(Operand<?> tableHandle,
Operand<T> keys,
Operand<U> values)
Adds an
LookupTableInsert operation to the graph |
<T,U> LookupTableInsert |
Ops.lookupTableInsert(Operand<?> tableHandle,
Operand<T> keys,
Operand<U> values)
Adds an
LookupTableInsert operation to the graph |
<T,U> LookupTableInsert |
Ops.lookupTableInsert(Operand<?> tableHandle,
Operand<T> keys,
Operand<U> values)
Adds an
LookupTableInsert operation to the graph |
LookupTableSize |
Ops.lookupTableSize(Operand<?> tableHandle)
Adds an
LookupTableSize operation to the graph |
LoopCond |
Ops.loopCond(Operand<Boolean> input)
Adds an
LoopCond operation to the graph |
<T extends Number> |
Ops.lRN(Operand<T> input,
LRN.Options... options)
Adds an
LRN operation to the graph |
MakeIterator |
Ops.makeIterator(Operand<?> dataset,
Operand<?> iterator)
Adds an
MakeIterator operation to the graph |
MakeIterator |
Ops.makeIterator(Operand<?> dataset,
Operand<?> iterator)
Adds an
MakeIterator operation to the graph |
MapPeek |
Ops.mapPeek(Operand<Long> key,
Operand<Integer> indices,
List<Class<?>> dtypes,
MapPeek.Options... options)
Adds an
MapPeek operation to the graph |
MapPeek |
Ops.mapPeek(Operand<Long> key,
Operand<Integer> indices,
List<Class<?>> dtypes,
MapPeek.Options... options)
Adds an
MapPeek operation to the graph |
MapStage |
Ops.mapStage(Operand<Long> key,
Operand<Integer> indices,
Iterable<Operand<?>> values,
List<Class<?>> dtypes,
MapStage.Options... options)
Adds an
MapStage operation to the graph |
MapStage |
Ops.mapStage(Operand<Long> key,
Operand<Integer> indices,
Iterable<Operand<?>> values,
List<Class<?>> dtypes,
MapStage.Options... options)
Adds an
MapStage operation to the graph |
MapUnstage |
Ops.mapUnstage(Operand<Long> key,
Operand<Integer> indices,
List<Class<?>> dtypes,
MapUnstage.Options... options)
Adds an
MapUnstage operation to the graph |
MapUnstage |
Ops.mapUnstage(Operand<Long> key,
Operand<Integer> indices,
List<Class<?>> dtypes,
MapUnstage.Options... options)
Adds an
MapUnstage operation to the graph |
MapUnstageNoKey |
Ops.mapUnstageNoKey(Operand<Integer> indices,
List<Class<?>> dtypes,
MapUnstageNoKey.Options... options)
Adds an
MapUnstageNoKey operation to the graph |
MatchingFiles |
Ops.matchingFiles(Operand<String> pattern)
Adds an
MatchingFiles operation to the graph |
<T> MatMul<T> |
Ops.matMul(Operand<T> a,
Operand<T> b,
MatMul.Options... options)
Adds an
MatMul operation to the graph |
<T> MatMul<T> |
Ops.matMul(Operand<T> a,
Operand<T> b,
MatMul.Options... options)
Adds an
MatMul operation to the graph |
<T,U extends Number> |
Ops.matrixBandPart(Operand<T> input,
Operand<U> numLower,
Operand<U> numUpper)
Adds an
MatrixBandPart operation to the graph |
<T,U extends Number> |
Ops.matrixBandPart(Operand<T> input,
Operand<U> numLower,
Operand<U> numUpper)
Adds an
MatrixBandPart operation to the graph |
<T,U extends Number> |
Ops.matrixBandPart(Operand<T> input,
Operand<U> numLower,
Operand<U> numUpper)
Adds an
MatrixBandPart operation to the graph |
<T> MatrixDeterminant<T> |
Ops.matrixDeterminant(Operand<T> input)
Adds an
MatrixDeterminant operation to the graph |
<T> MatrixDiag<T> |
Ops.matrixDiag(Operand<T> diagonal)
Adds an
MatrixDiag operation to the graph |
<T> MatrixDiagPart<T> |
Ops.matrixDiagPart(Operand<T> input)
Adds an
MatrixDiagPart operation to the graph |
<T> MatrixInverse<T> |
Ops.matrixInverse(Operand<T> input,
MatrixInverse.Options... options)
Adds an
MatrixInverse operation to the graph |
<T> MatrixSetDiag<T> |
Ops.matrixSetDiag(Operand<T> input,
Operand<T> diagonal)
Adds an
MatrixSetDiag operation to the graph |
<T> MatrixSetDiag<T> |
Ops.matrixSetDiag(Operand<T> input,
Operand<T> diagonal)
Adds an
MatrixSetDiag operation to the graph |
<T> MatrixSolve<T> |
Ops.matrixSolve(Operand<T> matrix,
Operand<T> rhs,
MatrixSolve.Options... options)
Adds an
MatrixSolve operation to the graph |
<T> MatrixSolve<T> |
Ops.matrixSolve(Operand<T> matrix,
Operand<T> rhs,
MatrixSolve.Options... options)
Adds an
MatrixSolve operation to the graph |
<T> MatrixSolveLs<T> |
Ops.matrixSolveLs(Operand<T> matrix,
Operand<T> rhs,
Operand<Double> l2Regularizer,
MatrixSolveLs.Options... options)
Adds an
MatrixSolveLs operation to the graph |
<T> MatrixSolveLs<T> |
Ops.matrixSolveLs(Operand<T> matrix,
Operand<T> rhs,
Operand<Double> l2Regularizer,
MatrixSolveLs.Options... options)
Adds an
MatrixSolveLs operation to the graph |
<T> MatrixSolveLs<T> |
Ops.matrixSolveLs(Operand<T> matrix,
Operand<T> rhs,
Operand<Double> l2Regularizer,
MatrixSolveLs.Options... options)
Adds an
MatrixSolveLs operation to the graph |
<T> MatrixTriangularSolve<T> |
Ops.matrixTriangularSolve(Operand<T> matrix,
Operand<T> rhs,
MatrixTriangularSolve.Options... options)
Adds an
MatrixTriangularSolve operation to the graph |
<T> MatrixTriangularSolve<T> |
Ops.matrixTriangularSolve(Operand<T> matrix,
Operand<T> rhs,
MatrixTriangularSolve.Options... options)
Adds an
MatrixTriangularSolve operation to the graph |
<T,U extends Number> |
Ops.max(Operand<T> input,
Operand<U> axis,
Max.Options... options)
Adds an
Max operation to the graph |
<T,U extends Number> |
Ops.max(Operand<T> input,
Operand<U> axis,
Max.Options... options)
Adds an
Max operation to the graph |
<T extends Number> |
Ops.maximum(Operand<T> x,
Operand<T> y)
Adds an
Maximum operation to the graph |
<T extends Number> |
Ops.maximum(Operand<T> x,
Operand<T> y)
Adds an
Maximum operation to the graph |
<T> MaxPool<T> |
Ops.maxPool(Operand<T> input,
List<Long> ksize,
List<Long> strides,
String padding,
MaxPool.Options... options)
Adds an
MaxPool operation to the graph |
<T extends Number> |
Ops.maxPool3D(Operand<T> input,
List<Long> ksize,
List<Long> strides,
String padding,
MaxPool3D.Options... options)
Adds an
MaxPool3D operation to the graph |
<U extends Number,T extends Number> |
Ops.maxPool3DGrad(Operand<T> origInput,
Operand<T> origOutput,
Operand<U> grad,
List<Long> ksize,
List<Long> strides,
String padding,
MaxPool3DGrad.Options... options)
Adds an
MaxPool3DGrad operation to the graph |
<U extends Number,T extends Number> |
Ops.maxPool3DGrad(Operand<T> origInput,
Operand<T> origOutput,
Operand<U> grad,
List<Long> ksize,
List<Long> strides,
String padding,
MaxPool3DGrad.Options... options)
Adds an
MaxPool3DGrad operation to the graph |
<U extends Number,T extends Number> |
Ops.maxPool3DGrad(Operand<T> origInput,
Operand<T> origOutput,
Operand<U> grad,
List<Long> ksize,
List<Long> strides,
String padding,
MaxPool3DGrad.Options... options)
Adds an
MaxPool3DGrad operation to the graph |
<T extends Number> |
Ops.maxPool3DGradGrad(Operand<T> origInput,
Operand<T> origOutput,
Operand<T> grad,
List<Long> ksize,
List<Long> strides,
String padding,
MaxPool3DGradGrad.Options... options)
Adds an
MaxPool3DGradGrad operation to the graph |
<T extends Number> |
Ops.maxPool3DGradGrad(Operand<T> origInput,
Operand<T> origOutput,
Operand<T> grad,
List<Long> ksize,
List<Long> strides,
String padding,
MaxPool3DGradGrad.Options... options)
Adds an
MaxPool3DGradGrad operation to the graph |
<T extends Number> |
Ops.maxPool3DGradGrad(Operand<T> origInput,
Operand<T> origOutput,
Operand<T> grad,
List<Long> ksize,
List<Long> strides,
String padding,
MaxPool3DGradGrad.Options... options)
Adds an
MaxPool3DGradGrad operation to the graph |
<T extends Number> |
Ops.maxPoolGradGrad(Operand<T> origInput,
Operand<T> origOutput,
Operand<T> grad,
List<Long> ksize,
List<Long> strides,
String padding,
MaxPoolGradGrad.Options... options)
Adds an
MaxPoolGradGrad operation to the graph |
<T extends Number> |
Ops.maxPoolGradGrad(Operand<T> origInput,
Operand<T> origOutput,
Operand<T> grad,
List<Long> ksize,
List<Long> strides,
String padding,
MaxPoolGradGrad.Options... options)
Adds an
MaxPoolGradGrad operation to the graph |
<T extends Number> |
Ops.maxPoolGradGrad(Operand<T> origInput,
Operand<T> origOutput,
Operand<T> grad,
List<Long> ksize,
List<Long> strides,
String padding,
MaxPoolGradGrad.Options... options)
Adds an
MaxPoolGradGrad operation to the graph |
<T extends Number> |
Ops.maxPoolGradGradV2(Operand<T> origInput,
Operand<T> origOutput,
Operand<T> grad,
Operand<Integer> ksize,
Operand<Integer> strides,
String padding,
MaxPoolGradGradV2.Options... options)
Adds an
MaxPoolGradGradV2 operation to the graph |
<T extends Number> |
Ops.maxPoolGradGradV2(Operand<T> origInput,
Operand<T> origOutput,
Operand<T> grad,
Operand<Integer> ksize,
Operand<Integer> strides,
String padding,
MaxPoolGradGradV2.Options... options)
Adds an
MaxPoolGradGradV2 operation to the graph |
<T extends Number> |
Ops.maxPoolGradGradV2(Operand<T> origInput,
Operand<T> origOutput,
Operand<T> grad,
Operand<Integer> ksize,
Operand<Integer> strides,
String padding,
MaxPoolGradGradV2.Options... options)
Adds an
MaxPoolGradGradV2 operation to the graph |
<T extends Number> |
Ops.maxPoolGradGradV2(Operand<T> origInput,
Operand<T> origOutput,
Operand<T> grad,
Operand<Integer> ksize,
Operand<Integer> strides,
String padding,
MaxPoolGradGradV2.Options... options)
Adds an
MaxPoolGradGradV2 operation to the graph |
<T extends Number> |
Ops.maxPoolGradGradV2(Operand<T> origInput,
Operand<T> origOutput,
Operand<T> grad,
Operand<Integer> ksize,
Operand<Integer> strides,
String padding,
MaxPoolGradGradV2.Options... options)
Adds an
MaxPoolGradGradV2 operation to the graph |
<T extends Number,U extends Number> |
Ops.maxPoolGradGradWithArgmax(Operand<T> input,
Operand<T> grad,
Operand<U> argmax,
List<Long> ksize,
List<Long> strides,
String padding)
Adds an
MaxPoolGradGradWithArgmax operation to the graph |
<T extends Number,U extends Number> |
Ops.maxPoolGradGradWithArgmax(Operand<T> input,
Operand<T> grad,
Operand<U> argmax,
List<Long> ksize,
List<Long> strides,
String padding)
Adds an
MaxPoolGradGradWithArgmax operation to the graph |
<T extends Number,U extends Number> |
Ops.maxPoolGradGradWithArgmax(Operand<T> input,
Operand<T> grad,
Operand<U> argmax,
List<Long> ksize,
List<Long> strides,
String padding)
Adds an
MaxPoolGradGradWithArgmax operation to the graph |
<T extends Number> |
Ops.maxPoolGradV2(Operand<T> origInput,
Operand<T> origOutput,
Operand<T> grad,
Operand<Integer> ksize,
Operand<Integer> strides,
String padding,
MaxPoolGradV2.Options... options)
Adds an
MaxPoolGradV2 operation to the graph |
<T extends Number> |
Ops.maxPoolGradV2(Operand<T> origInput,
Operand<T> origOutput,
Operand<T> grad,
Operand<Integer> ksize,
Operand<Integer> strides,
String padding,
MaxPoolGradV2.Options... options)
Adds an
MaxPoolGradV2 operation to the graph |
<T extends Number> |
Ops.maxPoolGradV2(Operand<T> origInput,
Operand<T> origOutput,
Operand<T> grad,
Operand<Integer> ksize,
Operand<Integer> strides,
String padding,
MaxPoolGradV2.Options... options)
Adds an
MaxPoolGradV2 operation to the graph |
<T extends Number> |
Ops.maxPoolGradV2(Operand<T> origInput,
Operand<T> origOutput,
Operand<T> grad,
Operand<Integer> ksize,
Operand<Integer> strides,
String padding,
MaxPoolGradV2.Options... options)
Adds an
MaxPoolGradV2 operation to the graph |
<T extends Number> |
Ops.maxPoolGradV2(Operand<T> origInput,
Operand<T> origOutput,
Operand<T> grad,
Operand<Integer> ksize,
Operand<Integer> strides,
String padding,
MaxPoolGradV2.Options... options)
Adds an
MaxPoolGradV2 operation to the graph |
<T> MaxPoolV2<T> |
Ops.maxPoolV2(Operand<T> input,
Operand<Integer> ksize,
Operand<Integer> strides,
String padding,
MaxPoolV2.Options... options)
Adds an
MaxPoolV2 operation to the graph |
<T> MaxPoolV2<T> |
Ops.maxPoolV2(Operand<T> input,
Operand<Integer> ksize,
Operand<Integer> strides,
String padding,
MaxPoolV2.Options... options)
Adds an
MaxPoolV2 operation to the graph |
<T> MaxPoolV2<T> |
Ops.maxPoolV2(Operand<T> input,
Operand<Integer> ksize,
Operand<Integer> strides,
String padding,
MaxPoolV2.Options... options)
Adds an
MaxPoolV2 operation to the graph |
<T extends Number,U extends Number> |
Ops.maxPoolWithArgmax(Operand<T> input,
List<Long> ksize,
List<Long> strides,
Class<U> Targmax,
String padding)
Adds an
MaxPoolWithArgmax operation to the graph |
<T extends Number> |
Ops.maxPoolWithArgmax(Operand<T> input,
List<Long> ksize,
List<Long> strides,
String padding)
Adds an
MaxPoolWithArgmax operation to the graph |
<T,U extends Number> |
Ops.mean(Operand<T> input,
Operand<U> axis,
Mean.Options... options)
Adds an
Mean operation to the graph |
<T,U extends Number> |
Ops.mean(Operand<T> input,
Operand<U> axis,
Mean.Options... options)
Adds an
Mean operation to the graph |
<T> Merge<T> |
Ops.merge(Operand<T> inputs)
Adds an
Merge operation to the graph |
MergeV2Checkpoints |
Ops.mergeV2Checkpoints(Operand<String> checkpointPrefixes,
Operand<String> destinationPrefix,
MergeV2Checkpoints.Options... options)
Adds an
MergeV2Checkpoints operation to the graph |
MergeV2Checkpoints |
Ops.mergeV2Checkpoints(Operand<String> checkpointPrefixes,
Operand<String> destinationPrefix,
MergeV2Checkpoints.Options... options)
Adds an
MergeV2Checkpoints operation to the graph |
Mfcc |
Ops.mfcc(Operand<Float> spectrogram,
Operand<Integer> sampleRate,
Mfcc.Options... options)
Adds an
Mfcc operation to the graph |
Mfcc |
Ops.mfcc(Operand<Float> spectrogram,
Operand<Integer> sampleRate,
Mfcc.Options... options)
Adds an
Mfcc operation to the graph |
<T,U extends Number> |
Ops.min(Operand<T> input,
Operand<U> axis,
Min.Options... options)
Adds an
Min operation to the graph |
<T,U extends Number> |
Ops.min(Operand<T> input,
Operand<U> axis,
Min.Options... options)
Adds an
Min operation to the graph |
<T extends Number> |
Ops.minimum(Operand<T> x,
Operand<T> y)
Adds an
Minimum operation to the graph |
<T extends Number> |
Ops.minimum(Operand<T> x,
Operand<T> y)
Adds an
Minimum operation to the graph |
<T,U extends Number> |
Ops.mirrorPad(Operand<T> input,
Operand<U> paddings,
String mode)
Adds an
MirrorPad operation to the graph |
<T,U extends Number> |
Ops.mirrorPad(Operand<T> input,
Operand<U> paddings,
String mode)
Adds an
MirrorPad operation to the graph |
<T extends Number> |
Ops.mod(Operand<T> x,
Operand<T> y)
Adds an
Mod operation to the graph |
<T extends Number> |
Ops.mod(Operand<T> x,
Operand<T> y)
Adds an
Mod operation to the graph |
<T> Mul<T> |
Ops.mul(Operand<T> x,
Operand<T> y)
Adds an
Mul operation to the graph |
<T> Mul<T> |
Ops.mul(Operand<T> x,
Operand<T> y)
Adds an
Mul operation to the graph |
<U extends Number,T extends Number> |
Ops.multinomial(Operand<T> logits,
Operand<Integer> numSamples,
Class<U> outputDtype,
Multinomial.Options... options)
Adds an
Multinomial operation to the graph |
<U extends Number,T extends Number> |
Ops.multinomial(Operand<T> logits,
Operand<Integer> numSamples,
Class<U> outputDtype,
Multinomial.Options... options)
Adds an
Multinomial operation to the graph |
<T extends Number> |
Ops.multinomial(Operand<T> logits,
Operand<Integer> numSamples,
Multinomial.Options... options)
Adds an
Multinomial operation to the graph |
<T extends Number> |
Ops.multinomial(Operand<T> logits,
Operand<Integer> numSamples,
Multinomial.Options... options)
Adds an
Multinomial operation to the graph |
<T> Multiply<T> |
Ops.multiply(Operand<T> x,
Operand<T> y)
Adds an
Multiply operation to the graph |
<T> Multiply<T> |
Ops.multiply(Operand<T> x,
Operand<T> y)
Adds an
Multiply operation to the graph |
<T,U> MutableDenseHashTable |
Ops.mutableDenseHashTable(Operand<T> emptyKey,
Class<U> valueDtype,
MutableDenseHashTable.Options... options)
Adds an
MutableDenseHashTable operation to the graph |
MutexLock |
Ops.mutexLock(Operand<?> mutex)
Adds an
MutexLock operation to the graph |
<T> Neg<T> |
Ops.neg(Operand<T> x)
Adds an
Neg operation to the graph |
<T> Negate<T> |
Ops.negate(Operand<T> x)
Adds an
Negate operation to the graph |
NegTrain |
Ops.negTrain(Operand<Float> wIn,
Operand<Float> wOut,
Operand<Integer> examples,
Operand<Integer> labels,
Operand<Float> lr,
List<Long> vocabCount,
Long numNegativeSamples)
Adds an
NegTrain operation to the graph |
NegTrain |
Ops.negTrain(Operand<Float> wIn,
Operand<Float> wOut,
Operand<Integer> examples,
Operand<Integer> labels,
Operand<Float> lr,
List<Long> vocabCount,
Long numNegativeSamples)
Adds an
NegTrain operation to the graph |
NegTrain |
Ops.negTrain(Operand<Float> wIn,
Operand<Float> wOut,
Operand<Integer> examples,
Operand<Integer> labels,
Operand<Float> lr,
List<Long> vocabCount,
Long numNegativeSamples)
Adds an
NegTrain operation to the graph |
NegTrain |
Ops.negTrain(Operand<Float> wIn,
Operand<Float> wOut,
Operand<Integer> examples,
Operand<Integer> labels,
Operand<Float> lr,
List<Long> vocabCount,
Long numNegativeSamples)
Adds an
NegTrain operation to the graph |
NegTrain |
Ops.negTrain(Operand<Float> wIn,
Operand<Float> wOut,
Operand<Integer> examples,
Operand<Integer> labels,
Operand<Float> lr,
List<Long> vocabCount,
Long numNegativeSamples)
Adds an
NegTrain operation to the graph |
<T> NextIteration<T> |
Ops.nextIteration(Operand<T> data)
Adds an
NextIteration operation to the graph |
NonMaxSuppression |
Ops.nonMaxSuppression(Operand<Float> boxes,
Operand<Float> scores,
Operand<Integer> maxOutputSize,
NonMaxSuppression.Options... options)
Adds an
NonMaxSuppression operation to the graph |
NonMaxSuppression |
Ops.nonMaxSuppression(Operand<Float> boxes,
Operand<Float> scores,
Operand<Integer> maxOutputSize,
NonMaxSuppression.Options... options)
Adds an
NonMaxSuppression operation to the graph |
NonMaxSuppression |
Ops.nonMaxSuppression(Operand<Float> boxes,
Operand<Float> scores,
Operand<Integer> maxOutputSize,
NonMaxSuppression.Options... options)
Adds an
NonMaxSuppression operation to the graph |
<T extends Number> |
Ops.nonMaxSuppressionV2(Operand<T> boxes,
Operand<T> scores,
Operand<Integer> maxOutputSize,
Operand<Float> iouThreshold)
Adds an
NonMaxSuppressionV2 operation to the graph |
<T extends Number> |
Ops.nonMaxSuppressionV2(Operand<T> boxes,
Operand<T> scores,
Operand<Integer> maxOutputSize,
Operand<Float> iouThreshold)
Adds an
NonMaxSuppressionV2 operation to the graph |
<T extends Number> |
Ops.nonMaxSuppressionV2(Operand<T> boxes,
Operand<T> scores,
Operand<Integer> maxOutputSize,
Operand<Float> iouThreshold)
Adds an
NonMaxSuppressionV2 operation to the graph |
<T extends Number> |
Ops.nonMaxSuppressionV2(Operand<T> boxes,
Operand<T> scores,
Operand<Integer> maxOutputSize,
Operand<Float> iouThreshold)
Adds an
NonMaxSuppressionV2 operation to the graph |
<T extends Number> |
Ops.nonMaxSuppressionV3(Operand<T> boxes,
Operand<T> scores,
Operand<Integer> maxOutputSize,
Operand<Float> iouThreshold,
Operand<Float> scoreThreshold)
Adds an
NonMaxSuppressionV3 operation to the graph |
<T extends Number> |
Ops.nonMaxSuppressionV3(Operand<T> boxes,
Operand<T> scores,
Operand<Integer> maxOutputSize,
Operand<Float> iouThreshold,
Operand<Float> scoreThreshold)
Adds an
NonMaxSuppressionV3 operation to the graph |
<T extends Number> |
Ops.nonMaxSuppressionV3(Operand<T> boxes,
Operand<T> scores,
Operand<Integer> maxOutputSize,
Operand<Float> iouThreshold,
Operand<Float> scoreThreshold)
Adds an
NonMaxSuppressionV3 operation to the graph |
<T extends Number> |
Ops.nonMaxSuppressionV3(Operand<T> boxes,
Operand<T> scores,
Operand<Integer> maxOutputSize,
Operand<Float> iouThreshold,
Operand<Float> scoreThreshold)
Adds an
NonMaxSuppressionV3 operation to the graph |
<T extends Number> |
Ops.nonMaxSuppressionV3(Operand<T> boxes,
Operand<T> scores,
Operand<Integer> maxOutputSize,
Operand<Float> iouThreshold,
Operand<Float> scoreThreshold)
Adds an
NonMaxSuppressionV3 operation to the graph |
<T extends Number> |
Ops.nonMaxSuppressionV4(Operand<T> boxes,
Operand<T> scores,
Operand<Integer> maxOutputSize,
Operand<Float> iouThreshold,
Operand<Float> scoreThreshold,
NonMaxSuppressionV4.Options... options)
Adds an
NonMaxSuppressionV4 operation to the graph |
<T extends Number> |
Ops.nonMaxSuppressionV4(Operand<T> boxes,
Operand<T> scores,
Operand<Integer> maxOutputSize,
Operand<Float> iouThreshold,
Operand<Float> scoreThreshold,
NonMaxSuppressionV4.Options... options)
Adds an
NonMaxSuppressionV4 operation to the graph |
<T extends Number> |
Ops.nonMaxSuppressionV4(Operand<T> boxes,
Operand<T> scores,
Operand<Integer> maxOutputSize,
Operand<Float> iouThreshold,
Operand<Float> scoreThreshold,
NonMaxSuppressionV4.Options... options)
Adds an
NonMaxSuppressionV4 operation to the graph |
<T extends Number> |
Ops.nonMaxSuppressionV4(Operand<T> boxes,
Operand<T> scores,
Operand<Integer> maxOutputSize,
Operand<Float> iouThreshold,
Operand<Float> scoreThreshold,
NonMaxSuppressionV4.Options... options)
Adds an
NonMaxSuppressionV4 operation to the graph |
<T extends Number> |
Ops.nonMaxSuppressionV4(Operand<T> boxes,
Operand<T> scores,
Operand<Integer> maxOutputSize,
Operand<Float> iouThreshold,
Operand<Float> scoreThreshold,
NonMaxSuppressionV4.Options... options)
Adds an
NonMaxSuppressionV4 operation to the graph |
NonMaxSuppressionWithOverlaps |
Ops.nonMaxSuppressionWithOverlaps(Operand<Float> overlaps,
Operand<Float> scores,
Operand<Integer> maxOutputSize,
Operand<Float> overlapThreshold,
Operand<Float> scoreThreshold)
Adds an
NonMaxSuppressionWithOverlaps operation to the graph |
NonMaxSuppressionWithOverlaps |
Ops.nonMaxSuppressionWithOverlaps(Operand<Float> overlaps,
Operand<Float> scores,
Operand<Integer> maxOutputSize,
Operand<Float> overlapThreshold,
Operand<Float> scoreThreshold)
Adds an
NonMaxSuppressionWithOverlaps operation to the graph |
NonMaxSuppressionWithOverlaps |
Ops.nonMaxSuppressionWithOverlaps(Operand<Float> overlaps,
Operand<Float> scores,
Operand<Integer> maxOutputSize,
Operand<Float> overlapThreshold,
Operand<Float> scoreThreshold)
Adds an
NonMaxSuppressionWithOverlaps operation to the graph |
NonMaxSuppressionWithOverlaps |
Ops.nonMaxSuppressionWithOverlaps(Operand<Float> overlaps,
Operand<Float> scores,
Operand<Integer> maxOutputSize,
Operand<Float> overlapThreshold,
Operand<Float> scoreThreshold)
Adds an
NonMaxSuppressionWithOverlaps operation to the graph |
NonMaxSuppressionWithOverlaps |
Ops.nonMaxSuppressionWithOverlaps(Operand<Float> overlaps,
Operand<Float> scores,
Operand<Integer> maxOutputSize,
Operand<Float> overlapThreshold,
Operand<Float> scoreThreshold)
Adds an
NonMaxSuppressionWithOverlaps operation to the graph |
<T> NotEqual |
Ops.notEqual(Operand<T> x,
Operand<T> y)
Adds an
NotEqual operation to the graph |
<T> NotEqual |
Ops.notEqual(Operand<T> x,
Operand<T> y)
Adds an
NotEqual operation to the graph |
<T extends Number> |
Ops.nthElement(Operand<T> input,
Operand<Integer> n,
NthElement.Options... options)
Adds an
NthElement operation to the graph |
<T extends Number> |
Ops.nthElement(Operand<T> input,
Operand<Integer> n,
NthElement.Options... options)
Adds an
NthElement operation to the graph |
<U,T extends Number> |
Ops.oneHot(Operand<T> indices,
Operand<Integer> depth,
Operand<U> onValue,
Operand<U> offValue,
OneHot.Options... options)
Adds an
OneHot operation to the graph |
<U,T extends Number> |
Ops.oneHot(Operand<T> indices,
Operand<Integer> depth,
Operand<U> onValue,
Operand<U> offValue,
OneHot.Options... options)
Adds an
OneHot operation to the graph |
<U,T extends Number> |
Ops.oneHot(Operand<T> indices,
Operand<Integer> depth,
Operand<U> onValue,
Operand<U> offValue,
OneHot.Options... options)
Adds an
OneHot operation to the graph |
<U,T extends Number> |
Ops.oneHot(Operand<T> indices,
Operand<Integer> depth,
Operand<U> onValue,
Operand<U> offValue,
OneHot.Options... options)
Adds an
OneHot operation to the graph |
<T> OnesLike<T> |
Ops.onesLike(Operand<T> x)
Adds an
OnesLike operation to the graph |
OptionalGetValue |
Ops.optionalGetValue(Operand<?> optional,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Adds an
OptionalGetValue operation to the graph |
OptionalHasValue |
Ops.optionalHasValue(Operand<?> optional)
Adds an
OptionalHasValue operation to the graph |
OrderedMapPeek |
Ops.orderedMapPeek(Operand<Long> key,
Operand<Integer> indices,
List<Class<?>> dtypes,
OrderedMapPeek.Options... options)
Adds an
OrderedMapPeek operation to the graph |
OrderedMapPeek |
Ops.orderedMapPeek(Operand<Long> key,
Operand<Integer> indices,
List<Class<?>> dtypes,
OrderedMapPeek.Options... options)
Adds an
OrderedMapPeek operation to the graph |
OrderedMapStage |
Ops.orderedMapStage(Operand<Long> key,
Operand<Integer> indices,
Iterable<Operand<?>> values,
List<Class<?>> dtypes,
OrderedMapStage.Options... options)
Adds an
OrderedMapStage operation to the graph |
OrderedMapStage |
Ops.orderedMapStage(Operand<Long> key,
Operand<Integer> indices,
Iterable<Operand<?>> values,
List<Class<?>> dtypes,
OrderedMapStage.Options... options)
Adds an
OrderedMapStage operation to the graph |
OrderedMapUnstage |
Ops.orderedMapUnstage(Operand<Long> key,
Operand<Integer> indices,
List<Class<?>> dtypes,
OrderedMapUnstage.Options... options)
Adds an
OrderedMapUnstage operation to the graph |
OrderedMapUnstage |
Ops.orderedMapUnstage(Operand<Long> key,
Operand<Integer> indices,
List<Class<?>> dtypes,
OrderedMapUnstage.Options... options)
Adds an
OrderedMapUnstage operation to the graph |
OrderedMapUnstageNoKey |
Ops.orderedMapUnstageNoKey(Operand<Integer> indices,
List<Class<?>> dtypes,
OrderedMapUnstageNoKey.Options... options)
Adds an
OrderedMapUnstageNoKey operation to the graph |
<T,U extends Number> |
Ops.pad(Operand<T> input,
Operand<U> paddings)
Adds an
Pad operation to the graph |
<T,U extends Number> |
Ops.pad(Operand<T> input,
Operand<U> paddings)
Adds an
Pad operation to the graph |
PaddedBatchDataset |
Ops.paddedBatchDataset(Operand<?> inputDataset,
Operand<Long> batchSize,
Iterable<Operand<Long>> paddedShapes,
Iterable<Operand<?>> paddingValues,
List<Shape> outputShapes)
Adds an
PaddedBatchDataset operation to the graph |
PaddedBatchDataset |
Ops.paddedBatchDataset(Operand<?> inputDataset,
Operand<Long> batchSize,
Iterable<Operand<Long>> paddedShapes,
Iterable<Operand<?>> paddingValues,
List<Shape> outputShapes)
Adds an
PaddedBatchDataset operation to the graph |
<T,U extends Number> |
Ops.padV2(Operand<T> input,
Operand<U> paddings,
Operand<T> constantValues)
Adds an
PadV2 operation to the graph |
<T,U extends Number> |
Ops.padV2(Operand<T> input,
Operand<U> paddings,
Operand<T> constantValues)
Adds an
PadV2 operation to the graph |
<T,U extends Number> |
Ops.padV2(Operand<T> input,
Operand<U> paddings,
Operand<T> constantValues)
Adds an
PadV2 operation to the graph |
<T> ParallelConcat<T> |
Ops.parallelConcat(Operand<T> values,
Shape shape)
Adds an
ParallelConcat operation to the graph |
<T> ParallelDynamicStitch<T> |
Ops.parallelDynamicStitch(Iterable<Operand<Integer>> indices,
Operand<T> data)
Adds an
ParallelDynamicStitch operation to the graph |
<U extends Number,T extends Number> |
Ops.parameterizedTruncatedNormal(Operand<T> shape,
Operand<U> means,
Operand<U> stdevs,
Operand<U> minvals,
Operand<U> maxvals,
ParameterizedTruncatedNormal.Options... options)
Adds an
ParameterizedTruncatedNormal operation to the graph |
<U extends Number,T extends Number> |
Ops.parameterizedTruncatedNormal(Operand<T> shape,
Operand<U> means,
Operand<U> stdevs,
Operand<U> minvals,
Operand<U> maxvals,
ParameterizedTruncatedNormal.Options... options)
Adds an
ParameterizedTruncatedNormal operation to the graph |
<U extends Number,T extends Number> |
Ops.parameterizedTruncatedNormal(Operand<T> shape,
Operand<U> means,
Operand<U> stdevs,
Operand<U> minvals,
Operand<U> maxvals,
ParameterizedTruncatedNormal.Options... options)
Adds an
ParameterizedTruncatedNormal operation to the graph |
<U extends Number,T extends Number> |
Ops.parameterizedTruncatedNormal(Operand<T> shape,
Operand<U> means,
Operand<U> stdevs,
Operand<U> minvals,
Operand<U> maxvals,
ParameterizedTruncatedNormal.Options... options)
Adds an
ParameterizedTruncatedNormal operation to the graph |
<U extends Number,T extends Number> |
Ops.parameterizedTruncatedNormal(Operand<T> shape,
Operand<U> means,
Operand<U> stdevs,
Operand<U> minvals,
Operand<U> maxvals,
ParameterizedTruncatedNormal.Options... options)
Adds an
ParameterizedTruncatedNormal operation to the graph |
ParseExample |
Ops.parseExample(Operand<String> serialized,
Operand<String> names,
Iterable<Operand<String>> sparseKeys,
Iterable<Operand<String>> denseKeys,
Iterable<Operand<?>> denseDefaults,
List<Class<?>> sparseTypes,
List<Shape> denseShapes)
Adds an
ParseExample operation to the graph |
ParseExample |
Ops.parseExample(Operand<String> serialized,
Operand<String> names,
Iterable<Operand<String>> sparseKeys,
Iterable<Operand<String>> denseKeys,
Iterable<Operand<?>> denseDefaults,
List<Class<?>> sparseTypes,
List<Shape> denseShapes)
Adds an
ParseExample operation to the graph |
ParseExampleDataset |
Ops.parseExampleDataset(Operand<?> inputDataset,
Operand<Long> numParallelCalls,
Iterable<Operand<?>> denseDefaults,
List<String> sparseKeys,
List<String> denseKeys,
List<Class<?>> sparseTypes,
List<Shape> denseShapes,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Adds an
ParseExampleDataset operation to the graph |
ParseExampleDataset |
Ops.parseExampleDataset(Operand<?> inputDataset,
Operand<Long> numParallelCalls,
Iterable<Operand<?>> denseDefaults,
List<String> sparseKeys,
List<String> denseKeys,
List<Class<?>> sparseTypes,
List<Shape> denseShapes,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Adds an
ParseExampleDataset operation to the graph |
ParseSequenceExample |
Ops.parseSequenceExample(Operand<String> serialized,
Operand<String> debugName,
Iterable<Operand<?>> contextDenseDefaults,
List<String> featureListDenseMissingAssumedEmpty,
List<String> contextSparseKeys,
List<String> contextDenseKeys,
List<String> featureListSparseKeys,
List<String> featureListDenseKeys,
List<Class<?>> contextSparseTypes,
List<Class<?>> featureListDenseTypes,
List<Class<?>> featureListSparseTypes,
ParseSequenceExample.Options... options)
Adds an
ParseSequenceExample operation to the graph |
ParseSequenceExample |
Ops.parseSequenceExample(Operand<String> serialized,
Operand<String> debugName,
Iterable<Operand<?>> contextDenseDefaults,
List<String> featureListDenseMissingAssumedEmpty,
List<String> contextSparseKeys,
List<String> contextDenseKeys,
List<String> featureListSparseKeys,
List<String> featureListDenseKeys,
List<Class<?>> contextSparseTypes,
List<Class<?>> featureListDenseTypes,
List<Class<?>> featureListSparseTypes,
ParseSequenceExample.Options... options)
Adds an
ParseSequenceExample operation to the graph |
ParseSingleExample |
Ops.parseSingleExample(Operand<String> serialized,
Iterable<Operand<?>> denseDefaults,
Long numSparse,
List<String> sparseKeys,
List<String> denseKeys,
List<Class<?>> sparseTypes,
List<Shape> denseShapes)
Adds an
ParseSingleExample operation to the graph |
ParseSingleSequenceExample |
Ops.parseSingleSequenceExample(Operand<String> serialized,
Operand<String> featureListDenseMissingAssumedEmpty,
Iterable<Operand<String>> contextSparseKeys,
Iterable<Operand<String>> contextDenseKeys,
Iterable<Operand<String>> featureListSparseKeys,
Iterable<Operand<String>> featureListDenseKeys,
Iterable<Operand<?>> contextDenseDefaults,
Operand<String> debugName,
List<Class<?>> contextSparseTypes,
List<Class<?>> featureListDenseTypes,
List<Class<?>> featureListSparseTypes,
ParseSingleSequenceExample.Options... options)
Adds an
ParseSingleSequenceExample operation to the graph |
ParseSingleSequenceExample |
Ops.parseSingleSequenceExample(Operand<String> serialized,
Operand<String> featureListDenseMissingAssumedEmpty,
Iterable<Operand<String>> contextSparseKeys,
Iterable<Operand<String>> contextDenseKeys,
Iterable<Operand<String>> featureListSparseKeys,
Iterable<Operand<String>> featureListDenseKeys,
Iterable<Operand<?>> contextDenseDefaults,
Operand<String> debugName,
List<Class<?>> contextSparseTypes,
List<Class<?>> featureListDenseTypes,
List<Class<?>> featureListSparseTypes,
ParseSingleSequenceExample.Options... options)
Adds an
ParseSingleSequenceExample operation to the graph |
ParseSingleSequenceExample |
Ops.parseSingleSequenceExample(Operand<String> serialized,
Operand<String> featureListDenseMissingAssumedEmpty,
Iterable<Operand<String>> contextSparseKeys,
Iterable<Operand<String>> contextDenseKeys,
Iterable<Operand<String>> featureListSparseKeys,
Iterable<Operand<String>> featureListDenseKeys,
Iterable<Operand<?>> contextDenseDefaults,
Operand<String> debugName,
List<Class<?>> contextSparseTypes,
List<Class<?>> featureListDenseTypes,
List<Class<?>> featureListSparseTypes,
ParseSingleSequenceExample.Options... options)
Adds an
ParseSingleSequenceExample operation to the graph |
<T> ParseTensor<T> |
Ops.parseTensor(Operand<String> serialized,
Class<T> outType)
Adds an
ParseTensor operation to the graph |
<T> PlaceholderWithDefault<T> |
Ops.placeholderWithDefault(Operand<T> input,
Shape shape)
Adds an
PlaceholderWithDefault operation to the graph |
<T extends Number> |
Ops.polygamma(Operand<T> a,
Operand<T> x)
Adds an
Polygamma operation to the graph |
<T extends Number> |
Ops.polygamma(Operand<T> a,
Operand<T> x)
Adds an
Polygamma operation to the graph |
<T extends Number> |
Ops.populationCount(Operand<T> x)
Adds an
PopulationCount operation to the graph |
<T> Pow<T> |
Ops.pow(Operand<T> x,
Operand<T> y)
Adds an
Pow operation to the graph |
<T> Pow<T> |
Ops.pow(Operand<T> x,
Operand<T> y)
Adds an
Pow operation to the graph |
PrefetchDataset |
Ops.prefetchDataset(Operand<?> inputDataset,
Operand<Long> bufferSize,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Adds an
PrefetchDataset operation to the graph |
PrefetchDataset |
Ops.prefetchDataset(Operand<?> inputDataset,
Operand<Long> bufferSize,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Adds an
PrefetchDataset operation to the graph |
PrependFromQueueAndPaddedBatchDataset |
Ops.prependFromQueueAndPaddedBatchDataset(Operand<?> inputDataset,
Operand<Long> batchSize,
Iterable<Operand<Long>> paddedShapes,
Iterable<Operand<?>> paddingValues,
List<Shape> outputShapes)
Adds an
PrependFromQueueAndPaddedBatchDataset operation to the graph |
PrependFromQueueAndPaddedBatchDataset |
Ops.prependFromQueueAndPaddedBatchDataset(Operand<?> inputDataset,
Operand<Long> batchSize,
Iterable<Operand<Long>> paddedShapes,
Iterable<Operand<?>> paddingValues,
List<Shape> outputShapes)
Adds an
PrependFromQueueAndPaddedBatchDataset operation to the graph |
<T> PreventGradient<T> |
Ops.preventGradient(Operand<T> input,
PreventGradient.Options... options)
Adds an
PreventGradient operation to the graph |
<T> Print<T> |
Ops.print(Operand<T> input,
Iterable<Operand<?>> data,
Print.Options... options)
Adds an
Print operation to the graph |
PrintV2 |
Ops.printV2(Operand<String> input,
PrintV2.Options... options)
Adds an
PrintV2 operation to the graph |
<T,U extends Number> |
Ops.prod(Operand<T> input,
Operand<U> axis,
Prod.Options... options)
Adds an
Prod operation to the graph |
<T,U extends Number> |
Ops.prod(Operand<T> input,
Operand<U> axis,
Prod.Options... options)
Adds an
Prod operation to the graph |
<T> Qr<T> |
Ops.qr(Operand<T> input,
Qr.Options... options)
Adds an
Qr operation to the graph |
<T extends Number> |
Ops.quantizeAndDequantize(Operand<T> input,
QuantizeAndDequantize.Options... options)
Adds an
QuantizeAndDequantize operation to the graph |
<T extends Number> |
Ops.quantizeAndDequantizeV2(Operand<T> input,
Operand<T> inputMin,
Operand<T> inputMax,
QuantizeAndDequantizeV2.Options... options)
Adds an
QuantizeAndDequantizeV2 operation to the graph |
<T extends Number> |
Ops.quantizeAndDequantizeV2(Operand<T> input,
Operand<T> inputMin,
Operand<T> inputMax,
QuantizeAndDequantizeV2.Options... options)
Adds an
QuantizeAndDequantizeV2 operation to the graph |
<T extends Number> |
Ops.quantizeAndDequantizeV2(Operand<T> input,
Operand<T> inputMin,
Operand<T> inputMax,
QuantizeAndDequantizeV2.Options... options)
Adds an
QuantizeAndDequantizeV2 operation to the graph |
<T extends Number> |
Ops.quantizeAndDequantizeV3(Operand<T> input,
Operand<T> inputMin,
Operand<T> inputMax,
Operand<Integer> numBits,
QuantizeAndDequantizeV3.Options... options)
Adds an
QuantizeAndDequantizeV3 operation to the graph |
<T extends Number> |
Ops.quantizeAndDequantizeV3(Operand<T> input,
Operand<T> inputMin,
Operand<T> inputMax,
Operand<Integer> numBits,
QuantizeAndDequantizeV3.Options... options)
Adds an
QuantizeAndDequantizeV3 operation to the graph |
<T extends Number> |
Ops.quantizeAndDequantizeV3(Operand<T> input,
Operand<T> inputMin,
Operand<T> inputMax,
Operand<Integer> numBits,
QuantizeAndDequantizeV3.Options... options)
Adds an
QuantizeAndDequantizeV3 operation to the graph |
<T extends Number> |
Ops.quantizeAndDequantizeV3(Operand<T> input,
Operand<T> inputMin,
Operand<T> inputMax,
Operand<Integer> numBits,
QuantizeAndDequantizeV3.Options... options)
Adds an
QuantizeAndDequantizeV3 operation to the graph |
<V,T,U> QuantizedAdd<V> |
Ops.quantizedAdd(Operand<T> x,
Operand<U> y,
Operand<Float> minX,
Operand<Float> maxX,
Operand<Float> minY,
Operand<Float> maxY,
Class<V> Toutput)
Adds an
QuantizedAdd operation to the graph |
<V,T,U> QuantizedAdd<V> |
Ops.quantizedAdd(Operand<T> x,
Operand<U> y,
Operand<Float> minX,
Operand<Float> maxX,
Operand<Float> minY,
Operand<Float> maxY,
Class<V> Toutput)
Adds an
QuantizedAdd operation to the graph |
<V,T,U> QuantizedAdd<V> |
Ops.quantizedAdd(Operand<T> x,
Operand<U> y,
Operand<Float> minX,
Operand<Float> maxX,
Operand<Float> minY,
Operand<Float> maxY,
Class<V> Toutput)
Adds an
QuantizedAdd operation to the graph |
<V,T,U> QuantizedAdd<V> |
Ops.quantizedAdd(Operand<T> x,
Operand<U> y,
Operand<Float> minX,
Operand<Float> maxX,
Operand<Float> minY,
Operand<Float> maxY,
Class<V> Toutput)
Adds an
QuantizedAdd operation to the graph |
<V,T,U> QuantizedAdd<V> |
Ops.quantizedAdd(Operand<T> x,
Operand<U> y,
Operand<Float> minX,
Operand<Float> maxX,
Operand<Float> minY,
Operand<Float> maxY,
Class<V> Toutput)
Adds an
QuantizedAdd operation to the graph |
<V,T,U> QuantizedAdd<V> |
Ops.quantizedAdd(Operand<T> x,
Operand<U> y,
Operand<Float> minX,
Operand<Float> maxX,
Operand<Float> minY,
Operand<Float> maxY,
Class<V> Toutput)
Adds an
QuantizedAdd operation to the graph |
<T> QuantizedAvgPool<T> |
Ops.quantizedAvgPool(Operand<T> input,
Operand<Float> minInput,
Operand<Float> maxInput,
List<Long> ksize,
List<Long> strides,
String padding)
Adds an
QuantizedAvgPool operation to the graph |
<T> QuantizedAvgPool<T> |
Ops.quantizedAvgPool(Operand<T> input,
Operand<Float> minInput,
Operand<Float> maxInput,
List<Long> ksize,
List<Long> strides,
String padding)
Adds an
QuantizedAvgPool operation to the graph |
<T> QuantizedAvgPool<T> |
Ops.quantizedAvgPool(Operand<T> input,
Operand<Float> minInput,
Operand<Float> maxInput,
List<Long> ksize,
List<Long> strides,
String padding)
Adds an
QuantizedAvgPool operation to the graph |
<U,T> QuantizedBatchNormWithGlobalNormalization<U> |
Ops.quantizedBatchNormWithGlobalNormalization(Operand<T> t,
Operand<Float> tMin,
Operand<Float> tMax,
Operand<T> m,
Operand<Float> mMin,
Operand<Float> mMax,
Operand<T> v,
Operand<Float> vMin,
Operand<Float> vMax,
Operand<T> beta,
Operand<Float> betaMin,
Operand<Float> betaMax,
Operand<T> gamma,
Operand<Float> gammaMin,
Operand<Float> gammaMax,
Class<U> outType,
Float varianceEpsilon,
Boolean scaleAfterNormalization)
Adds an
QuantizedBatchNormWithGlobalNormalization operation to the graph |
<U,T> QuantizedBatchNormWithGlobalNormalization<U> |
Ops.quantizedBatchNormWithGlobalNormalization(Operand<T> t,
Operand<Float> tMin,
Operand<Float> tMax,
Operand<T> m,
Operand<Float> mMin,
Operand<Float> mMax,
Operand<T> v,
Operand<Float> vMin,
Operand<Float> vMax,
Operand<T> beta,
Operand<Float> betaMin,
Operand<Float> betaMax,
Operand<T> gamma,
Operand<Float> gammaMin,
Operand<Float> gammaMax,
Class<U> outType,
Float varianceEpsilon,
Boolean scaleAfterNormalization)
Adds an
QuantizedBatchNormWithGlobalNormalization operation to the graph |
<U,T> QuantizedBatchNormWithGlobalNormalization<U> |
Ops.quantizedBatchNormWithGlobalNormalization(Operand<T> t,
Operand<Float> tMin,
Operand<Float> tMax,
Operand<T> m,
Operand<Float> mMin,
Operand<Float> mMax,
Operand<T> v,
Operand<Float> vMin,
Operand<Float> vMax,
Operand<T> beta,
Operand<Float> betaMin,
Operand<Float> betaMax,
Operand<T> gamma,
Operand<Float> gammaMin,
Operand<Float> gammaMax,
Class<U> outType,
Float varianceEpsilon,
Boolean scaleAfterNormalization)
Adds an
QuantizedBatchNormWithGlobalNormalization operation to the graph |
<U,T> QuantizedBatchNormWithGlobalNormalization<U> |
Ops.quantizedBatchNormWithGlobalNormalization(Operand<T> t,
Operand<Float> tMin,
Operand<Float> tMax,
Operand<T> m,
Operand<Float> mMin,
Operand<Float> mMax,
Operand<T> v,
Operand<Float> vMin,
Operand<Float> vMax,
Operand<T> beta,
Operand<Float> betaMin,
Operand<Float> betaMax,
Operand<T> gamma,
Operand<Float> gammaMin,
Operand<Float> gammaMax,
Class<U> outType,
Float varianceEpsilon,
Boolean scaleAfterNormalization)
Adds an
QuantizedBatchNormWithGlobalNormalization operation to the graph |
<U,T> QuantizedBatchNormWithGlobalNormalization<U> |
Ops.quantizedBatchNormWithGlobalNormalization(Operand<T> t,
Operand<Float> tMin,
Operand<Float> tMax,
Operand<T> m,
Operand<Float> mMin,
Operand<Float> mMax,
Operand<T> v,
Operand<Float> vMin,
Operand<Float> vMax,
Operand<T> beta,
Operand<Float> betaMin,
Operand<Float> betaMax,
Operand<T> gamma,
Operand<Float> gammaMin,
Operand<Float> gammaMax,
Class<U> outType,
Float varianceEpsilon,
Boolean scaleAfterNormalization)
Adds an
QuantizedBatchNormWithGlobalNormalization operation to the graph |
<U,T> QuantizedBatchNormWithGlobalNormalization<U> |
Ops.quantizedBatchNormWithGlobalNormalization(Operand<T> t,
Operand<Float> tMin,
Operand<Float> tMax,
Operand<T> m,
Operand<Float> mMin,
Operand<Float> mMax,
Operand<T> v,
Operand<Float> vMin,
Operand<Float> vMax,
Operand<T> beta,
Operand<Float> betaMin,
Operand<Float> betaMax,
Operand<T> gamma,
Operand<Float> gammaMin,
Operand<Float> gammaMax,
Class<U> outType,
Float varianceEpsilon,
Boolean scaleAfterNormalization)
Adds an
QuantizedBatchNormWithGlobalNormalization operation to the graph |
<U,T> QuantizedBatchNormWithGlobalNormalization<U> |
Ops.quantizedBatchNormWithGlobalNormalization(Operand<T> t,
Operand<Float> tMin,
Operand<Float> tMax,
Operand<T> m,
Operand<Float> mMin,
Operand<Float> mMax,
Operand<T> v,
Operand<Float> vMin,
Operand<Float> vMax,
Operand<T> beta,
Operand<Float> betaMin,
Operand<Float> betaMax,
Operand<T> gamma,
Operand<Float> gammaMin,
Operand<Float> gammaMax,
Class<U> outType,
Float varianceEpsilon,
Boolean scaleAfterNormalization)
Adds an
QuantizedBatchNormWithGlobalNormalization operation to the graph |
<U,T> QuantizedBatchNormWithGlobalNormalization<U> |
Ops.quantizedBatchNormWithGlobalNormalization(Operand<T> t,
Operand<Float> tMin,
Operand<Float> tMax,
Operand<T> m,
Operand<Float> mMin,
Operand<Float> mMax,
Operand<T> v,
Operand<Float> vMin,
Operand<Float> vMax,
Operand<T> beta,
Operand<Float> betaMin,
Operand<Float> betaMax,
Operand<T> gamma,
Operand<Float> gammaMin,
Operand<Float> gammaMax,
Class<U> outType,
Float varianceEpsilon,
Boolean scaleAfterNormalization)
Adds an
QuantizedBatchNormWithGlobalNormalization operation to the graph |
<U,T> QuantizedBatchNormWithGlobalNormalization<U> |
Ops.quantizedBatchNormWithGlobalNormalization(Operand<T> t,
Operand<Float> tMin,
Operand<Float> tMax,
Operand<T> m,
Operand<Float> mMin,
Operand<Float> mMax,
Operand<T> v,
Operand<Float> vMin,
Operand<Float> vMax,
Operand<T> beta,
Operand<Float> betaMin,
Operand<Float> betaMax,
Operand<T> gamma,
Operand<Float> gammaMin,
Operand<Float> gammaMax,
Class<U> outType,
Float varianceEpsilon,
Boolean scaleAfterNormalization)
Adds an
QuantizedBatchNormWithGlobalNormalization operation to the graph |
<U,T> QuantizedBatchNormWithGlobalNormalization<U> |
Ops.quantizedBatchNormWithGlobalNormalization(Operand<T> t,
Operand<Float> tMin,
Operand<Float> tMax,
Operand<T> m,
Operand<Float> mMin,
Operand<Float> mMax,
Operand<T> v,
Operand<Float> vMin,
Operand<Float> vMax,
Operand<T> beta,
Operand<Float> betaMin,
Operand<Float> betaMax,
Operand<T> gamma,
Operand<Float> gammaMin,
Operand<Float> gammaMax,
Class<U> outType,
Float varianceEpsilon,
Boolean scaleAfterNormalization)
Adds an
QuantizedBatchNormWithGlobalNormalization operation to the graph |
<U,T> QuantizedBatchNormWithGlobalNormalization<U> |
Ops.quantizedBatchNormWithGlobalNormalization(Operand<T> t,
Operand<Float> tMin,
Operand<Float> tMax,
Operand<T> m,
Operand<Float> mMin,
Operand<Float> mMax,
Operand<T> v,
Operand<Float> vMin,
Operand<Float> vMax,
Operand<T> beta,
Operand<Float> betaMin,
Operand<Float> betaMax,
Operand<T> gamma,
Operand<Float> gammaMin,
Operand<Float> gammaMax,
Class<U> outType,
Float varianceEpsilon,
Boolean scaleAfterNormalization)
Adds an
QuantizedBatchNormWithGlobalNormalization operation to the graph |
<U,T> QuantizedBatchNormWithGlobalNormalization<U> |
Ops.quantizedBatchNormWithGlobalNormalization(Operand<T> t,
Operand<Float> tMin,
Operand<Float> tMax,
Operand<T> m,
Operand<Float> mMin,
Operand<Float> mMax,
Operand<T> v,
Operand<Float> vMin,
Operand<Float> vMax,
Operand<T> beta,
Operand<Float> betaMin,
Operand<Float> betaMax,
Operand<T> gamma,
Operand<Float> gammaMin,
Operand<Float> gammaMax,
Class<U> outType,
Float varianceEpsilon,
Boolean scaleAfterNormalization)
Adds an
QuantizedBatchNormWithGlobalNormalization operation to the graph |
<U,T> QuantizedBatchNormWithGlobalNormalization<U> |
Ops.quantizedBatchNormWithGlobalNormalization(Operand<T> t,
Operand<Float> tMin,
Operand<Float> tMax,
Operand<T> m,
Operand<Float> mMin,
Operand<Float> mMax,
Operand<T> v,
Operand<Float> vMin,
Operand<Float> vMax,
Operand<T> beta,
Operand<Float> betaMin,
Operand<Float> betaMax,
Operand<T> gamma,
Operand<Float> gammaMin,
Operand<Float> gammaMax,
Class<U> outType,
Float varianceEpsilon,
Boolean scaleAfterNormalization)
Adds an
QuantizedBatchNormWithGlobalNormalization operation to the graph |
<U,T> QuantizedBatchNormWithGlobalNormalization<U> |
Ops.quantizedBatchNormWithGlobalNormalization(Operand<T> t,
Operand<Float> tMin,
Operand<Float> tMax,
Operand<T> m,
Operand<Float> mMin,
Operand<Float> mMax,
Operand<T> v,
Operand<Float> vMin,
Operand<Float> vMax,
Operand<T> beta,
Operand<Float> betaMin,
Operand<Float> betaMax,
Operand<T> gamma,
Operand<Float> gammaMin,
Operand<Float> gammaMax,
Class<U> outType,
Float varianceEpsilon,
Boolean scaleAfterNormalization)
Adds an
QuantizedBatchNormWithGlobalNormalization operation to the graph |
<U,T> QuantizedBatchNormWithGlobalNormalization<U> |
Ops.quantizedBatchNormWithGlobalNormalization(Operand<T> t,
Operand<Float> tMin,
Operand<Float> tMax,
Operand<T> m,
Operand<Float> mMin,
Operand<Float> mMax,
Operand<T> v,
Operand<Float> vMin,
Operand<Float> vMax,
Operand<T> beta,
Operand<Float> betaMin,
Operand<Float> betaMax,
Operand<T> gamma,
Operand<Float> gammaMin,
Operand<Float> gammaMax,
Class<U> outType,
Float varianceEpsilon,
Boolean scaleAfterNormalization)
Adds an
QuantizedBatchNormWithGlobalNormalization operation to the graph |
<V,T,U> QuantizedBiasAdd<V> |
Ops.quantizedBiasAdd(Operand<T> input,
Operand<U> bias,
Operand<Float> minInput,
Operand<Float> maxInput,
Operand<Float> minBias,
Operand<Float> maxBias,
Class<V> outType)
Adds an
QuantizedBiasAdd operation to the graph |
<V,T,U> QuantizedBiasAdd<V> |
Ops.quantizedBiasAdd(Operand<T> input,
Operand<U> bias,
Operand<Float> minInput,
Operand<Float> maxInput,
Operand<Float> minBias,
Operand<Float> maxBias,
Class<V> outType)
Adds an
QuantizedBiasAdd operation to the graph |
<V,T,U> QuantizedBiasAdd<V> |
Ops.quantizedBiasAdd(Operand<T> input,
Operand<U> bias,
Operand<Float> minInput,
Operand<Float> maxInput,
Operand<Float> minBias,
Operand<Float> maxBias,
Class<V> outType)
Adds an
QuantizedBiasAdd operation to the graph |
<V,T,U> QuantizedBiasAdd<V> |
Ops.quantizedBiasAdd(Operand<T> input,
Operand<U> bias,
Operand<Float> minInput,
Operand<Float> maxInput,
Operand<Float> minBias,
Operand<Float> maxBias,
Class<V> outType)
Adds an
QuantizedBiasAdd operation to the graph |
<V,T,U> QuantizedBiasAdd<V> |
Ops.quantizedBiasAdd(Operand<T> input,
Operand<U> bias,
Operand<Float> minInput,
Operand<Float> maxInput,
Operand<Float> minBias,
Operand<Float> maxBias,
Class<V> outType)
Adds an
QuantizedBiasAdd operation to the graph |
<V,T,U> QuantizedBiasAdd<V> |
Ops.quantizedBiasAdd(Operand<T> input,
Operand<U> bias,
Operand<Float> minInput,
Operand<Float> maxInput,
Operand<Float> minBias,
Operand<Float> maxBias,
Class<V> outType)
Adds an
QuantizedBiasAdd operation to the graph |
<T> QuantizedConcat<T> |
Ops.quantizedConcat(Operand<Integer> concatDim,
Operand<T> values,
Iterable<Operand<Float>> inputMins,
Iterable<Operand<Float>> inputMaxes)
Adds an
QuantizedConcat operation to the graph |
<T> QuantizedConcat<T> |
Ops.quantizedConcat(Operand<Integer> concatDim,
Operand<T> values,
Iterable<Operand<Float>> inputMins,
Iterable<Operand<Float>> inputMaxes)
Adds an
QuantizedConcat operation to the graph |
<V,T,U> QuantizedConv2D<V> |
Ops.quantizedConv2D(Operand<T> input,
Operand<U> filter,
Operand<Float> minInput,
Operand<Float> maxInput,
Operand<Float> minFilter,
Operand<Float> maxFilter,
Class<V> outType,
List<Long> strides,
String padding,
QuantizedConv2D.Options... options)
Adds an
QuantizedConv2D operation to the graph |
<V,T,U> QuantizedConv2D<V> |
Ops.quantizedConv2D(Operand<T> input,
Operand<U> filter,
Operand<Float> minInput,
Operand<Float> maxInput,
Operand<Float> minFilter,
Operand<Float> maxFilter,
Class<V> outType,
List<Long> strides,
String padding,
QuantizedConv2D.Options... options)
Adds an
QuantizedConv2D operation to the graph |
<V,T,U> QuantizedConv2D<V> |
Ops.quantizedConv2D(Operand<T> input,
Operand<U> filter,
Operand<Float> minInput,
Operand<Float> maxInput,
Operand<Float> minFilter,
Operand<Float> maxFilter,
Class<V> outType,
List<Long> strides,
String padding,
QuantizedConv2D.Options... options)
Adds an
QuantizedConv2D operation to the graph |
<V,T,U> QuantizedConv2D<V> |
Ops.quantizedConv2D(Operand<T> input,
Operand<U> filter,
Operand<Float> minInput,
Operand<Float> maxInput,
Operand<Float> minFilter,
Operand<Float> maxFilter,
Class<V> outType,
List<Long> strides,
String padding,
QuantizedConv2D.Options... options)
Adds an
QuantizedConv2D operation to the graph |
<V,T,U> QuantizedConv2D<V> |
Ops.quantizedConv2D(Operand<T> input,
Operand<U> filter,
Operand<Float> minInput,
Operand<Float> maxInput,
Operand<Float> minFilter,
Operand<Float> maxFilter,
Class<V> outType,
List<Long> strides,
String padding,
QuantizedConv2D.Options... options)
Adds an
QuantizedConv2D operation to the graph |
<V,T,U> QuantizedConv2D<V> |
Ops.quantizedConv2D(Operand<T> input,
Operand<U> filter,
Operand<Float> minInput,
Operand<Float> maxInput,
Operand<Float> minFilter,
Operand<Float> maxFilter,
Class<V> outType,
List<Long> strides,
String padding,
QuantizedConv2D.Options... options)
Adds an
QuantizedConv2D operation to the graph |
<T> QuantizedInstanceNorm<T> |
Ops.quantizedInstanceNorm(Operand<T> x,
Operand<Float> xMin,
Operand<Float> xMax,
QuantizedInstanceNorm.Options... options)
Adds an
QuantizedInstanceNorm operation to the graph |
<T> QuantizedInstanceNorm<T> |
Ops.quantizedInstanceNorm(Operand<T> x,
Operand<Float> xMin,
Operand<Float> xMax,
QuantizedInstanceNorm.Options... options)
Adds an
QuantizedInstanceNorm operation to the graph |
<T> QuantizedInstanceNorm<T> |
Ops.quantizedInstanceNorm(Operand<T> x,
Operand<Float> xMin,
Operand<Float> xMax,
QuantizedInstanceNorm.Options... options)
Adds an
QuantizedInstanceNorm operation to the graph |
<V,T,U,W> QuantizedMatMul<V> |
Ops.quantizedMatMul(Operand<T> a,
Operand<U> b,
Operand<Float> minA,
Operand<Float> maxA,
Operand<Float> minB,
Operand<Float> maxB,
Class<V> Toutput,
Class<W> Tactivation,
QuantizedMatMul.Options... options)
Adds an
QuantizedMatMul operation to the graph |
<V,T,U,W> QuantizedMatMul<V> |
Ops.quantizedMatMul(Operand<T> a,
Operand<U> b,
Operand<Float> minA,
Operand<Float> maxA,
Operand<Float> minB,
Operand<Float> maxB,
Class<V> Toutput,
Class<W> Tactivation,
QuantizedMatMul.Options... options)
Adds an
QuantizedMatMul operation to the graph |
<V,T,U,W> QuantizedMatMul<V> |
Ops.quantizedMatMul(Operand<T> a,
Operand<U> b,
Operand<Float> minA,
Operand<Float> maxA,
Operand<Float> minB,
Operand<Float> maxB,
Class<V> Toutput,
Class<W> Tactivation,
QuantizedMatMul.Options... options)
Adds an
QuantizedMatMul operation to the graph |
<V,T,U,W> QuantizedMatMul<V> |
Ops.quantizedMatMul(Operand<T> a,
Operand<U> b,
Operand<Float> minA,
Operand<Float> maxA,
Operand<Float> minB,
Operand<Float> maxB,
Class<V> Toutput,
Class<W> Tactivation,
QuantizedMatMul.Options... options)
Adds an
QuantizedMatMul operation to the graph |
<V,T,U,W> QuantizedMatMul<V> |
Ops.quantizedMatMul(Operand<T> a,
Operand<U> b,
Operand<Float> minA,
Operand<Float> maxA,
Operand<Float> minB,
Operand<Float> maxB,
Class<V> Toutput,
Class<W> Tactivation,
QuantizedMatMul.Options... options)
Adds an
QuantizedMatMul operation to the graph |
<V,T,U,W> QuantizedMatMul<V> |
Ops.quantizedMatMul(Operand<T> a,
Operand<U> b,
Operand<Float> minA,
Operand<Float> maxA,
Operand<Float> minB,
Operand<Float> maxB,
Class<V> Toutput,
Class<W> Tactivation,
QuantizedMatMul.Options... options)
Adds an
QuantizedMatMul operation to the graph |
<T> QuantizedMaxPool<T> |
Ops.quantizedMaxPool(Operand<T> input,
Operand<Float> minInput,
Operand<Float> maxInput,
List<Long> ksize,
List<Long> strides,
String padding)
Adds an
QuantizedMaxPool operation to the graph |
<T> QuantizedMaxPool<T> |
Ops.quantizedMaxPool(Operand<T> input,
Operand<Float> minInput,
Operand<Float> maxInput,
List<Long> ksize,
List<Long> strides,
String padding)
Adds an
QuantizedMaxPool operation to the graph |
<T> QuantizedMaxPool<T> |
Ops.quantizedMaxPool(Operand<T> input,
Operand<Float> minInput,
Operand<Float> maxInput,
List<Long> ksize,
List<Long> strides,
String padding)
Adds an
QuantizedMaxPool operation to the graph |
<V,T,U> QuantizedMul<V> |
Ops.quantizedMul(Operand<T> x,
Operand<U> y,
Operand<Float> minX,
Operand<Float> maxX,
Operand<Float> minY,
Operand<Float> maxY,
Class<V> Toutput)
Adds an
QuantizedMul operation to the graph |
<V,T,U> QuantizedMul<V> |
Ops.quantizedMul(Operand<T> x,
Operand<U> y,
Operand<Float> minX,
Operand<Float> maxX,
Operand<Float> minY,
Operand<Float> maxY,
Class<V> Toutput)
Adds an
QuantizedMul operation to the graph |
<V,T,U> QuantizedMul<V> |
Ops.quantizedMul(Operand<T> x,
Operand<U> y,
Operand<Float> minX,
Operand<Float> maxX,
Operand<Float> minY,
Operand<Float> maxY,
Class<V> Toutput)
Adds an
QuantizedMul operation to the graph |
<V,T,U> QuantizedMul<V> |
Ops.quantizedMul(Operand<T> x,
Operand<U> y,
Operand<Float> minX,
Operand<Float> maxX,
Operand<Float> minY,
Operand<Float> maxY,
Class<V> Toutput)
Adds an
QuantizedMul operation to the graph |
<V,T,U> QuantizedMul<V> |
Ops.quantizedMul(Operand<T> x,
Operand<U> y,
Operand<Float> minX,
Operand<Float> maxX,
Operand<Float> minY,
Operand<Float> maxY,
Class<V> Toutput)
Adds an
QuantizedMul operation to the graph |
<V,T,U> QuantizedMul<V> |
Ops.quantizedMul(Operand<T> x,
Operand<U> y,
Operand<Float> minX,
Operand<Float> maxX,
Operand<Float> minY,
Operand<Float> maxY,
Class<V> Toutput)
Adds an
QuantizedMul operation to the graph |
<U,T> QuantizeDownAndShrinkRange<U> |
Ops.quantizeDownAndShrinkRange(Operand<T> input,
Operand<Float> inputMin,
Operand<Float> inputMax,
Class<U> outType)
Adds an
QuantizeDownAndShrinkRange operation to the graph |
<U,T> QuantizeDownAndShrinkRange<U> |
Ops.quantizeDownAndShrinkRange(Operand<T> input,
Operand<Float> inputMin,
Operand<Float> inputMax,
Class<U> outType)
Adds an
QuantizeDownAndShrinkRange operation to the graph |
<U,T> QuantizeDownAndShrinkRange<U> |
Ops.quantizeDownAndShrinkRange(Operand<T> input,
Operand<Float> inputMin,
Operand<Float> inputMax,
Class<U> outType)
Adds an
QuantizeDownAndShrinkRange operation to the graph |
<U,T> QuantizedRelu<U> |
Ops.quantizedRelu(Operand<T> features,
Operand<Float> minFeatures,
Operand<Float> maxFeatures,
Class<U> outType)
Adds an
QuantizedRelu operation to the graph |
<U,T> QuantizedRelu<U> |
Ops.quantizedRelu(Operand<T> features,
Operand<Float> minFeatures,
Operand<Float> maxFeatures,
Class<U> outType)
Adds an
QuantizedRelu operation to the graph |
<U,T> QuantizedRelu<U> |
Ops.quantizedRelu(Operand<T> features,
Operand<Float> minFeatures,
Operand<Float> maxFeatures,
Class<U> outType)
Adds an
QuantizedRelu operation to the graph |
<U,T> QuantizedRelu6<U> |
Ops.quantizedRelu6(Operand<T> features,
Operand<Float> minFeatures,
Operand<Float> maxFeatures,
Class<U> outType)
Adds an
QuantizedRelu6 operation to the graph |
<U,T> QuantizedRelu6<U> |
Ops.quantizedRelu6(Operand<T> features,
Operand<Float> minFeatures,
Operand<Float> maxFeatures,
Class<U> outType)
Adds an
QuantizedRelu6 operation to the graph |
<U,T> QuantizedRelu6<U> |
Ops.quantizedRelu6(Operand<T> features,
Operand<Float> minFeatures,
Operand<Float> maxFeatures,
Class<U> outType)
Adds an
QuantizedRelu6 operation to the graph |
<U,T> QuantizedReluX<U> |
Ops.quantizedReluX(Operand<T> features,
Operand<Float> maxValue,
Operand<Float> minFeatures,
Operand<Float> maxFeatures,
Class<U> outType)
Adds an
QuantizedReluX operation to the graph |
<U,T> QuantizedReluX<U> |
Ops.quantizedReluX(Operand<T> features,
Operand<Float> maxValue,
Operand<Float> minFeatures,
Operand<Float> maxFeatures,
Class<U> outType)
Adds an
QuantizedReluX operation to the graph |
<U,T> QuantizedReluX<U> |
Ops.quantizedReluX(Operand<T> features,
Operand<Float> maxValue,
Operand<Float> minFeatures,
Operand<Float> maxFeatures,
Class<U> outType)
Adds an
QuantizedReluX operation to the graph |
<U,T> QuantizedReluX<U> |
Ops.quantizedReluX(Operand<T> features,
Operand<Float> maxValue,
Operand<Float> minFeatures,
Operand<Float> maxFeatures,
Class<U> outType)
Adds an
QuantizedReluX operation to the graph |
<T,U extends Number> |
Ops.quantizedReshape(Operand<T> tensor,
Operand<U> shape,
Operand<Float> inputMin,
Operand<Float> inputMax)
Adds an
QuantizedReshape operation to the graph |
<T,U extends Number> |
Ops.quantizedReshape(Operand<T> tensor,
Operand<U> shape,
Operand<Float> inputMin,
Operand<Float> inputMax)
Adds an
QuantizedReshape operation to the graph |
<T,U extends Number> |
Ops.quantizedReshape(Operand<T> tensor,
Operand<U> shape,
Operand<Float> inputMin,
Operand<Float> inputMax)
Adds an
QuantizedReshape operation to the graph |
<T,U extends Number> |
Ops.quantizedReshape(Operand<T> tensor,
Operand<U> shape,
Operand<Float> inputMin,
Operand<Float> inputMax)
Adds an
QuantizedReshape operation to the graph |
<T> QuantizedResizeBilinear<T> |
Ops.quantizedResizeBilinear(Operand<T> images,
Operand<Integer> size,
Operand<Float> min,
Operand<Float> max,
QuantizedResizeBilinear.Options... options)
Adds an
QuantizedResizeBilinear operation to the graph |
<T> QuantizedResizeBilinear<T> |
Ops.quantizedResizeBilinear(Operand<T> images,
Operand<Integer> size,
Operand<Float> min,
Operand<Float> max,
QuantizedResizeBilinear.Options... options)
Adds an
QuantizedResizeBilinear operation to the graph |
<T> QuantizedResizeBilinear<T> |
Ops.quantizedResizeBilinear(Operand<T> images,
Operand<Integer> size,
Operand<Float> min,
Operand<Float> max,
QuantizedResizeBilinear.Options... options)
Adds an
QuantizedResizeBilinear operation to the graph |
<T> QuantizedResizeBilinear<T> |
Ops.quantizedResizeBilinear(Operand<T> images,
Operand<Integer> size,
Operand<Float> min,
Operand<Float> max,
QuantizedResizeBilinear.Options... options)
Adds an
QuantizedResizeBilinear operation to the graph |
<T> QuantizeV2<T> |
Ops.quantizeV2(Operand<Float> input,
Operand<Float> minRange,
Operand<Float> maxRange,
Class<T> T,
QuantizeV2.Options... options)
Adds an
QuantizeV2 operation to the graph |
<T> QuantizeV2<T> |
Ops.quantizeV2(Operand<Float> input,
Operand<Float> minRange,
Operand<Float> maxRange,
Class<T> T,
QuantizeV2.Options... options)
Adds an
QuantizeV2 operation to the graph |
<T> QuantizeV2<T> |
Ops.quantizeV2(Operand<Float> input,
Operand<Float> minRange,
Operand<Float> maxRange,
Class<T> T,
QuantizeV2.Options... options)
Adds an
QuantizeV2 operation to the graph |
QueueClose |
Ops.queueClose(Operand<?> handle,
QueueClose.Options... options)
Adds an
QueueClose operation to the graph |
QueueDequeue |
Ops.queueDequeue(Operand<?> handle,
List<Class<?>> componentTypes,
QueueDequeue.Options... options)
Adds an
QueueDequeue operation to the graph |
QueueDequeueMany |
Ops.queueDequeueMany(Operand<?> handle,
Operand<Integer> n,
List<Class<?>> componentTypes,
QueueDequeueMany.Options... options)
Adds an
QueueDequeueMany operation to the graph |
QueueDequeueMany |
Ops.queueDequeueMany(Operand<?> handle,
Operand<Integer> n,
List<Class<?>> componentTypes,
QueueDequeueMany.Options... options)
Adds an
QueueDequeueMany operation to the graph |
QueueDequeueUpTo |
Ops.queueDequeueUpTo(Operand<?> handle,
Operand<Integer> n,
List<Class<?>> componentTypes,
QueueDequeueUpTo.Options... options)
Adds an
QueueDequeueUpTo operation to the graph |
QueueDequeueUpTo |
Ops.queueDequeueUpTo(Operand<?> handle,
Operand<Integer> n,
List<Class<?>> componentTypes,
QueueDequeueUpTo.Options... options)
Adds an
QueueDequeueUpTo operation to the graph |
QueueEnqueue |
Ops.queueEnqueue(Operand<?> handle,
Iterable<Operand<?>> components,
QueueEnqueue.Options... options)
Adds an
QueueEnqueue operation to the graph |
QueueEnqueueMany |
Ops.queueEnqueueMany(Operand<?> handle,
Iterable<Operand<?>> components,
QueueEnqueueMany.Options... options)
Adds an
QueueEnqueueMany operation to the graph |
QueueIsClosed |
Ops.queueIsClosed(Operand<String> handle)
Adds an
QueueIsClosed operation to the graph |
QueueIsClosedV2 |
Ops.queueIsClosedV2(Operand<?> handle)
Adds an
QueueIsClosedV2 operation to the graph |
QueueSize |
Ops.queueSize(Operand<?> handle)
Adds an
QueueSize operation to the graph |
<T extends Number> |
Ops.randomCrop(Operand<T> image,
Operand<Long> size,
RandomCrop.Options... options)
Adds an
RandomCrop operation to the graph |
<T extends Number> |
Ops.randomCrop(Operand<T> image,
Operand<Long> size,
RandomCrop.Options... options)
Adds an
RandomCrop operation to the graph |
RandomDataset |
Ops.randomDataset(Operand<Long> seed,
Operand<Long> seed2,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Adds an
RandomDataset operation to the graph |
RandomDataset |
Ops.randomDataset(Operand<Long> seed,
Operand<Long> seed2,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Adds an
RandomDataset operation to the graph |
<U extends Number,T extends Number> |
Ops.randomGamma(Operand<T> shape,
Operand<U> alpha,
RandomGamma.Options... options)
Adds an
RandomGamma operation to the graph |
<U extends Number,T extends Number> |
Ops.randomGamma(Operand<T> shape,
Operand<U> alpha,
RandomGamma.Options... options)
Adds an
RandomGamma operation to the graph |
<U extends Number,T extends Number> |
Ops.randomNormal(Operand<T> shape,
Class<U> dtype,
RandomNormal.Options... options)
Adds an
RandomNormal operation to the graph |
<U extends Number,T extends Number> |
Ops.randomPoisson(Operand<T> shape,
Operand<U> rate,
RandomPoisson.Options... options)
Adds an
RandomPoisson operation to the graph |
<U extends Number,T extends Number> |
Ops.randomPoisson(Operand<T> shape,
Operand<U> rate,
RandomPoisson.Options... options)
Adds an
RandomPoisson operation to the graph |
<V extends Number,T extends Number,U extends Number> |
Ops.randomPoissonV2(Operand<T> shape,
Operand<U> rate,
Class<V> dtype,
RandomPoissonV2.Options... options)
Adds an
RandomPoissonV2 operation to the graph |
<V extends Number,T extends Number,U extends Number> |
Ops.randomPoissonV2(Operand<T> shape,
Operand<U> rate,
Class<V> dtype,
RandomPoissonV2.Options... options)
Adds an
RandomPoissonV2 operation to the graph |
<T extends Number,U extends Number> |
Ops.randomPoissonV2(Operand<T> shape,
Operand<U> rate,
RandomPoissonV2.Options... options)
Adds an
RandomPoissonV2 operation to the graph |
<T extends Number,U extends Number> |
Ops.randomPoissonV2(Operand<T> shape,
Operand<U> rate,
RandomPoissonV2.Options... options)
Adds an
RandomPoissonV2 operation to the graph |
<T> RandomShuffle<T> |
Ops.randomShuffle(Operand<T> value,
RandomShuffle.Options... options)
Adds an
RandomShuffle operation to the graph |
<U extends Number,T extends Number> |
Ops.randomUniform(Operand<T> shape,
Class<U> dtype,
RandomUniform.Options... options)
Adds an
RandomUniform operation to the graph |
<U extends Number,T extends Number> |
Ops.randomUniformInt(Operand<T> shape,
Operand<U> minval,
Operand<U> maxval,
RandomUniformInt.Options... options)
Adds an
RandomUniformInt operation to the graph |
<U extends Number,T extends Number> |
Ops.randomUniformInt(Operand<T> shape,
Operand<U> minval,
Operand<U> maxval,
RandomUniformInt.Options... options)
Adds an
RandomUniformInt operation to the graph |
<U extends Number,T extends Number> |
Ops.randomUniformInt(Operand<T> shape,
Operand<U> minval,
Operand<U> maxval,
RandomUniformInt.Options... options)
Adds an
RandomUniformInt operation to the graph |
<T extends Number> |
Ops.range(Operand<T> start,
Operand<T> limit,
Operand<T> delta)
Adds an
Range operation to the graph |
<T extends Number> |
Ops.range(Operand<T> start,
Operand<T> limit,
Operand<T> delta)
Adds an
Range operation to the graph |
<T extends Number> |
Ops.range(Operand<T> start,
Operand<T> limit,
Operand<T> delta)
Adds an
Range operation to the graph |
RangeDataset |
Ops.rangeDataset(Operand<Long> start,
Operand<Long> stop,
Operand<Long> step,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Adds an
RangeDataset operation to the graph |
RangeDataset |
Ops.rangeDataset(Operand<Long> start,
Operand<Long> stop,
Operand<Long> step,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Adds an
RangeDataset operation to the graph |
RangeDataset |
Ops.rangeDataset(Operand<Long> start,
Operand<Long> stop,
Operand<Long> step,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Adds an
RangeDataset operation to the graph |
<T> Rank |
Ops.rank(Operand<T> input)
Adds an
Rank operation to the graph |
ReaderNumRecordsProduced |
Ops.readerNumRecordsProduced(Operand<?> readerHandle)
Adds an
ReaderNumRecordsProduced operation to the graph |
ReaderNumWorkUnitsCompleted |
Ops.readerNumWorkUnitsCompleted(Operand<?> readerHandle)
Adds an
ReaderNumWorkUnitsCompleted operation to the graph |
ReaderRead |
Ops.readerRead(Operand<?> readerHandle,
Operand<?> queueHandle)
Adds an
ReaderRead operation to the graph |
ReaderRead |
Ops.readerRead(Operand<?> readerHandle,
Operand<?> queueHandle)
Adds an
ReaderRead operation to the graph |
ReaderReadUpTo |
Ops.readerReadUpTo(Operand<?> readerHandle,
Operand<?> queueHandle,
Operand<Long> numRecords)
Adds an
ReaderReadUpTo operation to the graph |
ReaderReadUpTo |
Ops.readerReadUpTo(Operand<?> readerHandle,
Operand<?> queueHandle,
Operand<Long> numRecords)
Adds an
ReaderReadUpTo operation to the graph |
ReaderReadUpTo |
Ops.readerReadUpTo(Operand<?> readerHandle,
Operand<?> queueHandle,
Operand<Long> numRecords)
Adds an
ReaderReadUpTo operation to the graph |
ReaderReset |
Ops.readerReset(Operand<?> readerHandle)
Adds an
ReaderReset operation to the graph |
ReaderRestoreState |
Ops.readerRestoreState(Operand<?> readerHandle,
Operand<String> state)
Adds an
ReaderRestoreState operation to the graph |
ReaderRestoreState |
Ops.readerRestoreState(Operand<?> readerHandle,
Operand<String> state)
Adds an
ReaderRestoreState operation to the graph |
ReaderSerializeState |
Ops.readerSerializeState(Operand<?> readerHandle)
Adds an
ReaderSerializeState operation to the graph |
ReadFile |
Ops.readFile(Operand<String> filename)
Adds an
ReadFile operation to the graph |
<T> ReadVariableOp<T> |
Ops.readVariableOp(Operand<?> resource,
Class<T> dtype)
Adds an
ReadVariableOp operation to the graph |
<T> Real<Float> |
Ops.real(Operand<T> input)
Adds an
Real operation to the graph |
<U extends Number,T> |
Ops.real(Operand<T> input,
Class<U> Tout)
Adds an
Real operation to the graph |
<T> RealDiv<T> |
Ops.realDiv(Operand<T> x,
Operand<T> y)
Adds an
RealDiv operation to the graph |
<T> RealDiv<T> |
Ops.realDiv(Operand<T> x,
Operand<T> y)
Adds an
RealDiv operation to the graph |
<T> Reciprocal<T> |
Ops.reciprocal(Operand<T> x)
Adds an
Reciprocal operation to the graph |
<T extends Number> |
Ops.reduceAll(Operand<Boolean> input,
Operand<T> axis,
ReduceAll.Options... options)
Adds an
ReduceAll operation to the graph |
<T extends Number> |
Ops.reduceAll(Operand<Boolean> input,
Operand<T> axis,
ReduceAll.Options... options)
Adds an
ReduceAll operation to the graph |
<T extends Number> |
Ops.reduceAny(Operand<Boolean> input,
Operand<T> axis,
ReduceAny.Options... options)
Adds an
ReduceAny operation to the graph |
<T extends Number> |
Ops.reduceAny(Operand<Boolean> input,
Operand<T> axis,
ReduceAny.Options... options)
Adds an
ReduceAny operation to the graph |
ReduceJoin |
Ops.reduceJoin(Operand<String> inputs,
Operand<Integer> reductionIndices,
ReduceJoin.Options... options)
Adds an
ReduceJoin operation to the graph |
ReduceJoin |
Ops.reduceJoin(Operand<String> inputs,
Operand<Integer> reductionIndices,
ReduceJoin.Options... options)
Adds an
ReduceJoin operation to the graph |
<T,U extends Number> |
Ops.reduceMax(Operand<T> input,
Operand<U> axis,
ReduceMax.Options... options)
Adds an
ReduceMax operation to the graph |
<T,U extends Number> |
Ops.reduceMax(Operand<T> input,
Operand<U> axis,
ReduceMax.Options... options)
Adds an
ReduceMax operation to the graph |
<T,U extends Number> |
Ops.reduceMean(Operand<T> input,
Operand<U> axis,
ReduceMean.Options... options)
Adds an
ReduceMean operation to the graph |
<T,U extends Number> |
Ops.reduceMean(Operand<T> input,
Operand<U> axis,
ReduceMean.Options... options)
Adds an
ReduceMean operation to the graph |
<T,U extends Number> |
Ops.reduceMin(Operand<T> input,
Operand<U> axis,
ReduceMin.Options... options)
Adds an
ReduceMin operation to the graph |
<T,U extends Number> |
Ops.reduceMin(Operand<T> input,
Operand<U> axis,
ReduceMin.Options... options)
Adds an
ReduceMin operation to the graph |
<T,U extends Number> |
Ops.reduceProd(Operand<T> input,
Operand<U> axis,
ReduceProd.Options... options)
Adds an
ReduceProd operation to the graph |
<T,U extends Number> |
Ops.reduceProd(Operand<T> input,
Operand<U> axis,
ReduceProd.Options... options)
Adds an
ReduceProd operation to the graph |
<T,U extends Number> |
Ops.reduceSum(Operand<T> input,
Operand<U> axis,
ReduceSum.Options... options)
Adds an
ReduceSum operation to the graph |
<T,U extends Number> |
Ops.reduceSum(Operand<T> input,
Operand<U> axis,
ReduceSum.Options... options)
Adds an
ReduceSum operation to the graph |
<T> RefNextIteration<T> |
Ops.refNextIteration(Operand<T> data)
Adds an
RefNextIteration operation to the graph |
<T> RefSelect<T> |
Ops.refSelect(Operand<Integer> index,
Operand<T> inputs)
Adds an
RefSelect operation to the graph |
<T> RefSelect<T> |
Ops.refSelect(Operand<Integer> index,
Operand<T> inputs)
Adds an
RefSelect operation to the graph |
<T> RefSwitch<T> |
Ops.refSwitch(Operand<T> data,
Operand<Boolean> pred)
Adds an
RefSwitch operation to the graph |
<T> RefSwitch<T> |
Ops.refSwitch(Operand<T> data,
Operand<Boolean> pred)
Adds an
RefSwitch operation to the graph |
RegexFullMatch |
Ops.regexFullMatch(Operand<String> input,
Operand<String> pattern)
Adds an
RegexFullMatch operation to the graph |
RegexFullMatch |
Ops.regexFullMatch(Operand<String> input,
Operand<String> pattern)
Adds an
RegexFullMatch operation to the graph |
RegexReplace |
Ops.regexReplace(Operand<String> input,
Operand<String> pattern,
Operand<String> rewrite,
RegexReplace.Options... options)
Adds an
RegexReplace operation to the graph |
RegexReplace |
Ops.regexReplace(Operand<String> input,
Operand<String> pattern,
Operand<String> rewrite,
RegexReplace.Options... options)
Adds an
RegexReplace operation to the graph |
RegexReplace |
Ops.regexReplace(Operand<String> input,
Operand<String> pattern,
Operand<String> rewrite,
RegexReplace.Options... options)
Adds an
RegexReplace operation to the graph |
<T> Relu<T> |
Ops.relu(Operand<T> features)
Adds an
Relu operation to the graph |
<T extends Number> |
Ops.relu6(Operand<T> features)
Adds an
Relu6 operation to the graph |
RepeatDataset |
Ops.repeatDataset(Operand<?> inputDataset,
Operand<Long> count,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Adds an
RepeatDataset operation to the graph |
RepeatDataset |
Ops.repeatDataset(Operand<?> inputDataset,
Operand<Long> count,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Adds an
RepeatDataset operation to the graph |
<T> RequantizationRange |
Ops.requantizationRange(Operand<T> input,
Operand<Float> inputMin,
Operand<Float> inputMax)
Adds an
RequantizationRange operation to the graph |
<T> RequantizationRange |
Ops.requantizationRange(Operand<T> input,
Operand<Float> inputMin,
Operand<Float> inputMax)
Adds an
RequantizationRange operation to the graph |
<T> RequantizationRange |
Ops.requantizationRange(Operand<T> input,
Operand<Float> inputMin,
Operand<Float> inputMax)
Adds an
RequantizationRange operation to the graph |
<U,T> Requantize<U> |
Ops.requantize(Operand<T> input,
Operand<Float> inputMin,
Operand<Float> inputMax,
Operand<Float> requestedOutputMin,
Operand<Float> requestedOutputMax,
Class<U> outType)
Adds an
Requantize operation to the graph |
<U,T> Requantize<U> |
Ops.requantize(Operand<T> input,
Operand<Float> inputMin,
Operand<Float> inputMax,
Operand<Float> requestedOutputMin,
Operand<Float> requestedOutputMax,
Class<U> outType)
Adds an
Requantize operation to the graph |
<U,T> Requantize<U> |
Ops.requantize(Operand<T> input,
Operand<Float> inputMin,
Operand<Float> inputMax,
Operand<Float> requestedOutputMin,
Operand<Float> requestedOutputMax,
Class<U> outType)
Adds an
Requantize operation to the graph |
<U,T> Requantize<U> |
Ops.requantize(Operand<T> input,
Operand<Float> inputMin,
Operand<Float> inputMax,
Operand<Float> requestedOutputMin,
Operand<Float> requestedOutputMax,
Class<U> outType)
Adds an
Requantize operation to the graph |
<U,T> Requantize<U> |
Ops.requantize(Operand<T> input,
Operand<Float> inputMin,
Operand<Float> inputMax,
Operand<Float> requestedOutputMin,
Operand<Float> requestedOutputMax,
Class<U> outType)
Adds an
Requantize operation to the graph |
<T,U extends Number> |
Ops.reshape(Operand<T> tensor,
Operand<U> shape)
Adds an
Reshape operation to the graph |
<T,U extends Number> |
Ops.reshape(Operand<T> tensor,
Operand<U> shape)
Adds an
Reshape operation to the graph |
<T extends Number> |
Ops.resizeArea(Operand<T> images,
Operand<Integer> size,
ResizeArea.Options... options)
Adds an
ResizeArea operation to the graph |
<T extends Number> |
Ops.resizeArea(Operand<T> images,
Operand<Integer> size,
ResizeArea.Options... options)
Adds an
ResizeArea operation to the graph |
<T extends Number> |
Ops.resizeBicubic(Operand<T> images,
Operand<Integer> size,
ResizeBicubic.Options... options)
Adds an
ResizeBicubic operation to the graph |
<T extends Number> |
Ops.resizeBicubic(Operand<T> images,
Operand<Integer> size,
ResizeBicubic.Options... options)
Adds an
ResizeBicubic operation to the graph |
<T extends Number> |
Ops.resizeBilinear(Operand<T> images,
Operand<Integer> size,
ResizeBilinear.Options... options)
Adds an
ResizeBilinear operation to the graph |
<T extends Number> |
Ops.resizeBilinear(Operand<T> images,
Operand<Integer> size,
ResizeBilinear.Options... options)
Adds an
ResizeBilinear operation to the graph |
<T extends Number> |
Ops.resizeNearestNeighbor(Operand<T> images,
Operand<Integer> size,
ResizeNearestNeighbor.Options... options)
Adds an
ResizeNearestNeighbor operation to the graph |
<T extends Number> |
Ops.resizeNearestNeighbor(Operand<T> images,
Operand<Integer> size,
ResizeNearestNeighbor.Options... options)
Adds an
ResizeNearestNeighbor operation to the graph |
<T> ResourceApplyAdadelta |
Ops.resourceApplyAdadelta(Operand<?> var,
Operand<?> accum,
Operand<?> accumUpdate,
Operand<T> lr,
Operand<T> rho,
Operand<T> epsilon,
Operand<T> grad,
ResourceApplyAdadelta.Options... options)
Adds an
ResourceApplyAdadelta operation to the graph |
<T> ResourceApplyAdadelta |
Ops.resourceApplyAdadelta(Operand<?> var,
Operand<?> accum,
Operand<?> accumUpdate,
Operand<T> lr,
Operand<T> rho,
Operand<T> epsilon,
Operand<T> grad,
ResourceApplyAdadelta.Options... options)
Adds an
ResourceApplyAdadelta operation to the graph |
<T> ResourceApplyAdadelta |
Ops.resourceApplyAdadelta(Operand<?> var,
Operand<?> accum,
Operand<?> accumUpdate,
Operand<T> lr,
Operand<T> rho,
Operand<T> epsilon,
Operand<T> grad,
ResourceApplyAdadelta.Options... options)
Adds an
ResourceApplyAdadelta operation to the graph |
<T> ResourceApplyAdadelta |
Ops.resourceApplyAdadelta(Operand<?> var,
Operand<?> accum,
Operand<?> accumUpdate,
Operand<T> lr,
Operand<T> rho,
Operand<T> epsilon,
Operand<T> grad,
ResourceApplyAdadelta.Options... options)
Adds an
ResourceApplyAdadelta operation to the graph |
<T> ResourceApplyAdadelta |
Ops.resourceApplyAdadelta(Operand<?> var,
Operand<?> accum,
Operand<?> accumUpdate,
Operand<T> lr,
Operand<T> rho,
Operand<T> epsilon,
Operand<T> grad,
ResourceApplyAdadelta.Options... options)
Adds an
ResourceApplyAdadelta operation to the graph |
<T> ResourceApplyAdadelta |
Ops.resourceApplyAdadelta(Operand<?> var,
Operand<?> accum,
Operand<?> accumUpdate,
Operand<T> lr,
Operand<T> rho,
Operand<T> epsilon,
Operand<T> grad,
ResourceApplyAdadelta.Options... options)
Adds an
ResourceApplyAdadelta operation to the graph |
<T> ResourceApplyAdadelta |
Ops.resourceApplyAdadelta(Operand<?> var,
Operand<?> accum,
Operand<?> accumUpdate,
Operand<T> lr,
Operand<T> rho,
Operand<T> epsilon,
Operand<T> grad,
ResourceApplyAdadelta.Options... options)
Adds an
ResourceApplyAdadelta operation to the graph |
<T> ResourceApplyAdagrad |
Ops.resourceApplyAdagrad(Operand<?> var,
Operand<?> accum,
Operand<T> lr,
Operand<T> grad,
ResourceApplyAdagrad.Options... options)
Adds an
ResourceApplyAdagrad operation to the graph |
<T> ResourceApplyAdagrad |
Ops.resourceApplyAdagrad(Operand<?> var,
Operand<?> accum,
Operand<T> lr,
Operand<T> grad,
ResourceApplyAdagrad.Options... options)
Adds an
ResourceApplyAdagrad operation to the graph |
<T> ResourceApplyAdagrad |
Ops.resourceApplyAdagrad(Operand<?> var,
Operand<?> accum,
Operand<T> lr,
Operand<T> grad,
ResourceApplyAdagrad.Options... options)
Adds an
ResourceApplyAdagrad operation to the graph |
<T> ResourceApplyAdagrad |
Ops.resourceApplyAdagrad(Operand<?> var,
Operand<?> accum,
Operand<T> lr,
Operand<T> grad,
ResourceApplyAdagrad.Options... options)
Adds an
ResourceApplyAdagrad operation to the graph |
<T> ResourceApplyAdagradDA |
Ops.resourceApplyAdagradDA(Operand<?> var,
Operand<?> gradientAccumulator,
Operand<?> gradientSquaredAccumulator,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<Long> globalStep,
ResourceApplyAdagradDA.Options... options)
Adds an
ResourceApplyAdagradDA operation to the graph |
<T> ResourceApplyAdagradDA |
Ops.resourceApplyAdagradDA(Operand<?> var,
Operand<?> gradientAccumulator,
Operand<?> gradientSquaredAccumulator,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<Long> globalStep,
ResourceApplyAdagradDA.Options... options)
Adds an
ResourceApplyAdagradDA operation to the graph |
<T> ResourceApplyAdagradDA |
Ops.resourceApplyAdagradDA(Operand<?> var,
Operand<?> gradientAccumulator,
Operand<?> gradientSquaredAccumulator,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<Long> globalStep,
ResourceApplyAdagradDA.Options... options)
Adds an
ResourceApplyAdagradDA operation to the graph |
<T> ResourceApplyAdagradDA |
Ops.resourceApplyAdagradDA(Operand<?> var,
Operand<?> gradientAccumulator,
Operand<?> gradientSquaredAccumulator,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<Long> globalStep,
ResourceApplyAdagradDA.Options... options)
Adds an
ResourceApplyAdagradDA operation to the graph |
<T> ResourceApplyAdagradDA |
Ops.resourceApplyAdagradDA(Operand<?> var,
Operand<?> gradientAccumulator,
Operand<?> gradientSquaredAccumulator,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<Long> globalStep,
ResourceApplyAdagradDA.Options... options)
Adds an
ResourceApplyAdagradDA operation to the graph |
<T> ResourceApplyAdagradDA |
Ops.resourceApplyAdagradDA(Operand<?> var,
Operand<?> gradientAccumulator,
Operand<?> gradientSquaredAccumulator,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<Long> globalStep,
ResourceApplyAdagradDA.Options... options)
Adds an
ResourceApplyAdagradDA operation to the graph |
<T> ResourceApplyAdagradDA |
Ops.resourceApplyAdagradDA(Operand<?> var,
Operand<?> gradientAccumulator,
Operand<?> gradientSquaredAccumulator,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<Long> globalStep,
ResourceApplyAdagradDA.Options... options)
Adds an
ResourceApplyAdagradDA operation to the graph |
<T> ResourceApplyAdagradDA |
Ops.resourceApplyAdagradDA(Operand<?> var,
Operand<?> gradientAccumulator,
Operand<?> gradientSquaredAccumulator,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<Long> globalStep,
ResourceApplyAdagradDA.Options... options)
Adds an
ResourceApplyAdagradDA operation to the graph |
<T> ResourceApplyAdam |
Ops.resourceApplyAdam(Operand<?> var,
Operand<?> m,
Operand<?> v,
Operand<T> beta1Power,
Operand<T> beta2Power,
Operand<T> lr,
Operand<T> beta1,
Operand<T> beta2,
Operand<T> epsilon,
Operand<T> grad,
ResourceApplyAdam.Options... options)
Adds an
ResourceApplyAdam operation to the graph |
<T> ResourceApplyAdam |
Ops.resourceApplyAdam(Operand<?> var,
Operand<?> m,
Operand<?> v,
Operand<T> beta1Power,
Operand<T> beta2Power,
Operand<T> lr,
Operand<T> beta1,
Operand<T> beta2,
Operand<T> epsilon,
Operand<T> grad,
ResourceApplyAdam.Options... options)
Adds an
ResourceApplyAdam operation to the graph |
<T> ResourceApplyAdam |
Ops.resourceApplyAdam(Operand<?> var,
Operand<?> m,
Operand<?> v,
Operand<T> beta1Power,
Operand<T> beta2Power,
Operand<T> lr,
Operand<T> beta1,
Operand<T> beta2,
Operand<T> epsilon,
Operand<T> grad,
ResourceApplyAdam.Options... options)
Adds an
ResourceApplyAdam operation to the graph |
<T> ResourceApplyAdam |
Ops.resourceApplyAdam(Operand<?> var,
Operand<?> m,
Operand<?> v,
Operand<T> beta1Power,
Operand<T> beta2Power,
Operand<T> lr,
Operand<T> beta1,
Operand<T> beta2,
Operand<T> epsilon,
Operand<T> grad,
ResourceApplyAdam.Options... options)
Adds an
ResourceApplyAdam operation to the graph |
<T> ResourceApplyAdam |
Ops.resourceApplyAdam(Operand<?> var,
Operand<?> m,
Operand<?> v,
Operand<T> beta1Power,
Operand<T> beta2Power,
Operand<T> lr,
Operand<T> beta1,
Operand<T> beta2,
Operand<T> epsilon,
Operand<T> grad,
ResourceApplyAdam.Options... options)
Adds an
ResourceApplyAdam operation to the graph |
<T> ResourceApplyAdam |
Ops.resourceApplyAdam(Operand<?> var,
Operand<?> m,
Operand<?> v,
Operand<T> beta1Power,
Operand<T> beta2Power,
Operand<T> lr,
Operand<T> beta1,
Operand<T> beta2,
Operand<T> epsilon,
Operand<T> grad,
ResourceApplyAdam.Options... options)
Adds an
ResourceApplyAdam operation to the graph |
<T> ResourceApplyAdam |
Ops.resourceApplyAdam(Operand<?> var,
Operand<?> m,
Operand<?> v,
Operand<T> beta1Power,
Operand<T> beta2Power,
Operand<T> lr,
Operand<T> beta1,
Operand<T> beta2,
Operand<T> epsilon,
Operand<T> grad,
ResourceApplyAdam.Options... options)
Adds an
ResourceApplyAdam operation to the graph |
<T> ResourceApplyAdam |
Ops.resourceApplyAdam(Operand<?> var,
Operand<?> m,
Operand<?> v,
Operand<T> beta1Power,
Operand<T> beta2Power,
Operand<T> lr,
Operand<T> beta1,
Operand<T> beta2,
Operand<T> epsilon,
Operand<T> grad,
ResourceApplyAdam.Options... options)
Adds an
ResourceApplyAdam operation to the graph |
<T> ResourceApplyAdam |
Ops.resourceApplyAdam(Operand<?> var,
Operand<?> m,
Operand<?> v,
Operand<T> beta1Power,
Operand<T> beta2Power,
Operand<T> lr,
Operand<T> beta1,
Operand<T> beta2,
Operand<T> epsilon,
Operand<T> grad,
ResourceApplyAdam.Options... options)
Adds an
ResourceApplyAdam operation to the graph |
<T> ResourceApplyAdam |
Ops.resourceApplyAdam(Operand<?> var,
Operand<?> m,
Operand<?> v,
Operand<T> beta1Power,
Operand<T> beta2Power,
Operand<T> lr,
Operand<T> beta1,
Operand<T> beta2,
Operand<T> epsilon,
Operand<T> grad,
ResourceApplyAdam.Options... options)
Adds an
ResourceApplyAdam operation to the graph |
<T> ResourceApplyAddSign |
Ops.resourceApplyAddSign(Operand<?> var,
Operand<?> m,
Operand<T> lr,
Operand<T> alpha,
Operand<T> signDecay,
Operand<T> beta,
Operand<T> grad,
ResourceApplyAddSign.Options... options)
Adds an
ResourceApplyAddSign operation to the graph |
<T> ResourceApplyAddSign |
Ops.resourceApplyAddSign(Operand<?> var,
Operand<?> m,
Operand<T> lr,
Operand<T> alpha,
Operand<T> signDecay,
Operand<T> beta,
Operand<T> grad,
ResourceApplyAddSign.Options... options)
Adds an
ResourceApplyAddSign operation to the graph |
<T> ResourceApplyAddSign |
Ops.resourceApplyAddSign(Operand<?> var,
Operand<?> m,
Operand<T> lr,
Operand<T> alpha,
Operand<T> signDecay,
Operand<T> beta,
Operand<T> grad,
ResourceApplyAddSign.Options... options)
Adds an
ResourceApplyAddSign operation to the graph |
<T> ResourceApplyAddSign |
Ops.resourceApplyAddSign(Operand<?> var,
Operand<?> m,
Operand<T> lr,
Operand<T> alpha,
Operand<T> signDecay,
Operand<T> beta,
Operand<T> grad,
ResourceApplyAddSign.Options... options)
Adds an
ResourceApplyAddSign operation to the graph |
<T> ResourceApplyAddSign |
Ops.resourceApplyAddSign(Operand<?> var,
Operand<?> m,
Operand<T> lr,
Operand<T> alpha,
Operand<T> signDecay,
Operand<T> beta,
Operand<T> grad,
ResourceApplyAddSign.Options... options)
Adds an
ResourceApplyAddSign operation to the graph |
<T> ResourceApplyAddSign |
Ops.resourceApplyAddSign(Operand<?> var,
Operand<?> m,
Operand<T> lr,
Operand<T> alpha,
Operand<T> signDecay,
Operand<T> beta,
Operand<T> grad,
ResourceApplyAddSign.Options... options)
Adds an
ResourceApplyAddSign operation to the graph |
<T> ResourceApplyAddSign |
Ops.resourceApplyAddSign(Operand<?> var,
Operand<?> m,
Operand<T> lr,
Operand<T> alpha,
Operand<T> signDecay,
Operand<T> beta,
Operand<T> grad,
ResourceApplyAddSign.Options... options)
Adds an
ResourceApplyAddSign operation to the graph |
<T> ResourceApplyCenteredRMSProp |
Ops.resourceApplyCenteredRMSProp(Operand<?> var,
Operand<?> mg,
Operand<?> ms,
Operand<?> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
ResourceApplyCenteredRMSProp.Options... options)
Adds an
ResourceApplyCenteredRMSProp operation to the graph |
<T> ResourceApplyCenteredRMSProp |
Ops.resourceApplyCenteredRMSProp(Operand<?> var,
Operand<?> mg,
Operand<?> ms,
Operand<?> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
ResourceApplyCenteredRMSProp.Options... options)
Adds an
ResourceApplyCenteredRMSProp operation to the graph |
<T> ResourceApplyCenteredRMSProp |
Ops.resourceApplyCenteredRMSProp(Operand<?> var,
Operand<?> mg,
Operand<?> ms,
Operand<?> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
ResourceApplyCenteredRMSProp.Options... options)
Adds an
ResourceApplyCenteredRMSProp operation to the graph |
<T> ResourceApplyCenteredRMSProp |
Ops.resourceApplyCenteredRMSProp(Operand<?> var,
Operand<?> mg,
Operand<?> ms,
Operand<?> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
ResourceApplyCenteredRMSProp.Options... options)
Adds an
ResourceApplyCenteredRMSProp operation to the graph |
<T> ResourceApplyCenteredRMSProp |
Ops.resourceApplyCenteredRMSProp(Operand<?> var,
Operand<?> mg,
Operand<?> ms,
Operand<?> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
ResourceApplyCenteredRMSProp.Options... options)
Adds an
ResourceApplyCenteredRMSProp operation to the graph |
<T> ResourceApplyCenteredRMSProp |
Ops.resourceApplyCenteredRMSProp(Operand<?> var,
Operand<?> mg,
Operand<?> ms,
Operand<?> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
ResourceApplyCenteredRMSProp.Options... options)
Adds an
ResourceApplyCenteredRMSProp operation to the graph |
<T> ResourceApplyCenteredRMSProp |
Ops.resourceApplyCenteredRMSProp(Operand<?> var,
Operand<?> mg,
Operand<?> ms,
Operand<?> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
ResourceApplyCenteredRMSProp.Options... options)
Adds an
ResourceApplyCenteredRMSProp operation to the graph |
<T> ResourceApplyCenteredRMSProp |
Ops.resourceApplyCenteredRMSProp(Operand<?> var,
Operand<?> mg,
Operand<?> ms,
Operand<?> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
ResourceApplyCenteredRMSProp.Options... options)
Adds an
ResourceApplyCenteredRMSProp operation to the graph |
<T> ResourceApplyCenteredRMSProp |
Ops.resourceApplyCenteredRMSProp(Operand<?> var,
Operand<?> mg,
Operand<?> ms,
Operand<?> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
ResourceApplyCenteredRMSProp.Options... options)
Adds an
ResourceApplyCenteredRMSProp operation to the graph |
<T> ResourceApplyFtrl |
Ops.resourceApplyFtrl(Operand<?> var,
Operand<?> accum,
Operand<?> linear,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> lrPower,
ResourceApplyFtrl.Options... options)
Adds an
ResourceApplyFtrl operation to the graph |
<T> ResourceApplyFtrl |
Ops.resourceApplyFtrl(Operand<?> var,
Operand<?> accum,
Operand<?> linear,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> lrPower,
ResourceApplyFtrl.Options... options)
Adds an
ResourceApplyFtrl operation to the graph |
<T> ResourceApplyFtrl |
Ops.resourceApplyFtrl(Operand<?> var,
Operand<?> accum,
Operand<?> linear,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> lrPower,
ResourceApplyFtrl.Options... options)
Adds an
ResourceApplyFtrl operation to the graph |
<T> ResourceApplyFtrl |
Ops.resourceApplyFtrl(Operand<?> var,
Operand<?> accum,
Operand<?> linear,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> lrPower,
ResourceApplyFtrl.Options... options)
Adds an
ResourceApplyFtrl operation to the graph |
<T> ResourceApplyFtrl |
Ops.resourceApplyFtrl(Operand<?> var,
Operand<?> accum,
Operand<?> linear,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> lrPower,
ResourceApplyFtrl.Options... options)
Adds an
ResourceApplyFtrl operation to the graph |
<T> ResourceApplyFtrl |
Ops.resourceApplyFtrl(Operand<?> var,
Operand<?> accum,
Operand<?> linear,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> lrPower,
ResourceApplyFtrl.Options... options)
Adds an
ResourceApplyFtrl operation to the graph |
<T> ResourceApplyFtrl |
Ops.resourceApplyFtrl(Operand<?> var,
Operand<?> accum,
Operand<?> linear,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> lrPower,
ResourceApplyFtrl.Options... options)
Adds an
ResourceApplyFtrl operation to the graph |
<T> ResourceApplyFtrl |
Ops.resourceApplyFtrl(Operand<?> var,
Operand<?> accum,
Operand<?> linear,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> lrPower,
ResourceApplyFtrl.Options... options)
Adds an
ResourceApplyFtrl operation to the graph |
<T> ResourceApplyFtrlV2 |
Ops.resourceApplyFtrlV2(Operand<?> var,
Operand<?> accum,
Operand<?> linear,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> l2Shrinkage,
Operand<T> lrPower,
ResourceApplyFtrlV2.Options... options)
Adds an
ResourceApplyFtrlV2 operation to the graph |
<T> ResourceApplyFtrlV2 |
Ops.resourceApplyFtrlV2(Operand<?> var,
Operand<?> accum,
Operand<?> linear,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> l2Shrinkage,
Operand<T> lrPower,
ResourceApplyFtrlV2.Options... options)
Adds an
ResourceApplyFtrlV2 operation to the graph |
<T> ResourceApplyFtrlV2 |
Ops.resourceApplyFtrlV2(Operand<?> var,
Operand<?> accum,
Operand<?> linear,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> l2Shrinkage,
Operand<T> lrPower,
ResourceApplyFtrlV2.Options... options)
Adds an
ResourceApplyFtrlV2 operation to the graph |
<T> ResourceApplyFtrlV2 |
Ops.resourceApplyFtrlV2(Operand<?> var,
Operand<?> accum,
Operand<?> linear,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> l2Shrinkage,
Operand<T> lrPower,
ResourceApplyFtrlV2.Options... options)
Adds an
ResourceApplyFtrlV2 operation to the graph |
<T> ResourceApplyFtrlV2 |
Ops.resourceApplyFtrlV2(Operand<?> var,
Operand<?> accum,
Operand<?> linear,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> l2Shrinkage,
Operand<T> lrPower,
ResourceApplyFtrlV2.Options... options)
Adds an
ResourceApplyFtrlV2 operation to the graph |
<T> ResourceApplyFtrlV2 |
Ops.resourceApplyFtrlV2(Operand<?> var,
Operand<?> accum,
Operand<?> linear,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> l2Shrinkage,
Operand<T> lrPower,
ResourceApplyFtrlV2.Options... options)
Adds an
ResourceApplyFtrlV2 operation to the graph |
<T> ResourceApplyFtrlV2 |
Ops.resourceApplyFtrlV2(Operand<?> var,
Operand<?> accum,
Operand<?> linear,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> l2Shrinkage,
Operand<T> lrPower,
ResourceApplyFtrlV2.Options... options)
Adds an
ResourceApplyFtrlV2 operation to the graph |
<T> ResourceApplyFtrlV2 |
Ops.resourceApplyFtrlV2(Operand<?> var,
Operand<?> accum,
Operand<?> linear,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> l2Shrinkage,
Operand<T> lrPower,
ResourceApplyFtrlV2.Options... options)
Adds an
ResourceApplyFtrlV2 operation to the graph |
<T> ResourceApplyFtrlV2 |
Ops.resourceApplyFtrlV2(Operand<?> var,
Operand<?> accum,
Operand<?> linear,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> l2Shrinkage,
Operand<T> lrPower,
ResourceApplyFtrlV2.Options... options)
Adds an
ResourceApplyFtrlV2 operation to the graph |
<T> ResourceApplyGradientDescent |
Ops.resourceApplyGradientDescent(Operand<?> var,
Operand<T> alpha,
Operand<T> delta,
ResourceApplyGradientDescent.Options... options)
Adds an
ResourceApplyGradientDescent operation to the graph |
<T> ResourceApplyGradientDescent |
Ops.resourceApplyGradientDescent(Operand<?> var,
Operand<T> alpha,
Operand<T> delta,
ResourceApplyGradientDescent.Options... options)
Adds an
ResourceApplyGradientDescent operation to the graph |
<T> ResourceApplyGradientDescent |
Ops.resourceApplyGradientDescent(Operand<?> var,
Operand<T> alpha,
Operand<T> delta,
ResourceApplyGradientDescent.Options... options)
Adds an
ResourceApplyGradientDescent operation to the graph |
<T> ResourceApplyMomentum |
Ops.resourceApplyMomentum(Operand<?> var,
Operand<?> accum,
Operand<T> lr,
Operand<T> grad,
Operand<T> momentum,
ResourceApplyMomentum.Options... options)
Adds an
ResourceApplyMomentum operation to the graph |
<T> ResourceApplyMomentum |
Ops.resourceApplyMomentum(Operand<?> var,
Operand<?> accum,
Operand<T> lr,
Operand<T> grad,
Operand<T> momentum,
ResourceApplyMomentum.Options... options)
Adds an
ResourceApplyMomentum operation to the graph |
<T> ResourceApplyMomentum |
Ops.resourceApplyMomentum(Operand<?> var,
Operand<?> accum,
Operand<T> lr,
Operand<T> grad,
Operand<T> momentum,
ResourceApplyMomentum.Options... options)
Adds an
ResourceApplyMomentum operation to the graph |
<T> ResourceApplyMomentum |
Ops.resourceApplyMomentum(Operand<?> var,
Operand<?> accum,
Operand<T> lr,
Operand<T> grad,
Operand<T> momentum,
ResourceApplyMomentum.Options... options)
Adds an
ResourceApplyMomentum operation to the graph |
<T> ResourceApplyMomentum |
Ops.resourceApplyMomentum(Operand<?> var,
Operand<?> accum,
Operand<T> lr,
Operand<T> grad,
Operand<T> momentum,
ResourceApplyMomentum.Options... options)
Adds an
ResourceApplyMomentum operation to the graph |
<T> ResourceApplyPowerSign |
Ops.resourceApplyPowerSign(Operand<?> var,
Operand<?> m,
Operand<T> lr,
Operand<T> logbase,
Operand<T> signDecay,
Operand<T> beta,
Operand<T> grad,
ResourceApplyPowerSign.Options... options)
Adds an
ResourceApplyPowerSign operation to the graph |
<T> ResourceApplyPowerSign |
Ops.resourceApplyPowerSign(Operand<?> var,
Operand<?> m,
Operand<T> lr,
Operand<T> logbase,
Operand<T> signDecay,
Operand<T> beta,
Operand<T> grad,
ResourceApplyPowerSign.Options... options)
Adds an
ResourceApplyPowerSign operation to the graph |
<T> ResourceApplyPowerSign |
Ops.resourceApplyPowerSign(Operand<?> var,
Operand<?> m,
Operand<T> lr,
Operand<T> logbase,
Operand<T> signDecay,
Operand<T> beta,
Operand<T> grad,
ResourceApplyPowerSign.Options... options)
Adds an
ResourceApplyPowerSign operation to the graph |
<T> ResourceApplyPowerSign |
Ops.resourceApplyPowerSign(Operand<?> var,
Operand<?> m,
Operand<T> lr,
Operand<T> logbase,
Operand<T> signDecay,
Operand<T> beta,
Operand<T> grad,
ResourceApplyPowerSign.Options... options)
Adds an
ResourceApplyPowerSign operation to the graph |
<T> ResourceApplyPowerSign |
Ops.resourceApplyPowerSign(Operand<?> var,
Operand<?> m,
Operand<T> lr,
Operand<T> logbase,
Operand<T> signDecay,
Operand<T> beta,
Operand<T> grad,
ResourceApplyPowerSign.Options... options)
Adds an
ResourceApplyPowerSign operation to the graph |
<T> ResourceApplyPowerSign |
Ops.resourceApplyPowerSign(Operand<?> var,
Operand<?> m,
Operand<T> lr,
Operand<T> logbase,
Operand<T> signDecay,
Operand<T> beta,
Operand<T> grad,
ResourceApplyPowerSign.Options... options)
Adds an
ResourceApplyPowerSign operation to the graph |
<T> ResourceApplyPowerSign |
Ops.resourceApplyPowerSign(Operand<?> var,
Operand<?> m,
Operand<T> lr,
Operand<T> logbase,
Operand<T> signDecay,
Operand<T> beta,
Operand<T> grad,
ResourceApplyPowerSign.Options... options)
Adds an
ResourceApplyPowerSign operation to the graph |
<T> ResourceApplyProximalAdagrad |
Ops.resourceApplyProximalAdagrad(Operand<?> var,
Operand<?> accum,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> grad,
ResourceApplyProximalAdagrad.Options... options)
Adds an
ResourceApplyProximalAdagrad operation to the graph |
<T> ResourceApplyProximalAdagrad |
Ops.resourceApplyProximalAdagrad(Operand<?> var,
Operand<?> accum,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> grad,
ResourceApplyProximalAdagrad.Options... options)
Adds an
ResourceApplyProximalAdagrad operation to the graph |
<T> ResourceApplyProximalAdagrad |
Ops.resourceApplyProximalAdagrad(Operand<?> var,
Operand<?> accum,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> grad,
ResourceApplyProximalAdagrad.Options... options)
Adds an
ResourceApplyProximalAdagrad operation to the graph |
<T> ResourceApplyProximalAdagrad |
Ops.resourceApplyProximalAdagrad(Operand<?> var,
Operand<?> accum,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> grad,
ResourceApplyProximalAdagrad.Options... options)
Adds an
ResourceApplyProximalAdagrad operation to the graph |
<T> ResourceApplyProximalAdagrad |
Ops.resourceApplyProximalAdagrad(Operand<?> var,
Operand<?> accum,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> grad,
ResourceApplyProximalAdagrad.Options... options)
Adds an
ResourceApplyProximalAdagrad operation to the graph |
<T> ResourceApplyProximalAdagrad |
Ops.resourceApplyProximalAdagrad(Operand<?> var,
Operand<?> accum,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> grad,
ResourceApplyProximalAdagrad.Options... options)
Adds an
ResourceApplyProximalAdagrad operation to the graph |
<T> ResourceApplyProximalGradientDescent |
Ops.resourceApplyProximalGradientDescent(Operand<?> var,
Operand<T> alpha,
Operand<T> l1,
Operand<T> l2,
Operand<T> delta,
ResourceApplyProximalGradientDescent.Options... options)
Adds an
ResourceApplyProximalGradientDescent operation to the graph |
<T> ResourceApplyProximalGradientDescent |
Ops.resourceApplyProximalGradientDescent(Operand<?> var,
Operand<T> alpha,
Operand<T> l1,
Operand<T> l2,
Operand<T> delta,
ResourceApplyProximalGradientDescent.Options... options)
Adds an
ResourceApplyProximalGradientDescent operation to the graph |
<T> ResourceApplyProximalGradientDescent |
Ops.resourceApplyProximalGradientDescent(Operand<?> var,
Operand<T> alpha,
Operand<T> l1,
Operand<T> l2,
Operand<T> delta,
ResourceApplyProximalGradientDescent.Options... options)
Adds an
ResourceApplyProximalGradientDescent operation to the graph |
<T> ResourceApplyProximalGradientDescent |
Ops.resourceApplyProximalGradientDescent(Operand<?> var,
Operand<T> alpha,
Operand<T> l1,
Operand<T> l2,
Operand<T> delta,
ResourceApplyProximalGradientDescent.Options... options)
Adds an
ResourceApplyProximalGradientDescent operation to the graph |
<T> ResourceApplyProximalGradientDescent |
Ops.resourceApplyProximalGradientDescent(Operand<?> var,
Operand<T> alpha,
Operand<T> l1,
Operand<T> l2,
Operand<T> delta,
ResourceApplyProximalGradientDescent.Options... options)
Adds an
ResourceApplyProximalGradientDescent operation to the graph |
<T> ResourceApplyRMSProp |
Ops.resourceApplyRMSProp(Operand<?> var,
Operand<?> ms,
Operand<?> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
ResourceApplyRMSProp.Options... options)
Adds an
ResourceApplyRMSProp operation to the graph |
<T> ResourceApplyRMSProp |
Ops.resourceApplyRMSProp(Operand<?> var,
Operand<?> ms,
Operand<?> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
ResourceApplyRMSProp.Options... options)
Adds an
ResourceApplyRMSProp operation to the graph |
<T> ResourceApplyRMSProp |
Ops.resourceApplyRMSProp(Operand<?> var,
Operand<?> ms,
Operand<?> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
ResourceApplyRMSProp.Options... options)
Adds an
ResourceApplyRMSProp operation to the graph |
<T> ResourceApplyRMSProp |
Ops.resourceApplyRMSProp(Operand<?> var,
Operand<?> ms,
Operand<?> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
ResourceApplyRMSProp.Options... options)
Adds an
ResourceApplyRMSProp operation to the graph |
<T> ResourceApplyRMSProp |
Ops.resourceApplyRMSProp(Operand<?> var,
Operand<?> ms,
Operand<?> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
ResourceApplyRMSProp.Options... options)
Adds an
ResourceApplyRMSProp operation to the graph |
<T> ResourceApplyRMSProp |
Ops.resourceApplyRMSProp(Operand<?> var,
Operand<?> ms,
Operand<?> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
ResourceApplyRMSProp.Options... options)
Adds an
ResourceApplyRMSProp operation to the graph |
<T> ResourceApplyRMSProp |
Ops.resourceApplyRMSProp(Operand<?> var,
Operand<?> ms,
Operand<?> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
ResourceApplyRMSProp.Options... options)
Adds an
ResourceApplyRMSProp operation to the graph |
<T> ResourceApplyRMSProp |
Ops.resourceApplyRMSProp(Operand<?> var,
Operand<?> ms,
Operand<?> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
ResourceApplyRMSProp.Options... options)
Adds an
ResourceApplyRMSProp operation to the graph |
<T extends Number> |
Ops.resourceCountUpTo(Operand<?> resource,
Long limit,
Class<T> T)
Adds an
ResourceCountUpTo operation to the graph |
<U,T extends Number> |
Ops.resourceGather(Operand<?> resource,
Operand<T> indices,
Class<U> dtype,
ResourceGather.Options... options)
Adds an
ResourceGather operation to the graph |
<U,T extends Number> |
Ops.resourceGather(Operand<?> resource,
Operand<T> indices,
Class<U> dtype,
ResourceGather.Options... options)
Adds an
ResourceGather operation to the graph |
<T extends Number,U> |
Ops.resourceScatterAdd(Operand<?> resource,
Operand<T> indices,
Operand<U> updates)
Adds an
ResourceScatterAdd operation to the graph |
<T extends Number,U> |
Ops.resourceScatterAdd(Operand<?> resource,
Operand<T> indices,
Operand<U> updates)
Adds an
ResourceScatterAdd operation to the graph |
<T extends Number,U> |
Ops.resourceScatterAdd(Operand<?> resource,
Operand<T> indices,
Operand<U> updates)
Adds an
ResourceScatterAdd operation to the graph |
<T extends Number,U> |
Ops.resourceScatterDiv(Operand<?> resource,
Operand<T> indices,
Operand<U> updates)
Adds an
ResourceScatterDiv operation to the graph |
<T extends Number,U> |
Ops.resourceScatterDiv(Operand<?> resource,
Operand<T> indices,
Operand<U> updates)
Adds an
ResourceScatterDiv operation to the graph |
<T extends Number,U> |
Ops.resourceScatterDiv(Operand<?> resource,
Operand<T> indices,
Operand<U> updates)
Adds an
ResourceScatterDiv operation to the graph |
<T extends Number,U> |
Ops.resourceScatterMax(Operand<?> resource,
Operand<T> indices,
Operand<U> updates)
Adds an
ResourceScatterMax operation to the graph |
<T extends Number,U> |
Ops.resourceScatterMax(Operand<?> resource,
Operand<T> indices,
Operand<U> updates)
Adds an
ResourceScatterMax operation to the graph |
<T extends Number,U> |
Ops.resourceScatterMax(Operand<?> resource,
Operand<T> indices,
Operand<U> updates)
Adds an
ResourceScatterMax operation to the graph |
<T extends Number,U> |
Ops.resourceScatterMin(Operand<?> resource,
Operand<T> indices,
Operand<U> updates)
Adds an
ResourceScatterMin operation to the graph |
<T extends Number,U> |
Ops.resourceScatterMin(Operand<?> resource,
Operand<T> indices,
Operand<U> updates)
Adds an
ResourceScatterMin operation to the graph |
<T extends Number,U> |
Ops.resourceScatterMin(Operand<?> resource,
Operand<T> indices,
Operand<U> updates)
Adds an
ResourceScatterMin operation to the graph |
<T extends Number,U> |
Ops.resourceScatterMul(Operand<?> resource,
Operand<T> indices,
Operand<U> updates)
Adds an
ResourceScatterMul operation to the graph |
<T extends Number,U> |
Ops.resourceScatterMul(Operand<?> resource,
Operand<T> indices,
Operand<U> updates)
Adds an
ResourceScatterMul operation to the graph |
<T extends Number,U> |
Ops.resourceScatterMul(Operand<?> resource,
Operand<T> indices,
Operand<U> updates)
Adds an
ResourceScatterMul operation to the graph |
<T extends Number,U> |
Ops.resourceScatterNdAdd(Operand<?> ref,
Operand<T> indices,
Operand<U> updates,
ResourceScatterNdAdd.Options... options)
Adds an
ResourceScatterNdAdd operation to the graph |
<T extends Number,U> |
Ops.resourceScatterNdAdd(Operand<?> ref,
Operand<T> indices,
Operand<U> updates,
ResourceScatterNdAdd.Options... options)
Adds an
ResourceScatterNdAdd operation to the graph |
<T extends Number,U> |
Ops.resourceScatterNdAdd(Operand<?> ref,
Operand<T> indices,
Operand<U> updates,
ResourceScatterNdAdd.Options... options)
Adds an
ResourceScatterNdAdd operation to the graph |
<T extends Number,U> |
Ops.resourceScatterNdUpdate(Operand<?> ref,
Operand<T> indices,
Operand<U> updates,
ResourceScatterNdUpdate.Options... options)
Adds an
ResourceScatterNdUpdate operation to the graph |
<T extends Number,U> |
Ops.resourceScatterNdUpdate(Operand<?> ref,
Operand<T> indices,
Operand<U> updates,
ResourceScatterNdUpdate.Options... options)
Adds an
ResourceScatterNdUpdate operation to the graph |
<T extends Number,U> |
Ops.resourceScatterNdUpdate(Operand<?> ref,
Operand<T> indices,
Operand<U> updates,
ResourceScatterNdUpdate.Options... options)
Adds an
ResourceScatterNdUpdate operation to the graph |
<T extends Number,U> |
Ops.resourceScatterSub(Operand<?> resource,
Operand<T> indices,
Operand<U> updates)
Adds an
ResourceScatterSub operation to the graph |
<T extends Number,U> |
Ops.resourceScatterSub(Operand<?> resource,
Operand<T> indices,
Operand<U> updates)
Adds an
ResourceScatterSub operation to the graph |
<T extends Number,U> |
Ops.resourceScatterSub(Operand<?> resource,
Operand<T> indices,
Operand<U> updates)
Adds an
ResourceScatterSub operation to the graph |
<T extends Number,U> |
Ops.resourceScatterUpdate(Operand<?> resource,
Operand<T> indices,
Operand<U> updates)
Adds an
ResourceScatterUpdate operation to the graph |
<T extends Number,U> |
Ops.resourceScatterUpdate(Operand<?> resource,
Operand<T> indices,
Operand<U> updates)
Adds an
ResourceScatterUpdate operation to the graph |
<T extends Number,U> |
Ops.resourceScatterUpdate(Operand<?> resource,
Operand<T> indices,
Operand<U> updates)
Adds an
ResourceScatterUpdate operation to the graph |
<T,U extends Number> |
Ops.resourceSparseApplyAdadelta(Operand<?> var,
Operand<?> accum,
Operand<?> accumUpdate,
Operand<T> lr,
Operand<T> rho,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyAdadelta.Options... options)
Adds an
ResourceSparseApplyAdadelta operation to the graph |
<T,U extends Number> |
Ops.resourceSparseApplyAdadelta(Operand<?> var,
Operand<?> accum,
Operand<?> accumUpdate,
Operand<T> lr,
Operand<T> rho,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyAdadelta.Options... options)
Adds an
ResourceSparseApplyAdadelta operation to the graph |
<T,U extends Number> |
Ops.resourceSparseApplyAdadelta(Operand<?> var,
Operand<?> accum,
Operand<?> accumUpdate,
Operand<T> lr,
Operand<T> rho,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyAdadelta.Options... options)
Adds an
ResourceSparseApplyAdadelta operation to the graph |
<T,U extends Number> |
Ops.resourceSparseApplyAdadelta(Operand<?> var,
Operand<?> accum,
Operand<?> accumUpdate,
Operand<T> lr,
Operand<T> rho,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyAdadelta.Options... options)
Adds an
ResourceSparseApplyAdadelta operation to the graph |
<T,U extends Number> |
Ops.resourceSparseApplyAdadelta(Operand<?> var,
Operand<?> accum,
Operand<?> accumUpdate,
Operand<T> lr,
Operand<T> rho,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyAdadelta.Options... options)
Adds an
ResourceSparseApplyAdadelta operation to the graph |
<T,U extends Number> |
Ops.resourceSparseApplyAdadelta(Operand<?> var,
Operand<?> accum,
Operand<?> accumUpdate,
Operand<T> lr,
Operand<T> rho,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyAdadelta.Options... options)
Adds an
ResourceSparseApplyAdadelta operation to the graph |
<T,U extends Number> |
Ops.resourceSparseApplyAdadelta(Operand<?> var,
Operand<?> accum,
Operand<?> accumUpdate,
Operand<T> lr,
Operand<T> rho,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyAdadelta.Options... options)
Adds an
ResourceSparseApplyAdadelta operation to the graph |
<T,U extends Number> |
Ops.resourceSparseApplyAdadelta(Operand<?> var,
Operand<?> accum,
Operand<?> accumUpdate,
Operand<T> lr,
Operand<T> rho,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyAdadelta.Options... options)
Adds an
ResourceSparseApplyAdadelta operation to the graph |
<T,U extends Number> |
Ops.resourceSparseApplyAdagrad(Operand<?> var,
Operand<?> accum,
Operand<T> lr,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyAdagrad.Options... options)
Adds an
ResourceSparseApplyAdagrad operation to the graph |
<T,U extends Number> |
Ops.resourceSparseApplyAdagrad(Operand<?> var,
Operand<?> accum,
Operand<T> lr,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyAdagrad.Options... options)
Adds an
ResourceSparseApplyAdagrad operation to the graph |
<T,U extends Number> |
Ops.resourceSparseApplyAdagrad(Operand<?> var,
Operand<?> accum,
Operand<T> lr,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyAdagrad.Options... options)
Adds an
ResourceSparseApplyAdagrad operation to the graph |
<T,U extends Number> |
Ops.resourceSparseApplyAdagrad(Operand<?> var,
Operand<?> accum,
Operand<T> lr,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyAdagrad.Options... options)
Adds an
ResourceSparseApplyAdagrad operation to the graph |
<T,U extends Number> |
Ops.resourceSparseApplyAdagrad(Operand<?> var,
Operand<?> accum,
Operand<T> lr,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyAdagrad.Options... options)
Adds an
ResourceSparseApplyAdagrad operation to the graph |
<T,U extends Number> |
Ops.resourceSparseApplyAdagradDA(Operand<?> var,
Operand<?> gradientAccumulator,
Operand<?> gradientSquaredAccumulator,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<Long> globalStep,
ResourceSparseApplyAdagradDA.Options... options)
Adds an
ResourceSparseApplyAdagradDA operation to the graph |
<T,U extends Number> |
Ops.resourceSparseApplyAdagradDA(Operand<?> var,
Operand<?> gradientAccumulator,
Operand<?> gradientSquaredAccumulator,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<Long> globalStep,
ResourceSparseApplyAdagradDA.Options... options)
Adds an
ResourceSparseApplyAdagradDA operation to the graph |
<T,U extends Number> |
Ops.resourceSparseApplyAdagradDA(Operand<?> var,
Operand<?> gradientAccumulator,
Operand<?> gradientSquaredAccumulator,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<Long> globalStep,
ResourceSparseApplyAdagradDA.Options... options)
Adds an
ResourceSparseApplyAdagradDA operation to the graph |
<T,U extends Number> |
Ops.resourceSparseApplyAdagradDA(Operand<?> var,
Operand<?> gradientAccumulator,
Operand<?> gradientSquaredAccumulator,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<Long> globalStep,
ResourceSparseApplyAdagradDA.Options... options)
Adds an
ResourceSparseApplyAdagradDA operation to the graph |
<T,U extends Number> |
Ops.resourceSparseApplyAdagradDA(Operand<?> var,
Operand<?> gradientAccumulator,
Operand<?> gradientSquaredAccumulator,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<Long> globalStep,
ResourceSparseApplyAdagradDA.Options... options)
Adds an
ResourceSparseApplyAdagradDA operation to the graph |
<T,U extends Number> |
Ops.resourceSparseApplyAdagradDA(Operand<?> var,
Operand<?> gradientAccumulator,
Operand<?> gradientSquaredAccumulator,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<Long> globalStep,
ResourceSparseApplyAdagradDA.Options... options)
Adds an
ResourceSparseApplyAdagradDA operation to the graph |
<T,U extends Number> |
Ops.resourceSparseApplyAdagradDA(Operand<?> var,
Operand<?> gradientAccumulator,
Operand<?> gradientSquaredAccumulator,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<Long> globalStep,
ResourceSparseApplyAdagradDA.Options... options)
Adds an
ResourceSparseApplyAdagradDA operation to the graph |
<T,U extends Number> |
Ops.resourceSparseApplyAdagradDA(Operand<?> var,
Operand<?> gradientAccumulator,
Operand<?> gradientSquaredAccumulator,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<Long> globalStep,
ResourceSparseApplyAdagradDA.Options... options)
Adds an
ResourceSparseApplyAdagradDA operation to the graph |
<T,U extends Number> |
Ops.resourceSparseApplyAdagradDA(Operand<?> var,
Operand<?> gradientAccumulator,
Operand<?> gradientSquaredAccumulator,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<Long> globalStep,
ResourceSparseApplyAdagradDA.Options... options)
Adds an
ResourceSparseApplyAdagradDA operation to the graph |
<T,U extends Number> |
Ops.resourceSparseApplyCenteredRMSProp(Operand<?> var,
Operand<?> mg,
Operand<?> ms,
Operand<?> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyCenteredRMSProp.Options... options)
Adds an
ResourceSparseApplyCenteredRMSProp operation to the graph |
<T,U extends Number> |
Ops.resourceSparseApplyCenteredRMSProp(Operand<?> var,
Operand<?> mg,
Operand<?> ms,
Operand<?> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyCenteredRMSProp.Options... options)
Adds an
ResourceSparseApplyCenteredRMSProp operation to the graph |
<T,U extends Number> |
Ops.resourceSparseApplyCenteredRMSProp(Operand<?> var,
Operand<?> mg,
Operand<?> ms,
Operand<?> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyCenteredRMSProp.Options... options)
Adds an
ResourceSparseApplyCenteredRMSProp operation to the graph |
<T,U extends Number> |
Ops.resourceSparseApplyCenteredRMSProp(Operand<?> var,
Operand<?> mg,
Operand<?> ms,
Operand<?> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyCenteredRMSProp.Options... options)
Adds an
ResourceSparseApplyCenteredRMSProp operation to the graph |
<T,U extends Number> |
Ops.resourceSparseApplyCenteredRMSProp(Operand<?> var,
Operand<?> mg,
Operand<?> ms,
Operand<?> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyCenteredRMSProp.Options... options)
Adds an
ResourceSparseApplyCenteredRMSProp operation to the graph |
<T,U extends Number> |
Ops.resourceSparseApplyCenteredRMSProp(Operand<?> var,
Operand<?> mg,
Operand<?> ms,
Operand<?> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyCenteredRMSProp.Options... options)
Adds an
ResourceSparseApplyCenteredRMSProp operation to the graph |
<T,U extends Number> |
Ops.resourceSparseApplyCenteredRMSProp(Operand<?> var,
Operand<?> mg,
Operand<?> ms,
Operand<?> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyCenteredRMSProp.Options... options)
Adds an
ResourceSparseApplyCenteredRMSProp operation to the graph |
<T,U extends Number> |
Ops.resourceSparseApplyCenteredRMSProp(Operand<?> var,
Operand<?> mg,
Operand<?> ms,
Operand<?> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyCenteredRMSProp.Options... options)
Adds an
ResourceSparseApplyCenteredRMSProp operation to the graph |
<T,U extends Number> |
Ops.resourceSparseApplyCenteredRMSProp(Operand<?> var,
Operand<?> mg,
Operand<?> ms,
Operand<?> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyCenteredRMSProp.Options... options)
Adds an
ResourceSparseApplyCenteredRMSProp operation to the graph |
<T,U extends Number> |
Ops.resourceSparseApplyCenteredRMSProp(Operand<?> var,
Operand<?> mg,
Operand<?> ms,
Operand<?> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyCenteredRMSProp.Options... options)
Adds an
ResourceSparseApplyCenteredRMSProp operation to the graph |
<T,U extends Number> |
Ops.resourceSparseApplyFtrl(Operand<?> var,
Operand<?> accum,
Operand<?> linear,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> lrPower,
ResourceSparseApplyFtrl.Options... options)
Adds an
ResourceSparseApplyFtrl operation to the graph |
<T,U extends Number> |
Ops.resourceSparseApplyFtrl(Operand<?> var,
Operand<?> accum,
Operand<?> linear,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> lrPower,
ResourceSparseApplyFtrl.Options... options)
Adds an
ResourceSparseApplyFtrl operation to the graph |
<T,U extends Number> |
Ops.resourceSparseApplyFtrl(Operand<?> var,
Operand<?> accum,
Operand<?> linear,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> lrPower,
ResourceSparseApplyFtrl.Options... options)
Adds an
ResourceSparseApplyFtrl operation to the graph |
<T,U extends Number> |
Ops.resourceSparseApplyFtrl(Operand<?> var,
Operand<?> accum,
Operand<?> linear,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> lrPower,
ResourceSparseApplyFtrl.Options... options)
Adds an
ResourceSparseApplyFtrl operation to the graph |
<T,U extends Number> |
Ops.resourceSparseApplyFtrl(Operand<?> var,
Operand<?> accum,
Operand<?> linear,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> lrPower,
ResourceSparseApplyFtrl.Options... options)
Adds an
ResourceSparseApplyFtrl operation to the graph |
<T,U extends Number> |
Ops.resourceSparseApplyFtrl(Operand<?> var,
Operand<?> accum,
Operand<?> linear,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> lrPower,
ResourceSparseApplyFtrl.Options... options)
Adds an
ResourceSparseApplyFtrl operation to the graph |
<T,U extends Number> |
Ops.resourceSparseApplyFtrl(Operand<?> var,
Operand<?> accum,
Operand<?> linear,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> lrPower,
ResourceSparseApplyFtrl.Options... options)
Adds an
ResourceSparseApplyFtrl operation to the graph |
<T,U extends Number> |
Ops.resourceSparseApplyFtrl(Operand<?> var,
Operand<?> accum,
Operand<?> linear,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> lrPower,
ResourceSparseApplyFtrl.Options... options)
Adds an
ResourceSparseApplyFtrl operation to the graph |
<T,U extends Number> |
Ops.resourceSparseApplyFtrl(Operand<?> var,
Operand<?> accum,
Operand<?> linear,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> lrPower,
ResourceSparseApplyFtrl.Options... options)
Adds an
ResourceSparseApplyFtrl operation to the graph |
<T,U extends Number> |
Ops.resourceSparseApplyFtrlV2(Operand<?> var,
Operand<?> accum,
Operand<?> linear,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> l2Shrinkage,
Operand<T> lrPower,
ResourceSparseApplyFtrlV2.Options... options)
Adds an
ResourceSparseApplyFtrlV2 operation to the graph |
<T,U extends Number> |
Ops.resourceSparseApplyFtrlV2(Operand<?> var,
Operand<?> accum,
Operand<?> linear,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> l2Shrinkage,
Operand<T> lrPower,
ResourceSparseApplyFtrlV2.Options... options)
Adds an
ResourceSparseApplyFtrlV2 operation to the graph |
<T,U extends Number> |
Ops.resourceSparseApplyFtrlV2(Operand<?> var,
Operand<?> accum,
Operand<?> linear,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> l2Shrinkage,
Operand<T> lrPower,
ResourceSparseApplyFtrlV2.Options... options)
Adds an
ResourceSparseApplyFtrlV2 operation to the graph |
<T,U extends Number> |
Ops.resourceSparseApplyFtrlV2(Operand<?> var,
Operand<?> accum,
Operand<?> linear,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> l2Shrinkage,
Operand<T> lrPower,
ResourceSparseApplyFtrlV2.Options... options)
Adds an
ResourceSparseApplyFtrlV2 operation to the graph |
<T,U extends Number> |
Ops.resourceSparseApplyFtrlV2(Operand<?> var,
Operand<?> accum,
Operand<?> linear,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> l2Shrinkage,
Operand<T> lrPower,
ResourceSparseApplyFtrlV2.Options... options)
Adds an
ResourceSparseApplyFtrlV2 operation to the graph |
<T,U extends Number> |
Ops.resourceSparseApplyFtrlV2(Operand<?> var,
Operand<?> accum,
Operand<?> linear,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> l2Shrinkage,
Operand<T> lrPower,
ResourceSparseApplyFtrlV2.Options... options)
Adds an
ResourceSparseApplyFtrlV2 operation to the graph |
<T,U extends Number> |
Ops.resourceSparseApplyFtrlV2(Operand<?> var,
Operand<?> accum,
Operand<?> linear,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> l2Shrinkage,
Operand<T> lrPower,
ResourceSparseApplyFtrlV2.Options... options)
Adds an
ResourceSparseApplyFtrlV2 operation to the graph |
<T,U extends Number> |
Ops.resourceSparseApplyFtrlV2(Operand<?> var,
Operand<?> accum,
Operand<?> linear,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> l2Shrinkage,
Operand<T> lrPower,
ResourceSparseApplyFtrlV2.Options... options)
Adds an
ResourceSparseApplyFtrlV2 operation to the graph |
<T,U extends Number> |
Ops.resourceSparseApplyFtrlV2(Operand<?> var,
Operand<?> accum,
Operand<?> linear,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> l2Shrinkage,
Operand<T> lrPower,
ResourceSparseApplyFtrlV2.Options... options)
Adds an
ResourceSparseApplyFtrlV2 operation to the graph |
<T,U extends Number> |
Ops.resourceSparseApplyFtrlV2(Operand<?> var,
Operand<?> accum,
Operand<?> linear,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> l2Shrinkage,
Operand<T> lrPower,
ResourceSparseApplyFtrlV2.Options... options)
Adds an
ResourceSparseApplyFtrlV2 operation to the graph |
<T,U extends Number> |
Ops.resourceSparseApplyMomentum(Operand<?> var,
Operand<?> accum,
Operand<T> lr,
Operand<T> grad,
Operand<U> indices,
Operand<T> momentum,
ResourceSparseApplyMomentum.Options... options)
Adds an
ResourceSparseApplyMomentum operation to the graph |
<T,U extends Number> |
Ops.resourceSparseApplyMomentum(Operand<?> var,
Operand<?> accum,
Operand<T> lr,
Operand<T> grad,
Operand<U> indices,
Operand<T> momentum,
ResourceSparseApplyMomentum.Options... options)
Adds an
ResourceSparseApplyMomentum operation to the graph |
<T,U extends Number> |
Ops.resourceSparseApplyMomentum(Operand<?> var,
Operand<?> accum,
Operand<T> lr,
Operand<T> grad,
Operand<U> indices,
Operand<T> momentum,
ResourceSparseApplyMomentum.Options... options)
Adds an
ResourceSparseApplyMomentum operation to the graph |
<T,U extends Number> |
Ops.resourceSparseApplyMomentum(Operand<?> var,
Operand<?> accum,
Operand<T> lr,
Operand<T> grad,
Operand<U> indices,
Operand<T> momentum,
ResourceSparseApplyMomentum.Options... options)
Adds an
ResourceSparseApplyMomentum operation to the graph |
<T,U extends Number> |
Ops.resourceSparseApplyMomentum(Operand<?> var,
Operand<?> accum,
Operand<T> lr,
Operand<T> grad,
Operand<U> indices,
Operand<T> momentum,
ResourceSparseApplyMomentum.Options... options)
Adds an
ResourceSparseApplyMomentum operation to the graph |
<T,U extends Number> |
Ops.resourceSparseApplyMomentum(Operand<?> var,
Operand<?> accum,
Operand<T> lr,
Operand<T> grad,
Operand<U> indices,
Operand<T> momentum,
ResourceSparseApplyMomentum.Options... options)
Adds an
ResourceSparseApplyMomentum operation to the graph |
<T,U extends Number> |
Ops.resourceSparseApplyProximalAdagrad(Operand<?> var,
Operand<?> accum,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyProximalAdagrad.Options... options)
Adds an
ResourceSparseApplyProximalAdagrad operation to the graph |
<T,U extends Number> |
Ops.resourceSparseApplyProximalAdagrad(Operand<?> var,
Operand<?> accum,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyProximalAdagrad.Options... options)
Adds an
ResourceSparseApplyProximalAdagrad operation to the graph |
<T,U extends Number> |
Ops.resourceSparseApplyProximalAdagrad(Operand<?> var,
Operand<?> accum,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyProximalAdagrad.Options... options)
Adds an
ResourceSparseApplyProximalAdagrad operation to the graph |
<T,U extends Number> |
Ops.resourceSparseApplyProximalAdagrad(Operand<?> var,
Operand<?> accum,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyProximalAdagrad.Options... options)
Adds an
ResourceSparseApplyProximalAdagrad operation to the graph |
<T,U extends Number> |
Ops.resourceSparseApplyProximalAdagrad(Operand<?> var,
Operand<?> accum,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyProximalAdagrad.Options... options)
Adds an
ResourceSparseApplyProximalAdagrad operation to the graph |
<T,U extends Number> |
Ops.resourceSparseApplyProximalAdagrad(Operand<?> var,
Operand<?> accum,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyProximalAdagrad.Options... options)
Adds an
ResourceSparseApplyProximalAdagrad operation to the graph |
<T,U extends Number> |
Ops.resourceSparseApplyProximalAdagrad(Operand<?> var,
Operand<?> accum,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyProximalAdagrad.Options... options)
Adds an
ResourceSparseApplyProximalAdagrad operation to the graph |
<T,U extends Number> |
Ops.resourceSparseApplyProximalGradientDescent(Operand<?> var,
Operand<T> alpha,
Operand<T> l1,
Operand<T> l2,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyProximalGradientDescent.Options... options)
Adds an
ResourceSparseApplyProximalGradientDescent operation to the graph |
<T,U extends Number> |
Ops.resourceSparseApplyProximalGradientDescent(Operand<?> var,
Operand<T> alpha,
Operand<T> l1,
Operand<T> l2,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyProximalGradientDescent.Options... options)
Adds an
ResourceSparseApplyProximalGradientDescent operation to the graph |
<T,U extends Number> |
Ops.resourceSparseApplyProximalGradientDescent(Operand<?> var,
Operand<T> alpha,
Operand<T> l1,
Operand<T> l2,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyProximalGradientDescent.Options... options)
Adds an
ResourceSparseApplyProximalGradientDescent operation to the graph |
<T,U extends Number> |
Ops.resourceSparseApplyProximalGradientDescent(Operand<?> var,
Operand<T> alpha,
Operand<T> l1,
Operand<T> l2,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyProximalGradientDescent.Options... options)
Adds an
ResourceSparseApplyProximalGradientDescent operation to the graph |
<T,U extends Number> |
Ops.resourceSparseApplyProximalGradientDescent(Operand<?> var,
Operand<T> alpha,
Operand<T> l1,
Operand<T> l2,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyProximalGradientDescent.Options... options)
Adds an
ResourceSparseApplyProximalGradientDescent operation to the graph |
<T,U extends Number> |
Ops.resourceSparseApplyProximalGradientDescent(Operand<?> var,
Operand<T> alpha,
Operand<T> l1,
Operand<T> l2,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyProximalGradientDescent.Options... options)
Adds an
ResourceSparseApplyProximalGradientDescent operation to the graph |
<T,U extends Number> |
Ops.resourceSparseApplyRMSProp(Operand<?> var,
Operand<?> ms,
Operand<?> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyRMSProp.Options... options)
Adds an
ResourceSparseApplyRMSProp operation to the graph |
<T,U extends Number> |
Ops.resourceSparseApplyRMSProp(Operand<?> var,
Operand<?> ms,
Operand<?> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyRMSProp.Options... options)
Adds an
ResourceSparseApplyRMSProp operation to the graph |
<T,U extends Number> |
Ops.resourceSparseApplyRMSProp(Operand<?> var,
Operand<?> ms,
Operand<?> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyRMSProp.Options... options)
Adds an
ResourceSparseApplyRMSProp operation to the graph |
<T,U extends Number> |
Ops.resourceSparseApplyRMSProp(Operand<?> var,
Operand<?> ms,
Operand<?> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyRMSProp.Options... options)
Adds an
ResourceSparseApplyRMSProp operation to the graph |
<T,U extends Number> |
Ops.resourceSparseApplyRMSProp(Operand<?> var,
Operand<?> ms,
Operand<?> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyRMSProp.Options... options)
Adds an
ResourceSparseApplyRMSProp operation to the graph |
<T,U extends Number> |
Ops.resourceSparseApplyRMSProp(Operand<?> var,
Operand<?> ms,
Operand<?> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyRMSProp.Options... options)
Adds an
ResourceSparseApplyRMSProp operation to the graph |
<T,U extends Number> |
Ops.resourceSparseApplyRMSProp(Operand<?> var,
Operand<?> ms,
Operand<?> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyRMSProp.Options... options)
Adds an
ResourceSparseApplyRMSProp operation to the graph |
<T,U extends Number> |
Ops.resourceSparseApplyRMSProp(Operand<?> var,
Operand<?> ms,
Operand<?> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyRMSProp.Options... options)
Adds an
ResourceSparseApplyRMSProp operation to the graph |
<T,U extends Number> |
Ops.resourceSparseApplyRMSProp(Operand<?> var,
Operand<?> ms,
Operand<?> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyRMSProp.Options... options)
Adds an
ResourceSparseApplyRMSProp operation to the graph |
<T extends Number,U> |
Ops.resourceStridedSliceAssign(Operand<?> ref,
Operand<T> begin,
Operand<T> end,
Operand<T> strides,
Operand<U> value,
ResourceStridedSliceAssign.Options... options)
Adds an
ResourceStridedSliceAssign operation to the graph |
<T extends Number,U> |
Ops.resourceStridedSliceAssign(Operand<?> ref,
Operand<T> begin,
Operand<T> end,
Operand<T> strides,
Operand<U> value,
ResourceStridedSliceAssign.Options... options)
Adds an
ResourceStridedSliceAssign operation to the graph |
<T extends Number,U> |
Ops.resourceStridedSliceAssign(Operand<?> ref,
Operand<T> begin,
Operand<T> end,
Operand<T> strides,
Operand<U> value,
ResourceStridedSliceAssign.Options... options)
Adds an
ResourceStridedSliceAssign operation to the graph |
<T extends Number,U> |
Ops.resourceStridedSliceAssign(Operand<?> ref,
Operand<T> begin,
Operand<T> end,
Operand<T> strides,
Operand<U> value,
ResourceStridedSliceAssign.Options... options)
Adds an
ResourceStridedSliceAssign operation to the graph |
<T extends Number,U> |
Ops.resourceStridedSliceAssign(Operand<?> ref,
Operand<T> begin,
Operand<T> end,
Operand<T> strides,
Operand<U> value,
ResourceStridedSliceAssign.Options... options)
Adds an
ResourceStridedSliceAssign operation to the graph |
<T> Restore<T> |
Ops.restore(Operand<String> filePattern,
Operand<String> tensorName,
Class<T> dt,
Restore.Options... options)
Adds an
Restore operation to the graph |
<T> Restore<T> |
Ops.restore(Operand<String> filePattern,
Operand<String> tensorName,
Class<T> dt,
Restore.Options... options)
Adds an
Restore operation to the graph |
<T> RestoreSlice<T> |
Ops.restoreSlice(Operand<String> filePattern,
Operand<String> tensorName,
Operand<String> shapeAndSlice,
Class<T> dt,
RestoreSlice.Options... options)
Adds an
RestoreSlice operation to the graph |
<T> RestoreSlice<T> |
Ops.restoreSlice(Operand<String> filePattern,
Operand<String> tensorName,
Operand<String> shapeAndSlice,
Class<T> dt,
RestoreSlice.Options... options)
Adds an
RestoreSlice operation to the graph |
<T> RestoreSlice<T> |
Ops.restoreSlice(Operand<String> filePattern,
Operand<String> tensorName,
Operand<String> shapeAndSlice,
Class<T> dt,
RestoreSlice.Options... options)
Adds an
RestoreSlice operation to the graph |
RestoreV2 |
Ops.restoreV2(Operand<String> prefix,
Operand<String> tensorNames,
Operand<String> shapeAndSlices,
List<Class<?>> dtypes)
Adds an
RestoreV2 operation to the graph |
RestoreV2 |
Ops.restoreV2(Operand<String> prefix,
Operand<String> tensorNames,
Operand<String> shapeAndSlices,
List<Class<?>> dtypes)
Adds an
RestoreV2 operation to the graph |
RestoreV2 |
Ops.restoreV2(Operand<String> prefix,
Operand<String> tensorNames,
Operand<String> shapeAndSlices,
List<Class<?>> dtypes)
Adds an
RestoreV2 operation to the graph |
<T,U extends Number> |
Ops.reverse(Operand<T> tensor,
Operand<U> axis)
Adds an
Reverse operation to the graph |
<T,U extends Number> |
Ops.reverse(Operand<T> tensor,
Operand<U> axis)
Adds an
Reverse operation to the graph |
<T,U extends Number> |
Ops.reverseSequence(Operand<T> input,
Operand<U> seqLengths,
Long seqDim,
ReverseSequence.Options... options)
Adds an
ReverseSequence operation to the graph |
<T,U extends Number> |
Ops.reverseSequence(Operand<T> input,
Operand<U> seqLengths,
Long seqDim,
ReverseSequence.Options... options)
Adds an
ReverseSequence operation to the graph |
RFFT |
Ops.rFFT(Operand<Float> input,
Operand<Integer> fftLength)
Adds an
RFFT operation to the graph |
RFFT |
Ops.rFFT(Operand<Float> input,
Operand<Integer> fftLength)
Adds an
RFFT operation to the graph |
RFFT2D |
Ops.rFFT2D(Operand<Float> input,
Operand<Integer> fftLength)
Adds an
RFFT2D operation to the graph |
RFFT2D |
Ops.rFFT2D(Operand<Float> input,
Operand<Integer> fftLength)
Adds an
RFFT2D operation to the graph |
RFFT3D |
Ops.rFFT3D(Operand<Float> input,
Operand<Integer> fftLength)
Adds an
RFFT3D operation to the graph |
RFFT3D |
Ops.rFFT3D(Operand<Float> input,
Operand<Integer> fftLength)
Adds an
RFFT3D operation to the graph |
<T extends Number> |
Ops.rGBToHSV(Operand<T> images)
Adds an
RGBToHSV operation to the graph |
<T extends Number> |
Ops.rightShift(Operand<T> x,
Operand<T> y)
Adds an
RightShift operation to the graph |
<T extends Number> |
Ops.rightShift(Operand<T> x,
Operand<T> y)
Adds an
RightShift operation to the graph |
<T extends Number> |
Ops.rint(Operand<T> x)
Adds an
Rint operation to the graph |
<T,U extends Number,V extends Number> |
Ops.roll(Operand<T> input,
Operand<U> shift,
Operand<V> axis)
Adds an
Roll operation to the graph |
<T,U extends Number,V extends Number> |
Ops.roll(Operand<T> input,
Operand<U> shift,
Operand<V> axis)
Adds an
Roll operation to the graph |
<T,U extends Number,V extends Number> |
Ops.roll(Operand<T> input,
Operand<U> shift,
Operand<V> axis)
Adds an
Roll operation to the graph |
<T> Round<T> |
Ops.round(Operand<T> x)
Adds an
Round operation to the graph |
Rpc |
Ops.rpc(Operand<String> address,
Operand<String> method,
Operand<String> request,
Rpc.Options... options)
Adds an
Rpc operation to the graph |
Rpc |
Ops.rpc(Operand<String> address,
Operand<String> method,
Operand<String> request,
Rpc.Options... options)
Adds an
Rpc operation to the graph |
Rpc |
Ops.rpc(Operand<String> address,
Operand<String> method,
Operand<String> request,
Rpc.Options... options)
Adds an
Rpc operation to the graph |
<T> Rsqrt<T> |
Ops.rsqrt(Operand<T> x)
Adds an
Rsqrt operation to the graph |
<T extends Number> |
Ops.sampleDistortedBoundingBox(Operand<T> imageSize,
Operand<Float> boundingBoxes,
SampleDistortedBoundingBox.Options... options)
Adds an
SampleDistortedBoundingBox operation to the graph |
<T extends Number> |
Ops.sampleDistortedBoundingBox(Operand<T> imageSize,
Operand<Float> boundingBoxes,
SampleDistortedBoundingBox.Options... options)
Adds an
SampleDistortedBoundingBox operation to the graph |
<T extends Number> |
Ops.sampleDistortedBoundingBoxV2(Operand<T> imageSize,
Operand<Float> boundingBoxes,
Operand<Float> minObjectCovered,
SampleDistortedBoundingBoxV2.Options... options)
Adds an
SampleDistortedBoundingBoxV2 operation to the graph |
<T extends Number> |
Ops.sampleDistortedBoundingBoxV2(Operand<T> imageSize,
Operand<Float> boundingBoxes,
Operand<Float> minObjectCovered,
SampleDistortedBoundingBoxV2.Options... options)
Adds an
SampleDistortedBoundingBoxV2 operation to the graph |
<T extends Number> |
Ops.sampleDistortedBoundingBoxV2(Operand<T> imageSize,
Operand<Float> boundingBoxes,
Operand<Float> minObjectCovered,
SampleDistortedBoundingBoxV2.Options... options)
Adds an
SampleDistortedBoundingBoxV2 operation to the graph |
Save |
Ops.save(Operand<String> filename,
Operand<String> tensorNames,
Iterable<Operand<?>> data)
Adds an
Save operation to the graph |
Save |
Ops.save(Operand<String> filename,
Operand<String> tensorNames,
Iterable<Operand<?>> data)
Adds an
Save operation to the graph |
SaveSlices |
Ops.saveSlices(Operand<String> filename,
Operand<String> tensorNames,
Operand<String> shapesAndSlices,
Iterable<Operand<?>> data)
Adds an
SaveSlices operation to the graph |
SaveSlices |
Ops.saveSlices(Operand<String> filename,
Operand<String> tensorNames,
Operand<String> shapesAndSlices,
Iterable<Operand<?>> data)
Adds an
SaveSlices operation to the graph |
SaveSlices |
Ops.saveSlices(Operand<String> filename,
Operand<String> tensorNames,
Operand<String> shapesAndSlices,
Iterable<Operand<?>> data)
Adds an
SaveSlices operation to the graph |
SaveV2 |
Ops.saveV2(Operand<String> prefix,
Operand<String> tensorNames,
Operand<String> shapeAndSlices,
Iterable<Operand<?>> tensors)
Adds an
SaveV2 operation to the graph |
SaveV2 |
Ops.saveV2(Operand<String> prefix,
Operand<String> tensorNames,
Operand<String> shapeAndSlices,
Iterable<Operand<?>> tensors)
Adds an
SaveV2 operation to the graph |
SaveV2 |
Ops.saveV2(Operand<String> prefix,
Operand<String> tensorNames,
Operand<String> shapeAndSlices,
Iterable<Operand<?>> tensors)
Adds an
SaveV2 operation to the graph |
<T extends Number> |
Ops.scalarSummary(Operand<String> tags,
Operand<T> values)
Adds an
ScalarSummary operation to the graph |
<T extends Number> |
Ops.scalarSummary(Operand<String> tags,
Operand<T> values)
Adds an
ScalarSummary operation to the graph |
<T,U extends Number> |
Ops.scatterAdd(Operand<T> ref,
Operand<U> indices,
Operand<T> updates,
ScatterAdd.Options... options)
Adds an
ScatterAdd operation to the graph |
<T,U extends Number> |
Ops.scatterAdd(Operand<T> ref,
Operand<U> indices,
Operand<T> updates,
ScatterAdd.Options... options)
Adds an
ScatterAdd operation to the graph |
<T,U extends Number> |
Ops.scatterAdd(Operand<T> ref,
Operand<U> indices,
Operand<T> updates,
ScatterAdd.Options... options)
Adds an
ScatterAdd operation to the graph |
<T,U extends Number> |
Ops.scatterDiv(Operand<T> ref,
Operand<U> indices,
Operand<T> updates,
ScatterDiv.Options... options)
Adds an
ScatterDiv operation to the graph |
<T,U extends Number> |
Ops.scatterDiv(Operand<T> ref,
Operand<U> indices,
Operand<T> updates,
ScatterDiv.Options... options)
Adds an
ScatterDiv operation to the graph |
<T,U extends Number> |
Ops.scatterDiv(Operand<T> ref,
Operand<U> indices,
Operand<T> updates,
ScatterDiv.Options... options)
Adds an
ScatterDiv operation to the graph |
<T extends Number,U extends Number> |
Ops.scatterMax(Operand<T> ref,
Operand<U> indices,
Operand<T> updates,
ScatterMax.Options... options)
Adds an
ScatterMax operation to the graph |
<T extends Number,U extends Number> |
Ops.scatterMax(Operand<T> ref,
Operand<U> indices,
Operand<T> updates,
ScatterMax.Options... options)
Adds an
ScatterMax operation to the graph |
<T extends Number,U extends Number> |
Ops.scatterMax(Operand<T> ref,
Operand<U> indices,
Operand<T> updates,
ScatterMax.Options... options)
Adds an
ScatterMax operation to the graph |
<T extends Number,U extends Number> |
Ops.scatterMin(Operand<T> ref,
Operand<U> indices,
Operand<T> updates,
ScatterMin.Options... options)
Adds an
ScatterMin operation to the graph |
<T extends Number,U extends Number> |
Ops.scatterMin(Operand<T> ref,
Operand<U> indices,
Operand<T> updates,
ScatterMin.Options... options)
Adds an
ScatterMin operation to the graph |
<T extends Number,U extends Number> |
Ops.scatterMin(Operand<T> ref,
Operand<U> indices,
Operand<T> updates,
ScatterMin.Options... options)
Adds an
ScatterMin operation to the graph |
<T,U extends Number> |
Ops.scatterMul(Operand<T> ref,
Operand<U> indices,
Operand<T> updates,
ScatterMul.Options... options)
Adds an
ScatterMul operation to the graph |
<T,U extends Number> |
Ops.scatterMul(Operand<T> ref,
Operand<U> indices,
Operand<T> updates,
ScatterMul.Options... options)
Adds an
ScatterMul operation to the graph |
<T,U extends Number> |
Ops.scatterMul(Operand<T> ref,
Operand<U> indices,
Operand<T> updates,
ScatterMul.Options... options)
Adds an
ScatterMul operation to the graph |
<U,T extends Number> |
Ops.scatterNd(Operand<T> indices,
Operand<U> updates,
Operand<T> shape)
Adds an
ScatterNd operation to the graph |
<U,T extends Number> |
Ops.scatterNd(Operand<T> indices,
Operand<U> updates,
Operand<T> shape)
Adds an
ScatterNd operation to the graph |
<U,T extends Number> |
Ops.scatterNd(Operand<T> indices,
Operand<U> updates,
Operand<T> shape)
Adds an
ScatterNd operation to the graph |
<T,U extends Number> |
Ops.scatterNdAdd(Operand<T> ref,
Operand<U> indices,
Operand<T> updates,
ScatterNdAdd.Options... options)
Adds an
ScatterNdAdd operation to the graph |
<T,U extends Number> |
Ops.scatterNdAdd(Operand<T> ref,
Operand<U> indices,
Operand<T> updates,
ScatterNdAdd.Options... options)
Adds an
ScatterNdAdd operation to the graph |
<T,U extends Number> |
Ops.scatterNdAdd(Operand<T> ref,
Operand<U> indices,
Operand<T> updates,
ScatterNdAdd.Options... options)
Adds an
ScatterNdAdd operation to the graph |
<T,U extends Number> |
Ops.scatterNdNonAliasingAdd(Operand<T> input,
Operand<U> indices,
Operand<T> updates)
Adds an
ScatterNdNonAliasingAdd operation to the graph |
<T,U extends Number> |
Ops.scatterNdNonAliasingAdd(Operand<T> input,
Operand<U> indices,
Operand<T> updates)
Adds an
ScatterNdNonAliasingAdd operation to the graph |
<T,U extends Number> |
Ops.scatterNdNonAliasingAdd(Operand<T> input,
Operand<U> indices,
Operand<T> updates)
Adds an
ScatterNdNonAliasingAdd operation to the graph |
<T,U extends Number> |
Ops.scatterNdSub(Operand<T> ref,
Operand<U> indices,
Operand<T> updates,
ScatterNdSub.Options... options)
Adds an
ScatterNdSub operation to the graph |
<T,U extends Number> |
Ops.scatterNdSub(Operand<T> ref,
Operand<U> indices,
Operand<T> updates,
ScatterNdSub.Options... options)
Adds an
ScatterNdSub operation to the graph |
<T,U extends Number> |
Ops.scatterNdSub(Operand<T> ref,
Operand<U> indices,
Operand<T> updates,
ScatterNdSub.Options... options)
Adds an
ScatterNdSub operation to the graph |
<T,U extends Number> |
Ops.scatterNdUpdate(Operand<T> ref,
Operand<U> indices,
Operand<T> updates,
ScatterNdUpdate.Options... options)
Adds an
ScatterNdUpdate operation to the graph |
<T,U extends Number> |
Ops.scatterNdUpdate(Operand<T> ref,
Operand<U> indices,
Operand<T> updates,
ScatterNdUpdate.Options... options)
Adds an
ScatterNdUpdate operation to the graph |
<T,U extends Number> |
Ops.scatterNdUpdate(Operand<T> ref,
Operand<U> indices,
Operand<T> updates,
ScatterNdUpdate.Options... options)
Adds an
ScatterNdUpdate operation to the graph |
<T,U extends Number> |
Ops.scatterSub(Operand<T> ref,
Operand<U> indices,
Operand<T> updates,
ScatterSub.Options... options)
Adds an
ScatterSub operation to the graph |
<T,U extends Number> |
Ops.scatterSub(Operand<T> ref,
Operand<U> indices,
Operand<T> updates,
ScatterSub.Options... options)
Adds an
ScatterSub operation to the graph |
<T,U extends Number> |
Ops.scatterSub(Operand<T> ref,
Operand<U> indices,
Operand<T> updates,
ScatterSub.Options... options)
Adds an
ScatterSub operation to the graph |
<T,U extends Number> |
Ops.scatterUpdate(Operand<T> ref,
Operand<U> indices,
Operand<T> updates,
ScatterUpdate.Options... options)
Adds an
ScatterUpdate operation to the graph |
<T,U extends Number> |
Ops.scatterUpdate(Operand<T> ref,
Operand<U> indices,
Operand<T> updates,
ScatterUpdate.Options... options)
Adds an
ScatterUpdate operation to the graph |
<T,U extends Number> |
Ops.scatterUpdate(Operand<T> ref,
Operand<U> indices,
Operand<T> updates,
ScatterUpdate.Options... options)
Adds an
ScatterUpdate operation to the graph |
SdcaFprint |
Ops.sdcaFprint(Operand<String> input)
Adds an
SdcaFprint operation to the graph |
SdcaOptimizer |
Ops.sdcaOptimizer(Iterable<Operand<Long>> sparseExampleIndices,
Iterable<Operand<Long>> sparseFeatureIndices,
Iterable<Operand<Float>> sparseFeatureValues,
Iterable<Operand<Float>> denseFeatures,
Operand<Float> exampleWeights,
Operand<Float> exampleLabels,
Iterable<Operand<Long>> sparseIndices,
Iterable<Operand<Float>> sparseWeights,
Iterable<Operand<Float>> denseWeights,
Operand<Float> exampleStateData,
String lossType,
Float l1,
Float l2,
Long numLossPartitions,
Long numInnerIterations,
SdcaOptimizer.Options... options)
Adds an
SdcaOptimizer operation to the graph |
SdcaOptimizer |
Ops.sdcaOptimizer(Iterable<Operand<Long>> sparseExampleIndices,
Iterable<Operand<Long>> sparseFeatureIndices,
Iterable<Operand<Float>> sparseFeatureValues,
Iterable<Operand<Float>> denseFeatures,
Operand<Float> exampleWeights,
Operand<Float> exampleLabels,
Iterable<Operand<Long>> sparseIndices,
Iterable<Operand<Float>> sparseWeights,
Iterable<Operand<Float>> denseWeights,
Operand<Float> exampleStateData,
String lossType,
Float l1,
Float l2,
Long numLossPartitions,
Long numInnerIterations,
SdcaOptimizer.Options... options)
Adds an
SdcaOptimizer operation to the graph |
SdcaOptimizer |
Ops.sdcaOptimizer(Iterable<Operand<Long>> sparseExampleIndices,
Iterable<Operand<Long>> sparseFeatureIndices,
Iterable<Operand<Float>> sparseFeatureValues,
Iterable<Operand<Float>> denseFeatures,
Operand<Float> exampleWeights,
Operand<Float> exampleLabels,
Iterable<Operand<Long>> sparseIndices,
Iterable<Operand<Float>> sparseWeights,
Iterable<Operand<Float>> denseWeights,
Operand<Float> exampleStateData,
String lossType,
Float l1,
Float l2,
Long numLossPartitions,
Long numInnerIterations,
SdcaOptimizer.Options... options)
Adds an
SdcaOptimizer operation to the graph |
<T extends Number,U extends Number> |
Ops.segmentMax(Operand<T> data,
Operand<U> segmentIds)
Adds an
SegmentMax operation to the graph |
<T extends Number,U extends Number> |
Ops.segmentMax(Operand<T> data,
Operand<U> segmentIds)
Adds an
SegmentMax operation to the graph |
<T,U extends Number> |
Ops.segmentMean(Operand<T> data,
Operand<U> segmentIds)
Adds an
SegmentMean operation to the graph |
<T,U extends Number> |
Ops.segmentMean(Operand<T> data,
Operand<U> segmentIds)
Adds an
SegmentMean operation to the graph |
<T extends Number,U extends Number> |
Ops.segmentMin(Operand<T> data,
Operand<U> segmentIds)
Adds an
SegmentMin operation to the graph |
<T extends Number,U extends Number> |
Ops.segmentMin(Operand<T> data,
Operand<U> segmentIds)
Adds an
SegmentMin operation to the graph |
<T,U extends Number> |
Ops.segmentProd(Operand<T> data,
Operand<U> segmentIds)
Adds an
SegmentProd operation to the graph |
<T,U extends Number> |
Ops.segmentProd(Operand<T> data,
Operand<U> segmentIds)
Adds an
SegmentProd operation to the graph |
<T,U extends Number> |
Ops.segmentSum(Operand<T> data,
Operand<U> segmentIds)
Adds an
SegmentSum operation to the graph |
<T,U extends Number> |
Ops.segmentSum(Operand<T> data,
Operand<U> segmentIds)
Adds an
SegmentSum operation to the graph |
<T> SelfAdjointEig<T> |
Ops.selfAdjointEig(Operand<T> input,
SelfAdjointEig.Options... options)
Adds an
SelfAdjointEig operation to the graph |
<T extends Number> |
Ops.selu(Operand<T> features)
Adds an
Selu operation to the graph |
SerializeIterator |
Ops.serializeIterator(Operand<?> resourceHandle)
Adds an
SerializeIterator operation to the graph |
<T> SerializeManySparse<String> |
Ops.serializeManySparse(Operand<Long> sparseIndices,
Operand<T> sparseValues,
Operand<Long> sparseShape)
Adds an
SerializeManySparse operation to the graph |
<T> SerializeManySparse<String> |
Ops.serializeManySparse(Operand<Long> sparseIndices,
Operand<T> sparseValues,
Operand<Long> sparseShape)
Adds an
SerializeManySparse operation to the graph |
<T> SerializeManySparse<String> |
Ops.serializeManySparse(Operand<Long> sparseIndices,
Operand<T> sparseValues,
Operand<Long> sparseShape)
Adds an
SerializeManySparse operation to the graph |
<U,T> SerializeManySparse<U> |
Ops.serializeManySparse(Operand<Long> sparseIndices,
Operand<T> sparseValues,
Operand<Long> sparseShape,
Class<U> outType)
Adds an
SerializeManySparse operation to the graph |
<U,T> SerializeManySparse<U> |
Ops.serializeManySparse(Operand<Long> sparseIndices,
Operand<T> sparseValues,
Operand<Long> sparseShape,
Class<U> outType)
Adds an
SerializeManySparse operation to the graph |
<U,T> SerializeManySparse<U> |
Ops.serializeManySparse(Operand<Long> sparseIndices,
Operand<T> sparseValues,
Operand<Long> sparseShape,
Class<U> outType)
Adds an
SerializeManySparse operation to the graph |
<T> SerializeSparse<String> |
Ops.serializeSparse(Operand<Long> sparseIndices,
Operand<T> sparseValues,
Operand<Long> sparseShape)
Adds an
SerializeSparse operation to the graph |
<T> SerializeSparse<String> |
Ops.serializeSparse(Operand<Long> sparseIndices,
Operand<T> sparseValues,
Operand<Long> sparseShape)
Adds an
SerializeSparse operation to the graph |
<T> SerializeSparse<String> |
Ops.serializeSparse(Operand<Long> sparseIndices,
Operand<T> sparseValues,
Operand<Long> sparseShape)
Adds an
SerializeSparse operation to the graph |
<U,T> SerializeSparse<U> |
Ops.serializeSparse(Operand<Long> sparseIndices,
Operand<T> sparseValues,
Operand<Long> sparseShape,
Class<U> outType)
Adds an
SerializeSparse operation to the graph |
<U,T> SerializeSparse<U> |
Ops.serializeSparse(Operand<Long> sparseIndices,
Operand<T> sparseValues,
Operand<Long> sparseShape,
Class<U> outType)
Adds an
SerializeSparse operation to the graph |
<U,T> SerializeSparse<U> |
Ops.serializeSparse(Operand<Long> sparseIndices,
Operand<T> sparseValues,
Operand<Long> sparseShape,
Class<U> outType)
Adds an
SerializeSparse operation to the graph |
<T> SerializeTensor |
Ops.serializeTensor(Operand<T> tensor)
Adds an
SerializeTensor operation to the graph |
<T> SetDiff1D<T,Integer> |
Ops.setDiff1D(Operand<T> x,
Operand<T> y)
Adds an
SetDiff1D operation to the graph |
<T> SetDiff1D<T,Integer> |
Ops.setDiff1D(Operand<T> x,
Operand<T> y)
Adds an
SetDiff1D operation to the graph |
<T,U extends Number> |
Ops.setDiff1D(Operand<T> x,
Operand<T> y,
Class<U> outIdx)
Adds an
SetDiff1D operation to the graph |
<T,U extends Number> |
Ops.setDiff1D(Operand<T> x,
Operand<T> y,
Class<U> outIdx)
Adds an
SetDiff1D operation to the graph |
<T> SetSize |
Ops.setSize(Operand<Long> setIndices,
Operand<T> setValues,
Operand<Long> setShape,
SetSize.Options... options)
Adds an
SetSize operation to the graph |
<T> SetSize |
Ops.setSize(Operand<Long> setIndices,
Operand<T> setValues,
Operand<Long> setShape,
SetSize.Options... options)
Adds an
SetSize operation to the graph |
<T> SetSize |
Ops.setSize(Operand<Long> setIndices,
Operand<T> setValues,
Operand<Long> setShape,
SetSize.Options... options)
Adds an
SetSize operation to the graph |
SetStatsAggregatorDataset |
Ops.setStatsAggregatorDataset(Operand<?> inputDataset,
Operand<?> statsAggregator,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Adds an
SetStatsAggregatorDataset operation to the graph |
SetStatsAggregatorDataset |
Ops.setStatsAggregatorDataset(Operand<?> inputDataset,
Operand<?> statsAggregator,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Adds an
SetStatsAggregatorDataset operation to the graph |
<T> Shape<Integer> |
Ops.shape(Operand<T> input)
Adds an
Shape operation to the graph |
<U extends Number,T> |
Ops.shape(Operand<T> input,
Class<U> outType)
Adds an
Shape operation to the graph |
<T> ShapeN<Integer> |
Ops.shapeN(Operand<T> input)
Adds an
ShapeN operation to the graph |
<U extends Number,T> |
Ops.shapeN(Operand<T> input,
Class<U> outType)
Adds an
ShapeN operation to the graph |
ShardedFilename |
Ops.shardedFilename(Operand<String> basename,
Operand<Integer> shard,
Operand<Integer> numShards)
Adds an
ShardedFilename operation to the graph |
ShardedFilename |
Ops.shardedFilename(Operand<String> basename,
Operand<Integer> shard,
Operand<Integer> numShards)
Adds an
ShardedFilename operation to the graph |
ShardedFilename |
Ops.shardedFilename(Operand<String> basename,
Operand<Integer> shard,
Operand<Integer> numShards)
Adds an
ShardedFilename operation to the graph |
ShardedFilespec |
Ops.shardedFilespec(Operand<String> basename,
Operand<Integer> numShards)
Adds an
ShardedFilespec operation to the graph |
ShardedFilespec |
Ops.shardedFilespec(Operand<String> basename,
Operand<Integer> numShards)
Adds an
ShardedFilespec operation to the graph |
ShuffleAndRepeatDataset |
Ops.shuffleAndRepeatDataset(Operand<?> inputDataset,
Operand<Long> bufferSize,
Operand<Long> seed,
Operand<Long> seed2,
Operand<Long> count,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Adds an
ShuffleAndRepeatDataset operation to the graph |
ShuffleAndRepeatDataset |
Ops.shuffleAndRepeatDataset(Operand<?> inputDataset,
Operand<Long> bufferSize,
Operand<Long> seed,
Operand<Long> seed2,
Operand<Long> count,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Adds an
ShuffleAndRepeatDataset operation to the graph |
ShuffleAndRepeatDataset |
Ops.shuffleAndRepeatDataset(Operand<?> inputDataset,
Operand<Long> bufferSize,
Operand<Long> seed,
Operand<Long> seed2,
Operand<Long> count,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Adds an
ShuffleAndRepeatDataset operation to the graph |
ShuffleAndRepeatDataset |
Ops.shuffleAndRepeatDataset(Operand<?> inputDataset,
Operand<Long> bufferSize,
Operand<Long> seed,
Operand<Long> seed2,
Operand<Long> count,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Adds an
ShuffleAndRepeatDataset operation to the graph |
ShuffleAndRepeatDataset |
Ops.shuffleAndRepeatDataset(Operand<?> inputDataset,
Operand<Long> bufferSize,
Operand<Long> seed,
Operand<Long> seed2,
Operand<Long> count,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Adds an
ShuffleAndRepeatDataset operation to the graph |
ShuffleDataset |
Ops.shuffleDataset(Operand<?> inputDataset,
Operand<Long> bufferSize,
Operand<Long> seed,
Operand<Long> seed2,
List<Class<?>> outputTypes,
List<Shape> outputShapes,
ShuffleDataset.Options... options)
Adds an
ShuffleDataset operation to the graph |
ShuffleDataset |
Ops.shuffleDataset(Operand<?> inputDataset,
Operand<Long> bufferSize,
Operand<Long> seed,
Operand<Long> seed2,
List<Class<?>> outputTypes,
List<Shape> outputShapes,
ShuffleDataset.Options... options)
Adds an
ShuffleDataset operation to the graph |
ShuffleDataset |
Ops.shuffleDataset(Operand<?> inputDataset,
Operand<Long> bufferSize,
Operand<Long> seed,
Operand<Long> seed2,
List<Class<?>> outputTypes,
List<Shape> outputShapes,
ShuffleDataset.Options... options)
Adds an
ShuffleDataset operation to the graph |
ShuffleDataset |
Ops.shuffleDataset(Operand<?> inputDataset,
Operand<Long> bufferSize,
Operand<Long> seed,
Operand<Long> seed2,
List<Class<?>> outputTypes,
List<Shape> outputShapes,
ShuffleDataset.Options... options)
Adds an
ShuffleDataset operation to the graph |
<T> Sigmoid<T> |
Ops.sigmoid(Operand<T> x)
Adds an
Sigmoid operation to the graph |
<T> Sign<T> |
Ops.sign(Operand<T> x)
Adds an
Sign operation to the graph |
<T> Sin<T> |
Ops.sin(Operand<T> x)
Adds an
Sin operation to the graph |
<T> Sinh<T> |
Ops.sinh(Operand<T> x)
Adds an
Sinh operation to the graph |
<T> Size<Integer> |
Ops.size(Operand<T> input)
Adds an
Size operation to the graph |
<U extends Number,T> |
Ops.size(Operand<T> input,
Class<U> outType)
Adds an
Size operation to the graph |
SkipDataset |
Ops.skipDataset(Operand<?> inputDataset,
Operand<Long> count,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Adds an
SkipDataset operation to the graph |
SkipDataset |
Ops.skipDataset(Operand<?> inputDataset,
Operand<Long> count,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Adds an
SkipDataset operation to the graph |
<T,U extends Number> |
Ops.slice(Operand<T> input,
Operand<U> begin,
Operand<U> size)
Adds an
Slice operation to the graph |
<T,U extends Number> |
Ops.slice(Operand<T> input,
Operand<U> begin,
Operand<U> size)
Adds an
Slice operation to the graph |
<T,U extends Number> |
Ops.slice(Operand<T> input,
Operand<U> begin,
Operand<U> size)
Adds an
Slice operation to the graph |
SlideDataset |
Ops.slideDataset(Operand<?> inputDataset,
Operand<Long> windowSize,
Operand<Long> windowShift,
Operand<Long> windowStride,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Adds an
SlideDataset operation to the graph |
SlideDataset |
Ops.slideDataset(Operand<?> inputDataset,
Operand<Long> windowSize,
Operand<Long> windowShift,
Operand<Long> windowStride,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Adds an
SlideDataset operation to the graph |
SlideDataset |
Ops.slideDataset(Operand<?> inputDataset,
Operand<Long> windowSize,
Operand<Long> windowShift,
Operand<Long> windowStride,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Adds an
SlideDataset operation to the graph |
SlideDataset |
Ops.slideDataset(Operand<?> inputDataset,
Operand<Long> windowSize,
Operand<Long> windowShift,
Operand<Long> windowStride,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Adds an
SlideDataset operation to the graph |
<T> Snapshot<T> |
Ops.snapshot(Operand<T> input)
Adds an
Snapshot operation to the graph |
<T extends Number> |
Ops.softmax(Operand<T> logits)
Adds an
Softmax operation to the graph |
<T extends Number> |
Ops.softmaxCrossEntropyWithLogits(Operand<T> features,
Operand<T> labels)
Adds an
SoftmaxCrossEntropyWithLogits operation to the graph |
<T extends Number> |
Ops.softmaxCrossEntropyWithLogits(Operand<T> features,
Operand<T> labels)
Adds an
SoftmaxCrossEntropyWithLogits operation to the graph |
<T extends Number> |
Ops.softplus(Operand<T> features)
Adds an
Softplus operation to the graph |
<T extends Number> |
Ops.softsign(Operand<T> features)
Adds an
Softsign operation to the graph |
<T,U extends Number> |
Ops.spaceToBatch(Operand<T> input,
Operand<U> paddings,
Long blockSize)
Adds an
SpaceToBatch operation to the graph |
<T,U extends Number> |
Ops.spaceToBatch(Operand<T> input,
Operand<U> paddings,
Long blockSize)
Adds an
SpaceToBatch operation to the graph |
<T,U extends Number,V extends Number> |
Ops.spaceToBatchND(Operand<T> input,
Operand<U> blockShape,
Operand<V> paddings)
Adds an
SpaceToBatchND operation to the graph |
<T,U extends Number,V extends Number> |
Ops.spaceToBatchND(Operand<T> input,
Operand<U> blockShape,
Operand<V> paddings)
Adds an
SpaceToBatchND operation to the graph |
<T,U extends Number,V extends Number> |
Ops.spaceToBatchND(Operand<T> input,
Operand<U> blockShape,
Operand<V> paddings)
Adds an
SpaceToBatchND operation to the graph |
<T> SpaceToDepth<T> |
Ops.spaceToDepth(Operand<T> input,
Long blockSize,
SpaceToDepth.Options... options)
Adds an
SpaceToDepth operation to the graph |
<T> SparseAccumulatorApplyGradient |
Ops.sparseAccumulatorApplyGradient(Operand<String> handle,
Operand<Long> localStep,
Operand<Long> gradientIndices,
Operand<T> gradientValues,
Operand<Long> gradientShape,
Boolean hasKnownShape)
Adds an
SparseAccumulatorApplyGradient operation to the graph |
<T> SparseAccumulatorApplyGradient |
Ops.sparseAccumulatorApplyGradient(Operand<String> handle,
Operand<Long> localStep,
Operand<Long> gradientIndices,
Operand<T> gradientValues,
Operand<Long> gradientShape,
Boolean hasKnownShape)
Adds an
SparseAccumulatorApplyGradient operation to the graph |
<T> SparseAccumulatorApplyGradient |
Ops.sparseAccumulatorApplyGradient(Operand<String> handle,
Operand<Long> localStep,
Operand<Long> gradientIndices,
Operand<T> gradientValues,
Operand<Long> gradientShape,
Boolean hasKnownShape)
Adds an
SparseAccumulatorApplyGradient operation to the graph |
<T> SparseAccumulatorApplyGradient |
Ops.sparseAccumulatorApplyGradient(Operand<String> handle,
Operand<Long> localStep,
Operand<Long> gradientIndices,
Operand<T> gradientValues,
Operand<Long> gradientShape,
Boolean hasKnownShape)
Adds an
SparseAccumulatorApplyGradient operation to the graph |
<T> SparseAccumulatorApplyGradient |
Ops.sparseAccumulatorApplyGradient(Operand<String> handle,
Operand<Long> localStep,
Operand<Long> gradientIndices,
Operand<T> gradientValues,
Operand<Long> gradientShape,
Boolean hasKnownShape)
Adds an
SparseAccumulatorApplyGradient operation to the graph |
<T> SparseAccumulatorTakeGradient<T> |
Ops.sparseAccumulatorTakeGradient(Operand<String> handle,
Operand<Integer> numRequired,
Class<T> dtype)
Adds an
SparseAccumulatorTakeGradient operation to the graph |
<T> SparseAccumulatorTakeGradient<T> |
Ops.sparseAccumulatorTakeGradient(Operand<String> handle,
Operand<Integer> numRequired,
Class<T> dtype)
Adds an
SparseAccumulatorTakeGradient operation to the graph |
<T,U extends Number> |
Ops.sparseAdd(Operand<Long> aIndices,
Operand<T> aValues,
Operand<Long> aShape,
Operand<Long> bIndices,
Operand<T> bValues,
Operand<Long> bShape,
Operand<U> thresh)
Adds an
SparseAdd operation to the graph |
<T,U extends Number> |
Ops.sparseAdd(Operand<Long> aIndices,
Operand<T> aValues,
Operand<Long> aShape,
Operand<Long> bIndices,
Operand<T> bValues,
Operand<Long> bShape,
Operand<U> thresh)
Adds an
SparseAdd operation to the graph |
<T,U extends Number> |
Ops.sparseAdd(Operand<Long> aIndices,
Operand<T> aValues,
Operand<Long> aShape,
Operand<Long> bIndices,
Operand<T> bValues,
Operand<Long> bShape,
Operand<U> thresh)
Adds an
SparseAdd operation to the graph |
<T,U extends Number> |
Ops.sparseAdd(Operand<Long> aIndices,
Operand<T> aValues,
Operand<Long> aShape,
Operand<Long> bIndices,
Operand<T> bValues,
Operand<Long> bShape,
Operand<U> thresh)
Adds an
SparseAdd operation to the graph |
<T,U extends Number> |
Ops.sparseAdd(Operand<Long> aIndices,
Operand<T> aValues,
Operand<Long> aShape,
Operand<Long> bIndices,
Operand<T> bValues,
Operand<Long> bShape,
Operand<U> thresh)
Adds an
SparseAdd operation to the graph |
<T,U extends Number> |
Ops.sparseAdd(Operand<Long> aIndices,
Operand<T> aValues,
Operand<Long> aShape,
Operand<Long> bIndices,
Operand<T> bValues,
Operand<Long> bShape,
Operand<U> thresh)
Adds an
SparseAdd operation to the graph |
<T,U extends Number> |
Ops.sparseAdd(Operand<Long> aIndices,
Operand<T> aValues,
Operand<Long> aShape,
Operand<Long> bIndices,
Operand<T> bValues,
Operand<Long> bShape,
Operand<U> thresh)
Adds an
SparseAdd operation to the graph |
<T> SparseAddGrad<T> |
Ops.sparseAddGrad(Operand<T> backpropValGrad,
Operand<Long> aIndices,
Operand<Long> bIndices,
Operand<Long> sumIndices)
Adds an
SparseAddGrad operation to the graph |
<T> SparseAddGrad<T> |
Ops.sparseAddGrad(Operand<T> backpropValGrad,
Operand<Long> aIndices,
Operand<Long> bIndices,
Operand<Long> sumIndices)
Adds an
SparseAddGrad operation to the graph |
<T> SparseAddGrad<T> |
Ops.sparseAddGrad(Operand<T> backpropValGrad,
Operand<Long> aIndices,
Operand<Long> bIndices,
Operand<Long> sumIndices)
Adds an
SparseAddGrad operation to the graph |
<T> SparseAddGrad<T> |
Ops.sparseAddGrad(Operand<T> backpropValGrad,
Operand<Long> aIndices,
Operand<Long> bIndices,
Operand<Long> sumIndices)
Adds an
SparseAddGrad operation to the graph |
<T,U extends Number> |
Ops.sparseApplyAdadelta(Operand<T> var,
Operand<T> accum,
Operand<T> accumUpdate,
Operand<T> lr,
Operand<T> rho,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
SparseApplyAdadelta.Options... options)
Adds an
SparseApplyAdadelta operation to the graph |
<T,U extends Number> |
Ops.sparseApplyAdadelta(Operand<T> var,
Operand<T> accum,
Operand<T> accumUpdate,
Operand<T> lr,
Operand<T> rho,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
SparseApplyAdadelta.Options... options)
Adds an
SparseApplyAdadelta operation to the graph |
<T,U extends Number> |
Ops.sparseApplyAdadelta(Operand<T> var,
Operand<T> accum,
Operand<T> accumUpdate,
Operand<T> lr,
Operand<T> rho,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
SparseApplyAdadelta.Options... options)
Adds an
SparseApplyAdadelta operation to the graph |
<T,U extends Number> |
Ops.sparseApplyAdadelta(Operand<T> var,
Operand<T> accum,
Operand<T> accumUpdate,
Operand<T> lr,
Operand<T> rho,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
SparseApplyAdadelta.Options... options)
Adds an
SparseApplyAdadelta operation to the graph |
<T,U extends Number> |
Ops.sparseApplyAdadelta(Operand<T> var,
Operand<T> accum,
Operand<T> accumUpdate,
Operand<T> lr,
Operand<T> rho,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
SparseApplyAdadelta.Options... options)
Adds an
SparseApplyAdadelta operation to the graph |
<T,U extends Number> |
Ops.sparseApplyAdadelta(Operand<T> var,
Operand<T> accum,
Operand<T> accumUpdate,
Operand<T> lr,
Operand<T> rho,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
SparseApplyAdadelta.Options... options)
Adds an
SparseApplyAdadelta operation to the graph |
<T,U extends Number> |
Ops.sparseApplyAdadelta(Operand<T> var,
Operand<T> accum,
Operand<T> accumUpdate,
Operand<T> lr,
Operand<T> rho,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
SparseApplyAdadelta.Options... options)
Adds an
SparseApplyAdadelta operation to the graph |
<T,U extends Number> |
Ops.sparseApplyAdadelta(Operand<T> var,
Operand<T> accum,
Operand<T> accumUpdate,
Operand<T> lr,
Operand<T> rho,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
SparseApplyAdadelta.Options... options)
Adds an
SparseApplyAdadelta operation to the graph |
<T,U extends Number> |
Ops.sparseApplyAdagrad(Operand<T> var,
Operand<T> accum,
Operand<T> lr,
Operand<T> grad,
Operand<U> indices,
SparseApplyAdagrad.Options... options)
Adds an
SparseApplyAdagrad operation to the graph |
<T,U extends Number> |
Ops.sparseApplyAdagrad(Operand<T> var,
Operand<T> accum,
Operand<T> lr,
Operand<T> grad,
Operand<U> indices,
SparseApplyAdagrad.Options... options)
Adds an
SparseApplyAdagrad operation to the graph |
<T,U extends Number> |
Ops.sparseApplyAdagrad(Operand<T> var,
Operand<T> accum,
Operand<T> lr,
Operand<T> grad,
Operand<U> indices,
SparseApplyAdagrad.Options... options)
Adds an
SparseApplyAdagrad operation to the graph |
<T,U extends Number> |
Ops.sparseApplyAdagrad(Operand<T> var,
Operand<T> accum,
Operand<T> lr,
Operand<T> grad,
Operand<U> indices,
SparseApplyAdagrad.Options... options)
Adds an
SparseApplyAdagrad operation to the graph |
<T,U extends Number> |
Ops.sparseApplyAdagrad(Operand<T> var,
Operand<T> accum,
Operand<T> lr,
Operand<T> grad,
Operand<U> indices,
SparseApplyAdagrad.Options... options)
Adds an
SparseApplyAdagrad operation to the graph |
<T,U extends Number> |
Ops.sparseApplyAdagradDA(Operand<T> var,
Operand<T> gradientAccumulator,
Operand<T> gradientSquaredAccumulator,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<Long> globalStep,
SparseApplyAdagradDA.Options... options)
Adds an
SparseApplyAdagradDA operation to the graph |
<T,U extends Number> |
Ops.sparseApplyAdagradDA(Operand<T> var,
Operand<T> gradientAccumulator,
Operand<T> gradientSquaredAccumulator,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<Long> globalStep,
SparseApplyAdagradDA.Options... options)
Adds an
SparseApplyAdagradDA operation to the graph |
<T,U extends Number> |
Ops.sparseApplyAdagradDA(Operand<T> var,
Operand<T> gradientAccumulator,
Operand<T> gradientSquaredAccumulator,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<Long> globalStep,
SparseApplyAdagradDA.Options... options)
Adds an
SparseApplyAdagradDA operation to the graph |
<T,U extends Number> |
Ops.sparseApplyAdagradDA(Operand<T> var,
Operand<T> gradientAccumulator,
Operand<T> gradientSquaredAccumulator,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<Long> globalStep,
SparseApplyAdagradDA.Options... options)
Adds an
SparseApplyAdagradDA operation to the graph |
<T,U extends Number> |
Ops.sparseApplyAdagradDA(Operand<T> var,
Operand<T> gradientAccumulator,
Operand<T> gradientSquaredAccumulator,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<Long> globalStep,
SparseApplyAdagradDA.Options... options)
Adds an
SparseApplyAdagradDA operation to the graph |
<T,U extends Number> |
Ops.sparseApplyAdagradDA(Operand<T> var,
Operand<T> gradientAccumulator,
Operand<T> gradientSquaredAccumulator,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<Long> globalStep,
SparseApplyAdagradDA.Options... options)
Adds an
SparseApplyAdagradDA operation to the graph |
<T,U extends Number> |
Ops.sparseApplyAdagradDA(Operand<T> var,
Operand<T> gradientAccumulator,
Operand<T> gradientSquaredAccumulator,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<Long> globalStep,
SparseApplyAdagradDA.Options... options)
Adds an
SparseApplyAdagradDA operation to the graph |
<T,U extends Number> |
Ops.sparseApplyAdagradDA(Operand<T> var,
Operand<T> gradientAccumulator,
Operand<T> gradientSquaredAccumulator,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<Long> globalStep,
SparseApplyAdagradDA.Options... options)
Adds an
SparseApplyAdagradDA operation to the graph |
<T,U extends Number> |
Ops.sparseApplyAdagradDA(Operand<T> var,
Operand<T> gradientAccumulator,
Operand<T> gradientSquaredAccumulator,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<Long> globalStep,
SparseApplyAdagradDA.Options... options)
Adds an
SparseApplyAdagradDA operation to the graph |
<T,U extends Number> |
Ops.sparseApplyCenteredRMSProp(Operand<T> var,
Operand<T> mg,
Operand<T> ms,
Operand<T> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
SparseApplyCenteredRMSProp.Options... options)
Adds an
SparseApplyCenteredRMSProp operation to the graph |
<T,U extends Number> |
Ops.sparseApplyCenteredRMSProp(Operand<T> var,
Operand<T> mg,
Operand<T> ms,
Operand<T> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
SparseApplyCenteredRMSProp.Options... options)
Adds an
SparseApplyCenteredRMSProp operation to the graph |
<T,U extends Number> |
Ops.sparseApplyCenteredRMSProp(Operand<T> var,
Operand<T> mg,
Operand<T> ms,
Operand<T> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
SparseApplyCenteredRMSProp.Options... options)
Adds an
SparseApplyCenteredRMSProp operation to the graph |
<T,U extends Number> |
Ops.sparseApplyCenteredRMSProp(Operand<T> var,
Operand<T> mg,
Operand<T> ms,
Operand<T> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
SparseApplyCenteredRMSProp.Options... options)
Adds an
SparseApplyCenteredRMSProp operation to the graph |
<T,U extends Number> |
Ops.sparseApplyCenteredRMSProp(Operand<T> var,
Operand<T> mg,
Operand<T> ms,
Operand<T> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
SparseApplyCenteredRMSProp.Options... options)
Adds an
SparseApplyCenteredRMSProp operation to the graph |
<T,U extends Number> |
Ops.sparseApplyCenteredRMSProp(Operand<T> var,
Operand<T> mg,
Operand<T> ms,
Operand<T> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
SparseApplyCenteredRMSProp.Options... options)
Adds an
SparseApplyCenteredRMSProp operation to the graph |
<T,U extends Number> |
Ops.sparseApplyCenteredRMSProp(Operand<T> var,
Operand<T> mg,
Operand<T> ms,
Operand<T> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
SparseApplyCenteredRMSProp.Options... options)
Adds an
SparseApplyCenteredRMSProp operation to the graph |
<T,U extends Number> |
Ops.sparseApplyCenteredRMSProp(Operand<T> var,
Operand<T> mg,
Operand<T> ms,
Operand<T> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
SparseApplyCenteredRMSProp.Options... options)
Adds an
SparseApplyCenteredRMSProp operation to the graph |
<T,U extends Number> |
Ops.sparseApplyCenteredRMSProp(Operand<T> var,
Operand<T> mg,
Operand<T> ms,
Operand<T> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
SparseApplyCenteredRMSProp.Options... options)
Adds an
SparseApplyCenteredRMSProp operation to the graph |
<T,U extends Number> |
Ops.sparseApplyCenteredRMSProp(Operand<T> var,
Operand<T> mg,
Operand<T> ms,
Operand<T> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
SparseApplyCenteredRMSProp.Options... options)
Adds an
SparseApplyCenteredRMSProp operation to the graph |
<T,U extends Number> |
Ops.sparseApplyFtrl(Operand<T> var,
Operand<T> accum,
Operand<T> linear,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> lrPower,
SparseApplyFtrl.Options... options)
Adds an
SparseApplyFtrl operation to the graph |
<T,U extends Number> |
Ops.sparseApplyFtrl(Operand<T> var,
Operand<T> accum,
Operand<T> linear,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> lrPower,
SparseApplyFtrl.Options... options)
Adds an
SparseApplyFtrl operation to the graph |
<T,U extends Number> |
Ops.sparseApplyFtrl(Operand<T> var,
Operand<T> accum,
Operand<T> linear,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> lrPower,
SparseApplyFtrl.Options... options)
Adds an
SparseApplyFtrl operation to the graph |
<T,U extends Number> |
Ops.sparseApplyFtrl(Operand<T> var,
Operand<T> accum,
Operand<T> linear,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> lrPower,
SparseApplyFtrl.Options... options)
Adds an
SparseApplyFtrl operation to the graph |
<T,U extends Number> |
Ops.sparseApplyFtrl(Operand<T> var,
Operand<T> accum,
Operand<T> linear,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> lrPower,
SparseApplyFtrl.Options... options)
Adds an
SparseApplyFtrl operation to the graph |
<T,U extends Number> |
Ops.sparseApplyFtrl(Operand<T> var,
Operand<T> accum,
Operand<T> linear,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> lrPower,
SparseApplyFtrl.Options... options)
Adds an
SparseApplyFtrl operation to the graph |
<T,U extends Number> |
Ops.sparseApplyFtrl(Operand<T> var,
Operand<T> accum,
Operand<T> linear,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> lrPower,
SparseApplyFtrl.Options... options)
Adds an
SparseApplyFtrl operation to the graph |
<T,U extends Number> |
Ops.sparseApplyFtrl(Operand<T> var,
Operand<T> accum,
Operand<T> linear,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> lrPower,
SparseApplyFtrl.Options... options)
Adds an
SparseApplyFtrl operation to the graph |
<T,U extends Number> |
Ops.sparseApplyFtrl(Operand<T> var,
Operand<T> accum,
Operand<T> linear,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> lrPower,
SparseApplyFtrl.Options... options)
Adds an
SparseApplyFtrl operation to the graph |
<T,U extends Number> |
Ops.sparseApplyFtrlV2(Operand<T> var,
Operand<T> accum,
Operand<T> linear,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> l2Shrinkage,
Operand<T> lrPower,
SparseApplyFtrlV2.Options... options)
Adds an
SparseApplyFtrlV2 operation to the graph |
<T,U extends Number> |
Ops.sparseApplyFtrlV2(Operand<T> var,
Operand<T> accum,
Operand<T> linear,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> l2Shrinkage,
Operand<T> lrPower,
SparseApplyFtrlV2.Options... options)
Adds an
SparseApplyFtrlV2 operation to the graph |
<T,U extends Number> |
Ops.sparseApplyFtrlV2(Operand<T> var,
Operand<T> accum,
Operand<T> linear,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> l2Shrinkage,
Operand<T> lrPower,
SparseApplyFtrlV2.Options... options)
Adds an
SparseApplyFtrlV2 operation to the graph |
<T,U extends Number> |
Ops.sparseApplyFtrlV2(Operand<T> var,
Operand<T> accum,
Operand<T> linear,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> l2Shrinkage,
Operand<T> lrPower,
SparseApplyFtrlV2.Options... options)
Adds an
SparseApplyFtrlV2 operation to the graph |
<T,U extends Number> |
Ops.sparseApplyFtrlV2(Operand<T> var,
Operand<T> accum,
Operand<T> linear,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> l2Shrinkage,
Operand<T> lrPower,
SparseApplyFtrlV2.Options... options)
Adds an
SparseApplyFtrlV2 operation to the graph |
<T,U extends Number> |
Ops.sparseApplyFtrlV2(Operand<T> var,
Operand<T> accum,
Operand<T> linear,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> l2Shrinkage,
Operand<T> lrPower,
SparseApplyFtrlV2.Options... options)
Adds an
SparseApplyFtrlV2 operation to the graph |
<T,U extends Number> |
Ops.sparseApplyFtrlV2(Operand<T> var,
Operand<T> accum,
Operand<T> linear,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> l2Shrinkage,
Operand<T> lrPower,
SparseApplyFtrlV2.Options... options)
Adds an
SparseApplyFtrlV2 operation to the graph |
<T,U extends Number> |
Ops.sparseApplyFtrlV2(Operand<T> var,
Operand<T> accum,
Operand<T> linear,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> l2Shrinkage,
Operand<T> lrPower,
SparseApplyFtrlV2.Options... options)
Adds an
SparseApplyFtrlV2 operation to the graph |
<T,U extends Number> |
Ops.sparseApplyFtrlV2(Operand<T> var,
Operand<T> accum,
Operand<T> linear,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> l2Shrinkage,
Operand<T> lrPower,
SparseApplyFtrlV2.Options... options)
Adds an
SparseApplyFtrlV2 operation to the graph |
<T,U extends Number> |
Ops.sparseApplyFtrlV2(Operand<T> var,
Operand<T> accum,
Operand<T> linear,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> l2Shrinkage,
Operand<T> lrPower,
SparseApplyFtrlV2.Options... options)
Adds an
SparseApplyFtrlV2 operation to the graph |
<T,U extends Number> |
Ops.sparseApplyMomentum(Operand<T> var,
Operand<T> accum,
Operand<T> lr,
Operand<T> grad,
Operand<U> indices,
Operand<T> momentum,
SparseApplyMomentum.Options... options)
Adds an
SparseApplyMomentum operation to the graph |
<T,U extends Number> |
Ops.sparseApplyMomentum(Operand<T> var,
Operand<T> accum,
Operand<T> lr,
Operand<T> grad,
Operand<U> indices,
Operand<T> momentum,
SparseApplyMomentum.Options... options)
Adds an
SparseApplyMomentum operation to the graph |
<T,U extends Number> |
Ops.sparseApplyMomentum(Operand<T> var,
Operand<T> accum,
Operand<T> lr,
Operand<T> grad,
Operand<U> indices,
Operand<T> momentum,
SparseApplyMomentum.Options... options)
Adds an
SparseApplyMomentum operation to the graph |
<T,U extends Number> |
Ops.sparseApplyMomentum(Operand<T> var,
Operand<T> accum,
Operand<T> lr,
Operand<T> grad,
Operand<U> indices,
Operand<T> momentum,
SparseApplyMomentum.Options... options)
Adds an
SparseApplyMomentum operation to the graph |
<T,U extends Number> |
Ops.sparseApplyMomentum(Operand<T> var,
Operand<T> accum,
Operand<T> lr,
Operand<T> grad,
Operand<U> indices,
Operand<T> momentum,
SparseApplyMomentum.Options... options)
Adds an
SparseApplyMomentum operation to the graph |
<T,U extends Number> |
Ops.sparseApplyMomentum(Operand<T> var,
Operand<T> accum,
Operand<T> lr,
Operand<T> grad,
Operand<U> indices,
Operand<T> momentum,
SparseApplyMomentum.Options... options)
Adds an
SparseApplyMomentum operation to the graph |
<T,U extends Number> |
Ops.sparseApplyProximalAdagrad(Operand<T> var,
Operand<T> accum,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> grad,
Operand<U> indices,
SparseApplyProximalAdagrad.Options... options)
Adds an
SparseApplyProximalAdagrad operation to the graph |
<T,U extends Number> |
Ops.sparseApplyProximalAdagrad(Operand<T> var,
Operand<T> accum,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> grad,
Operand<U> indices,
SparseApplyProximalAdagrad.Options... options)
Adds an
SparseApplyProximalAdagrad operation to the graph |
<T,U extends Number> |
Ops.sparseApplyProximalAdagrad(Operand<T> var,
Operand<T> accum,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> grad,
Operand<U> indices,
SparseApplyProximalAdagrad.Options... options)
Adds an
SparseApplyProximalAdagrad operation to the graph |
<T,U extends Number> |
Ops.sparseApplyProximalAdagrad(Operand<T> var,
Operand<T> accum,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> grad,
Operand<U> indices,
SparseApplyProximalAdagrad.Options... options)
Adds an
SparseApplyProximalAdagrad operation to the graph |
<T,U extends Number> |
Ops.sparseApplyProximalAdagrad(Operand<T> var,
Operand<T> accum,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> grad,
Operand<U> indices,
SparseApplyProximalAdagrad.Options... options)
Adds an
SparseApplyProximalAdagrad operation to the graph |
<T,U extends Number> |
Ops.sparseApplyProximalAdagrad(Operand<T> var,
Operand<T> accum,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> grad,
Operand<U> indices,
SparseApplyProximalAdagrad.Options... options)
Adds an
SparseApplyProximalAdagrad operation to the graph |
<T,U extends Number> |
Ops.sparseApplyProximalAdagrad(Operand<T> var,
Operand<T> accum,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> grad,
Operand<U> indices,
SparseApplyProximalAdagrad.Options... options)
Adds an
SparseApplyProximalAdagrad operation to the graph |
<T,U extends Number> |
Ops.sparseApplyProximalGradientDescent(Operand<T> var,
Operand<T> alpha,
Operand<T> l1,
Operand<T> l2,
Operand<T> grad,
Operand<U> indices,
SparseApplyProximalGradientDescent.Options... options)
Adds an
SparseApplyProximalGradientDescent operation to the graph |
<T,U extends Number> |
Ops.sparseApplyProximalGradientDescent(Operand<T> var,
Operand<T> alpha,
Operand<T> l1,
Operand<T> l2,
Operand<T> grad,
Operand<U> indices,
SparseApplyProximalGradientDescent.Options... options)
Adds an
SparseApplyProximalGradientDescent operation to the graph |
<T,U extends Number> |
Ops.sparseApplyProximalGradientDescent(Operand<T> var,
Operand<T> alpha,
Operand<T> l1,
Operand<T> l2,
Operand<T> grad,
Operand<U> indices,
SparseApplyProximalGradientDescent.Options... options)
Adds an
SparseApplyProximalGradientDescent operation to the graph |
<T,U extends Number> |
Ops.sparseApplyProximalGradientDescent(Operand<T> var,
Operand<T> alpha,
Operand<T> l1,
Operand<T> l2,
Operand<T> grad,
Operand<U> indices,
SparseApplyProximalGradientDescent.Options... options)
Adds an
SparseApplyProximalGradientDescent operation to the graph |
<T,U extends Number> |
Ops.sparseApplyProximalGradientDescent(Operand<T> var,
Operand<T> alpha,
Operand<T> l1,
Operand<T> l2,
Operand<T> grad,
Operand<U> indices,
SparseApplyProximalGradientDescent.Options... options)
Adds an
SparseApplyProximalGradientDescent operation to the graph |
<T,U extends Number> |
Ops.sparseApplyProximalGradientDescent(Operand<T> var,
Operand<T> alpha,
Operand<T> l1,
Operand<T> l2,
Operand<T> grad,
Operand<U> indices,
SparseApplyProximalGradientDescent.Options... options)
Adds an
SparseApplyProximalGradientDescent operation to the graph |
<T,U extends Number> |
Ops.sparseApplyRMSProp(Operand<T> var,
Operand<T> ms,
Operand<T> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
SparseApplyRMSProp.Options... options)
Adds an
SparseApplyRMSProp operation to the graph |
<T,U extends Number> |
Ops.sparseApplyRMSProp(Operand<T> var,
Operand<T> ms,
Operand<T> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
SparseApplyRMSProp.Options... options)
Adds an
SparseApplyRMSProp operation to the graph |
<T,U extends Number> |
Ops.sparseApplyRMSProp(Operand<T> var,
Operand<T> ms,
Operand<T> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
SparseApplyRMSProp.Options... options)
Adds an
SparseApplyRMSProp operation to the graph |
<T,U extends Number> |
Ops.sparseApplyRMSProp(Operand<T> var,
Operand<T> ms,
Operand<T> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
SparseApplyRMSProp.Options... options)
Adds an
SparseApplyRMSProp operation to the graph |
<T,U extends Number> |
Ops.sparseApplyRMSProp(Operand<T> var,
Operand<T> ms,
Operand<T> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
SparseApplyRMSProp.Options... options)
Adds an
SparseApplyRMSProp operation to the graph |
<T,U extends Number> |
Ops.sparseApplyRMSProp(Operand<T> var,
Operand<T> ms,
Operand<T> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
SparseApplyRMSProp.Options... options)
Adds an
SparseApplyRMSProp operation to the graph |
<T,U extends Number> |
Ops.sparseApplyRMSProp(Operand<T> var,
Operand<T> ms,
Operand<T> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
SparseApplyRMSProp.Options... options)
Adds an
SparseApplyRMSProp operation to the graph |
<T,U extends Number> |
Ops.sparseApplyRMSProp(Operand<T> var,
Operand<T> ms,
Operand<T> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
SparseApplyRMSProp.Options... options)
Adds an
SparseApplyRMSProp operation to the graph |
<T,U extends Number> |
Ops.sparseApplyRMSProp(Operand<T> var,
Operand<T> ms,
Operand<T> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
SparseApplyRMSProp.Options... options)
Adds an
SparseApplyRMSProp operation to the graph |
<T> SparseConcat<T> |
Ops.sparseConcat(Iterable<Operand<Long>> indices,
Operand<T> values,
Iterable<Operand<Long>> shapes,
Long concatDim)
Adds an
SparseConcat operation to the graph |
<T> SparseDenseCwiseAdd<T> |
Ops.sparseDenseCwiseAdd(Operand<Long> spIndices,
Operand<T> spValues,
Operand<Long> spShape,
Operand<T> dense)
Adds an
SparseDenseCwiseAdd operation to the graph |
<T> SparseDenseCwiseAdd<T> |
Ops.sparseDenseCwiseAdd(Operand<Long> spIndices,
Operand<T> spValues,
Operand<Long> spShape,
Operand<T> dense)
Adds an
SparseDenseCwiseAdd operation to the graph |
<T> SparseDenseCwiseAdd<T> |
Ops.sparseDenseCwiseAdd(Operand<Long> spIndices,
Operand<T> spValues,
Operand<Long> spShape,
Operand<T> dense)
Adds an
SparseDenseCwiseAdd operation to the graph |
<T> SparseDenseCwiseAdd<T> |
Ops.sparseDenseCwiseAdd(Operand<Long> spIndices,
Operand<T> spValues,
Operand<Long> spShape,
Operand<T> dense)
Adds an
SparseDenseCwiseAdd operation to the graph |
<T> SparseDenseCwiseDiv<T> |
Ops.sparseDenseCwiseDiv(Operand<Long> spIndices,
Operand<T> spValues,
Operand<Long> spShape,
Operand<T> dense)
Adds an
SparseDenseCwiseDiv operation to the graph |
<T> SparseDenseCwiseDiv<T> |
Ops.sparseDenseCwiseDiv(Operand<Long> spIndices,
Operand<T> spValues,
Operand<Long> spShape,
Operand<T> dense)
Adds an
SparseDenseCwiseDiv operation to the graph |
<T> SparseDenseCwiseDiv<T> |
Ops.sparseDenseCwiseDiv(Operand<Long> spIndices,
Operand<T> spValues,
Operand<Long> spShape,
Operand<T> dense)
Adds an
SparseDenseCwiseDiv operation to the graph |
<T> SparseDenseCwiseDiv<T> |
Ops.sparseDenseCwiseDiv(Operand<Long> spIndices,
Operand<T> spValues,
Operand<Long> spShape,
Operand<T> dense)
Adds an
SparseDenseCwiseDiv operation to the graph |
<T> SparseDenseCwiseMul<T> |
Ops.sparseDenseCwiseMul(Operand<Long> spIndices,
Operand<T> spValues,
Operand<Long> spShape,
Operand<T> dense)
Adds an
SparseDenseCwiseMul operation to the graph |
<T> SparseDenseCwiseMul<T> |
Ops.sparseDenseCwiseMul(Operand<Long> spIndices,
Operand<T> spValues,
Operand<Long> spShape,
Operand<T> dense)
Adds an
SparseDenseCwiseMul operation to the graph |
<T> SparseDenseCwiseMul<T> |
Ops.sparseDenseCwiseMul(Operand<Long> spIndices,
Operand<T> spValues,
Operand<Long> spShape,
Operand<T> dense)
Adds an
SparseDenseCwiseMul operation to the graph |
<T> SparseDenseCwiseMul<T> |
Ops.sparseDenseCwiseMul(Operand<Long> spIndices,
Operand<T> spValues,
Operand<Long> spShape,
Operand<T> dense)
Adds an
SparseDenseCwiseMul operation to the graph |
<T> SparseFillEmptyRows<T> |
Ops.sparseFillEmptyRows(Operand<Long> indices,
Operand<T> values,
Operand<Long> denseShape,
Operand<T> defaultValue)
Adds an
SparseFillEmptyRows operation to the graph |
<T> SparseFillEmptyRows<T> |
Ops.sparseFillEmptyRows(Operand<Long> indices,
Operand<T> values,
Operand<Long> denseShape,
Operand<T> defaultValue)
Adds an
SparseFillEmptyRows operation to the graph |
<T> SparseFillEmptyRows<T> |
Ops.sparseFillEmptyRows(Operand<Long> indices,
Operand<T> values,
Operand<Long> denseShape,
Operand<T> defaultValue)
Adds an
SparseFillEmptyRows operation to the graph |
<T> SparseFillEmptyRows<T> |
Ops.sparseFillEmptyRows(Operand<Long> indices,
Operand<T> values,
Operand<Long> denseShape,
Operand<T> defaultValue)
Adds an
SparseFillEmptyRows operation to the graph |
<T> SparseFillEmptyRowsGrad<T> |
Ops.sparseFillEmptyRowsGrad(Operand<Long> reverseIndexMap,
Operand<T> gradValues)
Adds an
SparseFillEmptyRowsGrad operation to the graph |
<T> SparseFillEmptyRowsGrad<T> |
Ops.sparseFillEmptyRowsGrad(Operand<Long> reverseIndexMap,
Operand<T> gradValues)
Adds an
SparseFillEmptyRowsGrad operation to the graph |
<T extends Number,U extends Number> |
Ops.sparseMatMul(Operand<T> a,
Operand<U> b,
SparseMatMul.Options... options)
Adds an
SparseMatMul operation to the graph |
<T extends Number,U extends Number> |
Ops.sparseMatMul(Operand<T> a,
Operand<U> b,
SparseMatMul.Options... options)
Adds an
SparseMatMul operation to the graph |
<T extends Number> |
Ops.sparseReduceMax(Operand<Long> inputIndices,
Operand<T> inputValues,
Operand<Long> inputShape,
Operand<Integer> reductionAxes,
SparseReduceMax.Options... options)
Adds an
SparseReduceMax operation to the graph |
<T extends Number> |
Ops.sparseReduceMax(Operand<Long> inputIndices,
Operand<T> inputValues,
Operand<Long> inputShape,
Operand<Integer> reductionAxes,
SparseReduceMax.Options... options)
Adds an
SparseReduceMax operation to the graph |
<T extends Number> |
Ops.sparseReduceMax(Operand<Long> inputIndices,
Operand<T> inputValues,
Operand<Long> inputShape,
Operand<Integer> reductionAxes,
SparseReduceMax.Options... options)
Adds an
SparseReduceMax operation to the graph |
<T extends Number> |
Ops.sparseReduceMax(Operand<Long> inputIndices,
Operand<T> inputValues,
Operand<Long> inputShape,
Operand<Integer> reductionAxes,
SparseReduceMax.Options... options)
Adds an
SparseReduceMax operation to the graph |
<T extends Number> |
Ops.sparseReduceMaxSparse(Operand<Long> inputIndices,
Operand<T> inputValues,
Operand<Long> inputShape,
Operand<Integer> reductionAxes,
SparseReduceMaxSparse.Options... options)
Adds an
SparseReduceMaxSparse operation to the graph |
<T extends Number> |
Ops.sparseReduceMaxSparse(Operand<Long> inputIndices,
Operand<T> inputValues,
Operand<Long> inputShape,
Operand<Integer> reductionAxes,
SparseReduceMaxSparse.Options... options)
Adds an
SparseReduceMaxSparse operation to the graph |
<T extends Number> |
Ops.sparseReduceMaxSparse(Operand<Long> inputIndices,
Operand<T> inputValues,
Operand<Long> inputShape,
Operand<Integer> reductionAxes,
SparseReduceMaxSparse.Options... options)
Adds an
SparseReduceMaxSparse operation to the graph |
<T extends Number> |
Ops.sparseReduceMaxSparse(Operand<Long> inputIndices,
Operand<T> inputValues,
Operand<Long> inputShape,
Operand<Integer> reductionAxes,
SparseReduceMaxSparse.Options... options)
Adds an
SparseReduceMaxSparse operation to the graph |
<T> SparseReduceSum<T> |
Ops.sparseReduceSum(Operand<Long> inputIndices,
Operand<T> inputValues,
Operand<Long> inputShape,
Operand<Integer> reductionAxes,
SparseReduceSum.Options... options)
Adds an
SparseReduceSum operation to the graph |
<T> SparseReduceSum<T> |
Ops.sparseReduceSum(Operand<Long> inputIndices,
Operand<T> inputValues,
Operand<Long> inputShape,
Operand<Integer> reductionAxes,
SparseReduceSum.Options... options)
Adds an
SparseReduceSum operation to the graph |
<T> SparseReduceSum<T> |
Ops.sparseReduceSum(Operand<Long> inputIndices,
Operand<T> inputValues,
Operand<Long> inputShape,
Operand<Integer> reductionAxes,
SparseReduceSum.Options... options)
Adds an
SparseReduceSum operation to the graph |
<T> SparseReduceSum<T> |
Ops.sparseReduceSum(Operand<Long> inputIndices,
Operand<T> inputValues,
Operand<Long> inputShape,
Operand<Integer> reductionAxes,
SparseReduceSum.Options... options)
Adds an
SparseReduceSum operation to the graph |
<T> SparseReduceSumSparse<T> |
Ops.sparseReduceSumSparse(Operand<Long> inputIndices,
Operand<T> inputValues,
Operand<Long> inputShape,
Operand<Integer> reductionAxes,
SparseReduceSumSparse.Options... options)
Adds an
SparseReduceSumSparse operation to the graph |
<T> SparseReduceSumSparse<T> |
Ops.sparseReduceSumSparse(Operand<Long> inputIndices,
Operand<T> inputValues,
Operand<Long> inputShape,
Operand<Integer> reductionAxes,
SparseReduceSumSparse.Options... options)
Adds an
SparseReduceSumSparse operation to the graph |
<T> SparseReduceSumSparse<T> |
Ops.sparseReduceSumSparse(Operand<Long> inputIndices,
Operand<T> inputValues,
Operand<Long> inputShape,
Operand<Integer> reductionAxes,
SparseReduceSumSparse.Options... options)
Adds an
SparseReduceSumSparse operation to the graph |
<T> SparseReduceSumSparse<T> |
Ops.sparseReduceSumSparse(Operand<Long> inputIndices,
Operand<T> inputValues,
Operand<Long> inputShape,
Operand<Integer> reductionAxes,
SparseReduceSumSparse.Options... options)
Adds an
SparseReduceSumSparse operation to the graph |
<T> SparseReorder<T> |
Ops.sparseReorder(Operand<Long> inputIndices,
Operand<T> inputValues,
Operand<Long> inputShape)
Adds an
SparseReorder operation to the graph |
<T> SparseReorder<T> |
Ops.sparseReorder(Operand<Long> inputIndices,
Operand<T> inputValues,
Operand<Long> inputShape)
Adds an
SparseReorder operation to the graph |
<T> SparseReorder<T> |
Ops.sparseReorder(Operand<Long> inputIndices,
Operand<T> inputValues,
Operand<Long> inputShape)
Adds an
SparseReorder operation to the graph |
SparseReshape |
Ops.sparseReshape(Operand<Long> inputIndices,
Operand<Long> inputShape,
Operand<Long> newShape)
Adds an
SparseReshape operation to the graph |
SparseReshape |
Ops.sparseReshape(Operand<Long> inputIndices,
Operand<Long> inputShape,
Operand<Long> newShape)
Adds an
SparseReshape operation to the graph |
SparseReshape |
Ops.sparseReshape(Operand<Long> inputIndices,
Operand<Long> inputShape,
Operand<Long> newShape)
Adds an
SparseReshape operation to the graph |
<T extends Number,U extends Number> |
Ops.sparseSegmentMean(Operand<T> data,
Operand<U> indices,
Operand<Integer> segmentIds)
Adds an
SparseSegmentMean operation to the graph |
<T extends Number,U extends Number> |
Ops.sparseSegmentMean(Operand<T> data,
Operand<U> indices,
Operand<Integer> segmentIds)
Adds an
SparseSegmentMean operation to the graph |
<T extends Number,U extends Number> |
Ops.sparseSegmentMean(Operand<T> data,
Operand<U> indices,
Operand<Integer> segmentIds)
Adds an
SparseSegmentMean operation to the graph |
<T extends Number,U extends Number> |
Ops.sparseSegmentMeanGrad(Operand<T> grad,
Operand<U> indices,
Operand<Integer> segmentIds,
Operand<Integer> outputDim0)
Adds an
SparseSegmentMeanGrad operation to the graph |
<T extends Number,U extends Number> |
Ops.sparseSegmentMeanGrad(Operand<T> grad,
Operand<U> indices,
Operand<Integer> segmentIds,
Operand<Integer> outputDim0)
Adds an
SparseSegmentMeanGrad operation to the graph |
<T extends Number,U extends Number> |
Ops.sparseSegmentMeanGrad(Operand<T> grad,
Operand<U> indices,
Operand<Integer> segmentIds,
Operand<Integer> outputDim0)
Adds an
SparseSegmentMeanGrad operation to the graph |
<T extends Number,U extends Number> |
Ops.sparseSegmentMeanGrad(Operand<T> grad,
Operand<U> indices,
Operand<Integer> segmentIds,
Operand<Integer> outputDim0)
Adds an
SparseSegmentMeanGrad operation to the graph |
<T extends Number,U extends Number,V extends Number> |
Ops.sparseSegmentMeanWithNumSegments(Operand<T> data,
Operand<U> indices,
Operand<Integer> segmentIds,
Operand<V> numSegments)
Adds an
SparseSegmentMeanWithNumSegments operation to the graph |
<T extends Number,U extends Number,V extends Number> |
Ops.sparseSegmentMeanWithNumSegments(Operand<T> data,
Operand<U> indices,
Operand<Integer> segmentIds,
Operand<V> numSegments)
Adds an
SparseSegmentMeanWithNumSegments operation to the graph |
<T extends Number,U extends Number,V extends Number> |
Ops.sparseSegmentMeanWithNumSegments(Operand<T> data,
Operand<U> indices,
Operand<Integer> segmentIds,
Operand<V> numSegments)
Adds an
SparseSegmentMeanWithNumSegments operation to the graph |
<T extends Number,U extends Number,V extends Number> |
Ops.sparseSegmentMeanWithNumSegments(Operand<T> data,
Operand<U> indices,
Operand<Integer> segmentIds,
Operand<V> numSegments)
Adds an
SparseSegmentMeanWithNumSegments operation to the graph |
<T extends Number,U extends Number> |
Ops.sparseSegmentSqrtN(Operand<T> data,
Operand<U> indices,
Operand<Integer> segmentIds)
Adds an
SparseSegmentSqrtN operation to the graph |
<T extends Number,U extends Number> |
Ops.sparseSegmentSqrtN(Operand<T> data,
Operand<U> indices,
Operand<Integer> segmentIds)
Adds an
SparseSegmentSqrtN operation to the graph |
<T extends Number,U extends Number> |
Ops.sparseSegmentSqrtN(Operand<T> data,
Operand<U> indices,
Operand<Integer> segmentIds)
Adds an
SparseSegmentSqrtN operation to the graph |
<T extends Number,U extends Number> |
Ops.sparseSegmentSqrtNGrad(Operand<T> grad,
Operand<U> indices,
Operand<Integer> segmentIds,
Operand<Integer> outputDim0)
Adds an
SparseSegmentSqrtNGrad operation to the graph |
<T extends Number,U extends Number> |
Ops.sparseSegmentSqrtNGrad(Operand<T> grad,
Operand<U> indices,
Operand<Integer> segmentIds,
Operand<Integer> outputDim0)
Adds an
SparseSegmentSqrtNGrad operation to the graph |
<T extends Number,U extends Number> |
Ops.sparseSegmentSqrtNGrad(Operand<T> grad,
Operand<U> indices,
Operand<Integer> segmentIds,
Operand<Integer> outputDim0)
Adds an
SparseSegmentSqrtNGrad operation to the graph |
<T extends Number,U extends Number> |
Ops.sparseSegmentSqrtNGrad(Operand<T> grad,
Operand<U> indices,
Operand<Integer> segmentIds,
Operand<Integer> outputDim0)
Adds an
SparseSegmentSqrtNGrad operation to the graph |
<T extends Number,U extends Number,V extends Number> |
Ops.sparseSegmentSqrtNWithNumSegments(Operand<T> data,
Operand<U> indices,
Operand<Integer> segmentIds,
Operand<V> numSegments)
Adds an
SparseSegmentSqrtNWithNumSegments operation to the graph |
<T extends Number,U extends Number,V extends Number> |
Ops.sparseSegmentSqrtNWithNumSegments(Operand<T> data,
Operand<U> indices,
Operand<Integer> segmentIds,
Operand<V> numSegments)
Adds an
SparseSegmentSqrtNWithNumSegments operation to the graph |
<T extends Number,U extends Number,V extends Number> |
Ops.sparseSegmentSqrtNWithNumSegments(Operand<T> data,
Operand<U> indices,
Operand<Integer> segmentIds,
Operand<V> numSegments)
Adds an
SparseSegmentSqrtNWithNumSegments operation to the graph |
<T extends Number,U extends Number,V extends Number> |
Ops.sparseSegmentSqrtNWithNumSegments(Operand<T> data,
Operand<U> indices,
Operand<Integer> segmentIds,
Operand<V> numSegments)
Adds an
SparseSegmentSqrtNWithNumSegments operation to the graph |
<T extends Number,U extends Number> |
Ops.sparseSegmentSum(Operand<T> data,
Operand<U> indices,
Operand<Integer> segmentIds)
Adds an
SparseSegmentSum operation to the graph |
<T extends Number,U extends Number> |
Ops.sparseSegmentSum(Operand<T> data,
Operand<U> indices,
Operand<Integer> segmentIds)
Adds an
SparseSegmentSum operation to the graph |
<T extends Number,U extends Number> |
Ops.sparseSegmentSum(Operand<T> data,
Operand<U> indices,
Operand<Integer> segmentIds)
Adds an
SparseSegmentSum operation to the graph |
<T extends Number,U extends Number,V extends Number> |
Ops.sparseSegmentSumWithNumSegments(Operand<T> data,
Operand<U> indices,
Operand<Integer> segmentIds,
Operand<V> numSegments)
Adds an
SparseSegmentSumWithNumSegments operation to the graph |
<T extends Number,U extends Number,V extends Number> |
Ops.sparseSegmentSumWithNumSegments(Operand<T> data,
Operand<U> indices,
Operand<Integer> segmentIds,
Operand<V> numSegments)
Adds an
SparseSegmentSumWithNumSegments operation to the graph |
<T extends Number,U extends Number,V extends Number> |
Ops.sparseSegmentSumWithNumSegments(Operand<T> data,
Operand<U> indices,
Operand<Integer> segmentIds,
Operand<V> numSegments)
Adds an
SparseSegmentSumWithNumSegments operation to the graph |
<T extends Number,U extends Number,V extends Number> |
Ops.sparseSegmentSumWithNumSegments(Operand<T> data,
Operand<U> indices,
Operand<Integer> segmentIds,
Operand<V> numSegments)
Adds an
SparseSegmentSumWithNumSegments operation to the graph |
<T> SparseSlice<T> |
Ops.sparseSlice(Operand<Long> indices,
Operand<T> values,
Operand<Long> shape,
Operand<Long> start,
Operand<Long> size)
Adds an
SparseSlice operation to the graph |
<T> SparseSlice<T> |
Ops.sparseSlice(Operand<Long> indices,
Operand<T> values,
Operand<Long> shape,
Operand<Long> start,
Operand<Long> size)
Adds an
SparseSlice operation to the graph |
<T> SparseSlice<T> |
Ops.sparseSlice(Operand<Long> indices,
Operand<T> values,
Operand<Long> shape,
Operand<Long> start,
Operand<Long> size)
Adds an
SparseSlice operation to the graph |
<T> SparseSlice<T> |
Ops.sparseSlice(Operand<Long> indices,
Operand<T> values,
Operand<Long> shape,
Operand<Long> start,
Operand<Long> size)
Adds an
SparseSlice operation to the graph |
<T> SparseSlice<T> |
Ops.sparseSlice(Operand<Long> indices,
Operand<T> values,
Operand<Long> shape,
Operand<Long> start,
Operand<Long> size)
Adds an
SparseSlice operation to the graph |
<T> SparseSliceGrad<T> |
Ops.sparseSliceGrad(Operand<T> backpropValGrad,
Operand<Long> inputIndices,
Operand<Long> inputStart,
Operand<Long> outputIndices)
Adds an
SparseSliceGrad operation to the graph |
<T> SparseSliceGrad<T> |
Ops.sparseSliceGrad(Operand<T> backpropValGrad,
Operand<Long> inputIndices,
Operand<Long> inputStart,
Operand<Long> outputIndices)
Adds an
SparseSliceGrad operation to the graph |
<T> SparseSliceGrad<T> |
Ops.sparseSliceGrad(Operand<T> backpropValGrad,
Operand<Long> inputIndices,
Operand<Long> inputStart,
Operand<Long> outputIndices)
Adds an
SparseSliceGrad operation to the graph |
<T> SparseSliceGrad<T> |
Ops.sparseSliceGrad(Operand<T> backpropValGrad,
Operand<Long> inputIndices,
Operand<Long> inputStart,
Operand<Long> outputIndices)
Adds an
SparseSliceGrad operation to the graph |
<T extends Number> |
Ops.sparseSoftmax(Operand<Long> spIndices,
Operand<T> spValues,
Operand<Long> spShape)
Adds an
SparseSoftmax operation to the graph |
<T extends Number> |
Ops.sparseSoftmax(Operand<Long> spIndices,
Operand<T> spValues,
Operand<Long> spShape)
Adds an
SparseSoftmax operation to the graph |
<T extends Number> |
Ops.sparseSoftmax(Operand<Long> spIndices,
Operand<T> spValues,
Operand<Long> spShape)
Adds an
SparseSoftmax operation to the graph |
<T extends Number,U extends Number> |
Ops.sparseSoftmaxCrossEntropyWithLogits(Operand<T> features,
Operand<U> labels)
Adds an
SparseSoftmaxCrossEntropyWithLogits operation to the graph |
<T extends Number,U extends Number> |
Ops.sparseSoftmaxCrossEntropyWithLogits(Operand<T> features,
Operand<U> labels)
Adds an
SparseSoftmaxCrossEntropyWithLogits operation to the graph |
<T extends Number> |
Ops.sparseSparseMaximum(Operand<Long> aIndices,
Operand<T> aValues,
Operand<Long> aShape,
Operand<Long> bIndices,
Operand<T> bValues,
Operand<Long> bShape)
Adds an
SparseSparseMaximum operation to the graph |
<T extends Number> |
Ops.sparseSparseMaximum(Operand<Long> aIndices,
Operand<T> aValues,
Operand<Long> aShape,
Operand<Long> bIndices,
Operand<T> bValues,
Operand<Long> bShape)
Adds an
SparseSparseMaximum operation to the graph |
<T extends Number> |
Ops.sparseSparseMaximum(Operand<Long> aIndices,
Operand<T> aValues,
Operand<Long> aShape,
Operand<Long> bIndices,
Operand<T> bValues,
Operand<Long> bShape)
Adds an
SparseSparseMaximum operation to the graph |
<T extends Number> |
Ops.sparseSparseMaximum(Operand<Long> aIndices,
Operand<T> aValues,
Operand<Long> aShape,
Operand<Long> bIndices,
Operand<T> bValues,
Operand<Long> bShape)
Adds an
SparseSparseMaximum operation to the graph |
<T extends Number> |
Ops.sparseSparseMaximum(Operand<Long> aIndices,
Operand<T> aValues,
Operand<Long> aShape,
Operand<Long> bIndices,
Operand<T> bValues,
Operand<Long> bShape)
Adds an
SparseSparseMaximum operation to the graph |
<T extends Number> |
Ops.sparseSparseMaximum(Operand<Long> aIndices,
Operand<T> aValues,
Operand<Long> aShape,
Operand<Long> bIndices,
Operand<T> bValues,
Operand<Long> bShape)
Adds an
SparseSparseMaximum operation to the graph |
<T> SparseSparseMinimum<T> |
Ops.sparseSparseMinimum(Operand<Long> aIndices,
Operand<T> aValues,
Operand<Long> aShape,
Operand<Long> bIndices,
Operand<T> bValues,
Operand<Long> bShape)
Adds an
SparseSparseMinimum operation to the graph |
<T> SparseSparseMinimum<T> |
Ops.sparseSparseMinimum(Operand<Long> aIndices,
Operand<T> aValues,
Operand<Long> aShape,
Operand<Long> bIndices,
Operand<T> bValues,
Operand<Long> bShape)
Adds an
SparseSparseMinimum operation to the graph |
<T> SparseSparseMinimum<T> |
Ops.sparseSparseMinimum(Operand<Long> aIndices,
Operand<T> aValues,
Operand<Long> aShape,
Operand<Long> bIndices,
Operand<T> bValues,
Operand<Long> bShape)
Adds an
SparseSparseMinimum operation to the graph |
<T> SparseSparseMinimum<T> |
Ops.sparseSparseMinimum(Operand<Long> aIndices,
Operand<T> aValues,
Operand<Long> aShape,
Operand<Long> bIndices,
Operand<T> bValues,
Operand<Long> bShape)
Adds an
SparseSparseMinimum operation to the graph |
<T> SparseSparseMinimum<T> |
Ops.sparseSparseMinimum(Operand<Long> aIndices,
Operand<T> aValues,
Operand<Long> aShape,
Operand<Long> bIndices,
Operand<T> bValues,
Operand<Long> bShape)
Adds an
SparseSparseMinimum operation to the graph |
<T> SparseSparseMinimum<T> |
Ops.sparseSparseMinimum(Operand<Long> aIndices,
Operand<T> aValues,
Operand<Long> aShape,
Operand<Long> bIndices,
Operand<T> bValues,
Operand<Long> bShape)
Adds an
SparseSparseMinimum operation to the graph |
<T> SparseSplit<T> |
Ops.sparseSplit(Operand<Long> splitDim,
Operand<Long> indices,
Operand<T> values,
Operand<Long> shape,
Long numSplit)
Adds an
SparseSplit operation to the graph |
<T> SparseSplit<T> |
Ops.sparseSplit(Operand<Long> splitDim,
Operand<Long> indices,
Operand<T> values,
Operand<Long> shape,
Long numSplit)
Adds an
SparseSplit operation to the graph |
<T> SparseSplit<T> |
Ops.sparseSplit(Operand<Long> splitDim,
Operand<Long> indices,
Operand<T> values,
Operand<Long> shape,
Long numSplit)
Adds an
SparseSplit operation to the graph |
<T> SparseSplit<T> |
Ops.sparseSplit(Operand<Long> splitDim,
Operand<Long> indices,
Operand<T> values,
Operand<Long> shape,
Long numSplit)
Adds an
SparseSplit operation to the graph |
<U,T extends Number> |
Ops.sparseTensorDenseAdd(Operand<T> aIndices,
Operand<U> aValues,
Operand<T> aShape,
Operand<U> b)
Adds an
SparseTensorDenseAdd operation to the graph |
<U,T extends Number> |
Ops.sparseTensorDenseAdd(Operand<T> aIndices,
Operand<U> aValues,
Operand<T> aShape,
Operand<U> b)
Adds an
SparseTensorDenseAdd operation to the graph |
<U,T extends Number> |
Ops.sparseTensorDenseAdd(Operand<T> aIndices,
Operand<U> aValues,
Operand<T> aShape,
Operand<U> b)
Adds an
SparseTensorDenseAdd operation to the graph |
<U,T extends Number> |
Ops.sparseTensorDenseAdd(Operand<T> aIndices,
Operand<U> aValues,
Operand<T> aShape,
Operand<U> b)
Adds an
SparseTensorDenseAdd operation to the graph |
<U,T extends Number> |
Ops.sparseTensorDenseMatMul(Operand<T> aIndices,
Operand<U> aValues,
Operand<Long> aShape,
Operand<U> b,
SparseTensorDenseMatMul.Options... options)
Adds an
SparseTensorDenseMatMul operation to the graph |
<U,T extends Number> |
Ops.sparseTensorDenseMatMul(Operand<T> aIndices,
Operand<U> aValues,
Operand<Long> aShape,
Operand<U> b,
SparseTensorDenseMatMul.Options... options)
Adds an
SparseTensorDenseMatMul operation to the graph |
<U,T extends Number> |
Ops.sparseTensorDenseMatMul(Operand<T> aIndices,
Operand<U> aValues,
Operand<Long> aShape,
Operand<U> b,
SparseTensorDenseMatMul.Options... options)
Adds an
SparseTensorDenseMatMul operation to the graph |
<U,T extends Number> |
Ops.sparseTensorDenseMatMul(Operand<T> aIndices,
Operand<U> aValues,
Operand<Long> aShape,
Operand<U> b,
SparseTensorDenseMatMul.Options... options)
Adds an
SparseTensorDenseMatMul operation to the graph |
<T> SparseTensorSliceDataset |
Ops.sparseTensorSliceDataset(Operand<Long> indices,
Operand<T> values,
Operand<Long> denseShape)
Adds an
SparseTensorSliceDataset operation to the graph |
<T> SparseTensorSliceDataset |
Ops.sparseTensorSliceDataset(Operand<Long> indices,
Operand<T> values,
Operand<Long> denseShape)
Adds an
SparseTensorSliceDataset operation to the graph |
<T> SparseTensorSliceDataset |
Ops.sparseTensorSliceDataset(Operand<Long> indices,
Operand<T> values,
Operand<Long> denseShape)
Adds an
SparseTensorSliceDataset operation to the graph |
<U,T extends Number> |
Ops.sparseToDense(Operand<T> sparseIndices,
Operand<T> outputShape,
Operand<U> sparseValues,
Operand<U> defaultValue,
SparseToDense.Options... options)
Adds an
SparseToDense operation to the graph |
<U,T extends Number> |
Ops.sparseToDense(Operand<T> sparseIndices,
Operand<T> outputShape,
Operand<U> sparseValues,
Operand<U> defaultValue,
SparseToDense.Options... options)
Adds an
SparseToDense operation to the graph |
<U,T extends Number> |
Ops.sparseToDense(Operand<T> sparseIndices,
Operand<T> outputShape,
Operand<U> sparseValues,
Operand<U> defaultValue,
SparseToDense.Options... options)
Adds an
SparseToDense operation to the graph |
<U,T extends Number> |
Ops.sparseToDense(Operand<T> sparseIndices,
Operand<T> outputShape,
Operand<U> sparseValues,
Operand<U> defaultValue,
SparseToDense.Options... options)
Adds an
SparseToDense operation to the graph |
<T> SparseToSparseSetOperation<T> |
Ops.sparseToSparseSetOperation(Operand<Long> set1Indices,
Operand<T> set1Values,
Operand<Long> set1Shape,
Operand<Long> set2Indices,
Operand<T> set2Values,
Operand<Long> set2Shape,
String setOperation,
SparseToSparseSetOperation.Options... options)
Adds an
SparseToSparseSetOperation operation to the graph |
<T> SparseToSparseSetOperation<T> |
Ops.sparseToSparseSetOperation(Operand<Long> set1Indices,
Operand<T> set1Values,
Operand<Long> set1Shape,
Operand<Long> set2Indices,
Operand<T> set2Values,
Operand<Long> set2Shape,
String setOperation,
SparseToSparseSetOperation.Options... options)
Adds an
SparseToSparseSetOperation operation to the graph |
<T> SparseToSparseSetOperation<T> |
Ops.sparseToSparseSetOperation(Operand<Long> set1Indices,
Operand<T> set1Values,
Operand<Long> set1Shape,
Operand<Long> set2Indices,
Operand<T> set2Values,
Operand<Long> set2Shape,
String setOperation,
SparseToSparseSetOperation.Options... options)
Adds an
SparseToSparseSetOperation operation to the graph |
<T> SparseToSparseSetOperation<T> |
Ops.sparseToSparseSetOperation(Operand<Long> set1Indices,
Operand<T> set1Values,
Operand<Long> set1Shape,
Operand<Long> set2Indices,
Operand<T> set2Values,
Operand<Long> set2Shape,
String setOperation,
SparseToSparseSetOperation.Options... options)
Adds an
SparseToSparseSetOperation operation to the graph |
<T> SparseToSparseSetOperation<T> |
Ops.sparseToSparseSetOperation(Operand<Long> set1Indices,
Operand<T> set1Values,
Operand<Long> set1Shape,
Operand<Long> set2Indices,
Operand<T> set2Values,
Operand<Long> set2Shape,
String setOperation,
SparseToSparseSetOperation.Options... options)
Adds an
SparseToSparseSetOperation operation to the graph |
<T> SparseToSparseSetOperation<T> |
Ops.sparseToSparseSetOperation(Operand<Long> set1Indices,
Operand<T> set1Values,
Operand<Long> set1Shape,
Operand<Long> set2Indices,
Operand<T> set2Values,
Operand<Long> set2Shape,
String setOperation,
SparseToSparseSetOperation.Options... options)
Adds an
SparseToSparseSetOperation operation to the graph |
<T> Split<T> |
Ops.split(Operand<Integer> axis,
Operand<T> value,
Long numSplit)
Adds an
Split operation to the graph |
<T> Split<T> |
Ops.split(Operand<Integer> axis,
Operand<T> value,
Long numSplit)
Adds an
Split operation to the graph |
<T,U extends Number> |
Ops.splitV(Operand<T> value,
Operand<U> sizeSplits,
Operand<Integer> axis,
Long numSplit)
Adds an
SplitV operation to the graph |
<T,U extends Number> |
Ops.splitV(Operand<T> value,
Operand<U> sizeSplits,
Operand<Integer> axis,
Long numSplit)
Adds an
SplitV operation to the graph |
<T,U extends Number> |
Ops.splitV(Operand<T> value,
Operand<U> sizeSplits,
Operand<Integer> axis,
Long numSplit)
Adds an
SplitV operation to the graph |
SqlDataset |
Ops.sqlDataset(Operand<String> driverName,
Operand<String> dataSourceName,
Operand<String> query,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Adds an
SqlDataset operation to the graph |
SqlDataset |
Ops.sqlDataset(Operand<String> driverName,
Operand<String> dataSourceName,
Operand<String> query,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Adds an
SqlDataset operation to the graph |
SqlDataset |
Ops.sqlDataset(Operand<String> driverName,
Operand<String> dataSourceName,
Operand<String> query,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Adds an
SqlDataset operation to the graph |
<T> Sqrt<T> |
Ops.sqrt(Operand<T> x)
Adds an
Sqrt operation to the graph |
<T> Square<T> |
Ops.square(Operand<T> x)
Adds an
Square operation to the graph |
<T> SquaredDifference<T> |
Ops.squaredDifference(Operand<T> x,
Operand<T> y)
Adds an
SquaredDifference operation to the graph |
<T> SquaredDifference<T> |
Ops.squaredDifference(Operand<T> x,
Operand<T> y)
Adds an
SquaredDifference operation to the graph |
<T> Squeeze<T> |
Ops.squeeze(Operand<T> input,
Squeeze.Options... options)
Adds an
Squeeze operation to the graph |
<T> Stack<T> |
Ops.stack(Operand<T> values,
Stack.Options... options)
Adds an
Stack operation to the graph |
StagePeek |
Ops.stagePeek(Operand<Integer> index,
List<Class<?>> dtypes,
StagePeek.Options... options)
Adds an
StagePeek operation to the graph |
<T extends Number,U extends Number> |
Ops.statelessMultinomial(Operand<T> logits,
Operand<Integer> numSamples,
Operand<U> seed)
Adds an
StatelessMultinomial operation to the graph |
<T extends Number,U extends Number> |
Ops.statelessMultinomial(Operand<T> logits,
Operand<Integer> numSamples,
Operand<U> seed)
Adds an
StatelessMultinomial operation to the graph |
<T extends Number,U extends Number> |
Ops.statelessMultinomial(Operand<T> logits,
Operand<Integer> numSamples,
Operand<U> seed)
Adds an
StatelessMultinomial operation to the graph |
<V extends Number,T extends Number,U extends Number> |
Ops.statelessMultinomial(Operand<T> logits,
Operand<Integer> numSamples,
Operand<U> seed,
Class<V> outputDtype)
Adds an
StatelessMultinomial operation to the graph |
<V extends Number,T extends Number,U extends Number> |
Ops.statelessMultinomial(Operand<T> logits,
Operand<Integer> numSamples,
Operand<U> seed,
Class<V> outputDtype)
Adds an
StatelessMultinomial operation to the graph |
<V extends Number,T extends Number,U extends Number> |
Ops.statelessMultinomial(Operand<T> logits,
Operand<Integer> numSamples,
Operand<U> seed,
Class<V> outputDtype)
Adds an
StatelessMultinomial operation to the graph |
<T extends Number,U extends Number> |
Ops.statelessRandomNormal(Operand<T> shape,
Operand<U> seed)
Adds an
StatelessRandomNormal operation to the graph |
<T extends Number,U extends Number> |
Ops.statelessRandomNormal(Operand<T> shape,
Operand<U> seed)
Adds an
StatelessRandomNormal operation to the graph |
<V extends Number,T extends Number,U extends Number> |
Ops.statelessRandomNormal(Operand<T> shape,
Operand<U> seed,
Class<V> dtype)
Adds an
StatelessRandomNormal operation to the graph |
<V extends Number,T extends Number,U extends Number> |
Ops.statelessRandomNormal(Operand<T> shape,
Operand<U> seed,
Class<V> dtype)
Adds an
StatelessRandomNormal operation to the graph |
<T extends Number,U extends Number> |
Ops.statelessRandomUniform(Operand<T> shape,
Operand<U> seed)
Adds an
StatelessRandomUniform operation to the graph |
<T extends Number,U extends Number> |
Ops.statelessRandomUniform(Operand<T> shape,
Operand<U> seed)
Adds an
StatelessRandomUniform operation to the graph |
<V extends Number,T extends Number,U extends Number> |
Ops.statelessRandomUniform(Operand<T> shape,
Operand<U> seed,
Class<V> dtype)
Adds an
StatelessRandomUniform operation to the graph |
<V extends Number,T extends Number,U extends Number> |
Ops.statelessRandomUniform(Operand<T> shape,
Operand<U> seed,
Class<V> dtype)
Adds an
StatelessRandomUniform operation to the graph |
<T extends Number,U extends Number> |
Ops.statelessTruncatedNormal(Operand<T> shape,
Operand<U> seed)
Adds an
StatelessTruncatedNormal operation to the graph |
<T extends Number,U extends Number> |
Ops.statelessTruncatedNormal(Operand<T> shape,
Operand<U> seed)
Adds an
StatelessTruncatedNormal operation to the graph |
<V extends Number,T extends Number,U extends Number> |
Ops.statelessTruncatedNormal(Operand<T> shape,
Operand<U> seed,
Class<V> dtype)
Adds an
StatelessTruncatedNormal operation to the graph |
<V extends Number,T extends Number,U extends Number> |
Ops.statelessTruncatedNormal(Operand<T> shape,
Operand<U> seed,
Class<V> dtype)
Adds an
StatelessTruncatedNormal operation to the graph |
StatsAggregatorSummary |
Ops.statsAggregatorSummary(Operand<?> iterator)
Adds an
StatsAggregatorSummary operation to the graph |
<T> StopGradient<T> |
Ops.stopGradient(Operand<T> input)
Adds an
StopGradient operation to the graph |
<T,U extends Number> |
Ops.stridedSlice(Operand<T> input,
Operand<U> begin,
Operand<U> end,
Operand<U> strides,
StridedSlice.Options... options)
Adds an
StridedSlice operation to the graph |
<T,U extends Number> |
Ops.stridedSlice(Operand<T> input,
Operand<U> begin,
Operand<U> end,
Operand<U> strides,
StridedSlice.Options... options)
Adds an
StridedSlice operation to the graph |
<T,U extends Number> |
Ops.stridedSlice(Operand<T> input,
Operand<U> begin,
Operand<U> end,
Operand<U> strides,
StridedSlice.Options... options)
Adds an
StridedSlice operation to the graph |
<T,U extends Number> |
Ops.stridedSlice(Operand<T> input,
Operand<U> begin,
Operand<U> end,
Operand<U> strides,
StridedSlice.Options... options)
Adds an
StridedSlice operation to the graph |
<T,U extends Number> |
Ops.stridedSliceAssign(Operand<T> ref,
Operand<U> begin,
Operand<U> end,
Operand<U> strides,
Operand<T> value,
StridedSliceAssign.Options... options)
Adds an
StridedSliceAssign operation to the graph |
<T,U extends Number> |
Ops.stridedSliceAssign(Operand<T> ref,
Operand<U> begin,
Operand<U> end,
Operand<U> strides,
Operand<T> value,
StridedSliceAssign.Options... options)
Adds an
StridedSliceAssign operation to the graph |
<T,U extends Number> |
Ops.stridedSliceAssign(Operand<T> ref,
Operand<U> begin,
Operand<U> end,
Operand<U> strides,
Operand<T> value,
StridedSliceAssign.Options... options)
Adds an
StridedSliceAssign operation to the graph |
<T,U extends Number> |
Ops.stridedSliceAssign(Operand<T> ref,
Operand<U> begin,
Operand<U> end,
Operand<U> strides,
Operand<T> value,
StridedSliceAssign.Options... options)
Adds an
StridedSliceAssign operation to the graph |
<T,U extends Number> |
Ops.stridedSliceAssign(Operand<T> ref,
Operand<U> begin,
Operand<U> end,
Operand<U> strides,
Operand<T> value,
StridedSliceAssign.Options... options)
Adds an
StridedSliceAssign operation to the graph |
<U,T extends Number> |
Ops.stridedSliceGrad(Operand<T> shape,
Operand<T> begin,
Operand<T> end,
Operand<T> strides,
Operand<U> dy,
StridedSliceGrad.Options... options)
Adds an
StridedSliceGrad operation to the graph |
<U,T extends Number> |
Ops.stridedSliceGrad(Operand<T> shape,
Operand<T> begin,
Operand<T> end,
Operand<T> strides,
Operand<U> dy,
StridedSliceGrad.Options... options)
Adds an
StridedSliceGrad operation to the graph |
<U,T extends Number> |
Ops.stridedSliceGrad(Operand<T> shape,
Operand<T> begin,
Operand<T> end,
Operand<T> strides,
Operand<U> dy,
StridedSliceGrad.Options... options)
Adds an
StridedSliceGrad operation to the graph |
<U,T extends Number> |
Ops.stridedSliceGrad(Operand<T> shape,
Operand<T> begin,
Operand<T> end,
Operand<T> strides,
Operand<U> dy,
StridedSliceGrad.Options... options)
Adds an
StridedSliceGrad operation to the graph |
<U,T extends Number> |
Ops.stridedSliceGrad(Operand<T> shape,
Operand<T> begin,
Operand<T> end,
Operand<T> strides,
Operand<U> dy,
StridedSliceGrad.Options... options)
Adds an
StridedSliceGrad operation to the graph |
StringLength |
Ops.stringLength(Operand<String> input,
StringLength.Options... options)
Adds an
StringLength operation to the graph |
StringSplit |
Ops.stringSplit(Operand<String> input,
Operand<String> delimiter,
StringSplit.Options... options)
Adds an
StringSplit operation to the graph |
StringSplit |
Ops.stringSplit(Operand<String> input,
Operand<String> delimiter,
StringSplit.Options... options)
Adds an
StringSplit operation to the graph |
StringSplitV2 |
Ops.stringSplitV2(Operand<String> input,
Operand<String> sep,
StringSplitV2.Options... options)
Adds an
StringSplitV2 operation to the graph |
StringSplitV2 |
Ops.stringSplitV2(Operand<String> input,
Operand<String> sep,
StringSplitV2.Options... options)
Adds an
StringSplitV2 operation to the graph |
StringStrip |
Ops.stringStrip(Operand<String> input)
Adds an
StringStrip operation to the graph |
StringToHashBucket |
Ops.stringToHashBucket(Operand<String> stringTensor,
Long numBuckets)
Adds an
StringToHashBucket operation to the graph |
StringToHashBucketFast |
Ops.stringToHashBucketFast(Operand<String> input,
Long numBuckets)
Adds an
StringToHashBucketFast operation to the graph |
StringToHashBucketStrong |
Ops.stringToHashBucketStrong(Operand<String> input,
Long numBuckets,
List<Long> key)
Adds an
StringToHashBucketStrong operation to the graph |
StringToNumber<Float> |
Ops.stringToNumber(Operand<String> stringTensor)
Adds an
StringToNumber operation to the graph |
<T extends Number> |
Ops.stringToNumber(Operand<String> stringTensor,
Class<T> outType)
Adds an
StringToNumber operation to the graph |
<T> Sub<T> |
Ops.sub(Operand<T> x,
Operand<T> y)
Adds an
Sub operation to the graph |
<T> Sub<T> |
Ops.sub(Operand<T> x,
Operand<T> y)
Adds an
Sub operation to the graph |
<T extends Number> |
Ops.substr(Operand<String> input,
Operand<T> pos,
Operand<T> len)
Adds an
Substr operation to the graph |
<T extends Number> |
Ops.substr(Operand<String> input,
Operand<T> pos,
Operand<T> len)
Adds an
Substr operation to the graph |
<T extends Number> |
Ops.substr(Operand<String> input,
Operand<T> pos,
Operand<T> len)
Adds an
Substr operation to the graph |
<T> Subtract<T> |
Ops.subtract(Operand<T> x,
Operand<T> y)
Adds an
Subtract operation to the graph |
<T> Subtract<T> |
Ops.subtract(Operand<T> x,
Operand<T> y)
Adds an
Subtract operation to the graph |
<T,U extends Number> |
Ops.sum(Operand<T> input,
Operand<U> axis,
Sum.Options... options)
Adds an
Sum operation to the graph |
<T,U extends Number> |
Ops.sum(Operand<T> input,
Operand<U> axis,
Sum.Options... options)
Adds an
Sum operation to the graph |
<T> Svd<T> |
Ops.svd(Operand<T> input,
Svd.Options... options)
Adds an
Svd operation to the graph |
TakeDataset |
Ops.takeDataset(Operand<?> inputDataset,
Operand<Long> count,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Adds an
TakeDataset operation to the graph |
TakeDataset |
Ops.takeDataset(Operand<?> inputDataset,
Operand<Long> count,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Adds an
TakeDataset operation to the graph |
<T> TakeManySparseFromTensorsMap<T> |
Ops.takeManySparseFromTensorsMap(Operand<Long> sparseHandles,
Class<T> dtype,
TakeManySparseFromTensorsMap.Options... options)
Adds an
TakeManySparseFromTensorsMap operation to the graph |
<T> Tan<T> |
Ops.tan(Operand<T> x)
Adds an
Tan operation to the graph |
<T> Tanh<T> |
Ops.tanh(Operand<T> x)
Adds an
Tanh operation to the graph |
<T> TensorArray |
Ops.tensorArray(Operand<Integer> size,
Class<T> dtype,
TensorArray.Options... options)
Adds an
TensorArray operation to the graph |
TensorArrayClose |
Ops.tensorArrayClose(Operand<?> handle)
Adds an
TensorArrayClose operation to the graph |
<T> TensorArrayConcat<T> |
Ops.tensorArrayConcat(Operand<?> handle,
Operand<Float> flowIn,
Class<T> dtype,
TensorArrayConcat.Options... options)
Adds an
TensorArrayConcat operation to the graph |
<T> TensorArrayConcat<T> |
Ops.tensorArrayConcat(Operand<?> handle,
Operand<Float> flowIn,
Class<T> dtype,
TensorArrayConcat.Options... options)
Adds an
TensorArrayConcat operation to the graph |
<T> TensorArrayGather<T> |
Ops.tensorArrayGather(Operand<?> handle,
Operand<Integer> indices,
Operand<Float> flowIn,
Class<T> dtype,
TensorArrayGather.Options... options)
Adds an
TensorArrayGather operation to the graph |
<T> TensorArrayGather<T> |
Ops.tensorArrayGather(Operand<?> handle,
Operand<Integer> indices,
Operand<Float> flowIn,
Class<T> dtype,
TensorArrayGather.Options... options)
Adds an
TensorArrayGather operation to the graph |
<T> TensorArrayGather<T> |
Ops.tensorArrayGather(Operand<?> handle,
Operand<Integer> indices,
Operand<Float> flowIn,
Class<T> dtype,
TensorArrayGather.Options... options)
Adds an
TensorArrayGather operation to the graph |
TensorArrayGrad |
Ops.tensorArrayGrad(Operand<?> handle,
Operand<Float> flowIn,
String source)
Adds an
TensorArrayGrad operation to the graph |
TensorArrayGrad |
Ops.tensorArrayGrad(Operand<?> handle,
Operand<Float> flowIn,
String source)
Adds an
TensorArrayGrad operation to the graph |
TensorArrayGradWithShape |
Ops.tensorArrayGradWithShape(Operand<?> handle,
Operand<Float> flowIn,
Operand<Integer> shapeToPrepend,
String source)
Adds an
TensorArrayGradWithShape operation to the graph |
TensorArrayGradWithShape |
Ops.tensorArrayGradWithShape(Operand<?> handle,
Operand<Float> flowIn,
Operand<Integer> shapeToPrepend,
String source)
Adds an
TensorArrayGradWithShape operation to the graph |
TensorArrayGradWithShape |
Ops.tensorArrayGradWithShape(Operand<?> handle,
Operand<Float> flowIn,
Operand<Integer> shapeToPrepend,
String source)
Adds an
TensorArrayGradWithShape operation to the graph |
<T> TensorArrayPack<T> |
Ops.tensorArrayPack(Operand<String> handle,
Operand<Float> flowIn,
Class<T> dtype,
TensorArrayPack.Options... options)
Adds an
TensorArrayPack operation to the graph |
<T> TensorArrayPack<T> |
Ops.tensorArrayPack(Operand<String> handle,
Operand<Float> flowIn,
Class<T> dtype,
TensorArrayPack.Options... options)
Adds an
TensorArrayPack operation to the graph |
<T> TensorArrayRead<T> |
Ops.tensorArrayRead(Operand<?> handle,
Operand<Integer> index,
Operand<Float> flowIn,
Class<T> dtype)
Adds an
TensorArrayRead operation to the graph |
<T> TensorArrayRead<T> |
Ops.tensorArrayRead(Operand<?> handle,
Operand<Integer> index,
Operand<Float> flowIn,
Class<T> dtype)
Adds an
TensorArrayRead operation to the graph |
<T> TensorArrayRead<T> |
Ops.tensorArrayRead(Operand<?> handle,
Operand<Integer> index,
Operand<Float> flowIn,
Class<T> dtype)
Adds an
TensorArrayRead operation to the graph |
<T> TensorArrayScatter |
Ops.tensorArrayScatter(Operand<?> handle,
Operand<Integer> indices,
Operand<T> value,
Operand<Float> flowIn)
Adds an
TensorArrayScatter operation to the graph |
<T> TensorArrayScatter |
Ops.tensorArrayScatter(Operand<?> handle,
Operand<Integer> indices,
Operand<T> value,
Operand<Float> flowIn)
Adds an
TensorArrayScatter operation to the graph |
<T> TensorArrayScatter |
Ops.tensorArrayScatter(Operand<?> handle,
Operand<Integer> indices,
Operand<T> value,
Operand<Float> flowIn)
Adds an
TensorArrayScatter operation to the graph |
<T> TensorArrayScatter |
Ops.tensorArrayScatter(Operand<?> handle,
Operand<Integer> indices,
Operand<T> value,
Operand<Float> flowIn)
Adds an
TensorArrayScatter operation to the graph |
TensorArraySize |
Ops.tensorArraySize(Operand<?> handle,
Operand<Float> flowIn)
Adds an
TensorArraySize operation to the graph |
TensorArraySize |
Ops.tensorArraySize(Operand<?> handle,
Operand<Float> flowIn)
Adds an
TensorArraySize operation to the graph |
<T> TensorArraySplit |
Ops.tensorArraySplit(Operand<?> handle,
Operand<T> value,
Operand<Long> lengths,
Operand<Float> flowIn)
Adds an
TensorArraySplit operation to the graph |
<T> TensorArraySplit |
Ops.tensorArraySplit(Operand<?> handle,
Operand<T> value,
Operand<Long> lengths,
Operand<Float> flowIn)
Adds an
TensorArraySplit operation to the graph |
<T> TensorArraySplit |
Ops.tensorArraySplit(Operand<?> handle,
Operand<T> value,
Operand<Long> lengths,
Operand<Float> flowIn)
Adds an
TensorArraySplit operation to the graph |
<T> TensorArraySplit |
Ops.tensorArraySplit(Operand<?> handle,
Operand<T> value,
Operand<Long> lengths,
Operand<Float> flowIn)
Adds an
TensorArraySplit operation to the graph |
<T> TensorArrayUnpack |
Ops.tensorArrayUnpack(Operand<String> handle,
Operand<T> value,
Operand<Float> flowIn)
Adds an
TensorArrayUnpack operation to the graph |
<T> TensorArrayUnpack |
Ops.tensorArrayUnpack(Operand<String> handle,
Operand<T> value,
Operand<Float> flowIn)
Adds an
TensorArrayUnpack operation to the graph |
<T> TensorArrayUnpack |
Ops.tensorArrayUnpack(Operand<String> handle,
Operand<T> value,
Operand<Float> flowIn)
Adds an
TensorArrayUnpack operation to the graph |
<T> TensorArrayWrite |
Ops.tensorArrayWrite(Operand<?> handle,
Operand<Integer> index,
Operand<T> value,
Operand<Float> flowIn)
Adds an
TensorArrayWrite operation to the graph |
<T> TensorArrayWrite |
Ops.tensorArrayWrite(Operand<?> handle,
Operand<Integer> index,
Operand<T> value,
Operand<Float> flowIn)
Adds an
TensorArrayWrite operation to the graph |
<T> TensorArrayWrite |
Ops.tensorArrayWrite(Operand<?> handle,
Operand<Integer> index,
Operand<T> value,
Operand<Float> flowIn)
Adds an
TensorArrayWrite operation to the graph |
<T> TensorArrayWrite |
Ops.tensorArrayWrite(Operand<?> handle,
Operand<Integer> index,
Operand<T> value,
Operand<Float> flowIn)
Adds an
TensorArrayWrite operation to the graph |
<T> TensorListConcatLists |
Ops.tensorListConcatLists(Operand<?> inputA,
Operand<?> inputB,
Class<T> elementDtype)
Adds an
TensorListConcatLists operation to the graph |
<T> TensorListConcatLists |
Ops.tensorListConcatLists(Operand<?> inputA,
Operand<?> inputB,
Class<T> elementDtype)
Adds an
TensorListConcatLists operation to the graph |
<T extends Number> |
Ops.tensorListElementShape(Operand<?> inputHandle,
Class<T> shapeType)
Adds an
TensorListElementShape operation to the graph |
<T,U extends Number> |
Ops.tensorListFromTensor(Operand<T> tensor,
Operand<U> elementShape)
Adds an
TensorListFromTensor operation to the graph |
<T,U extends Number> |
Ops.tensorListFromTensor(Operand<T> tensor,
Operand<U> elementShape)
Adds an
TensorListFromTensor operation to the graph |
<T> TensorListGather<T> |
Ops.tensorListGather(Operand<?> inputHandle,
Operand<Integer> indices,
Class<T> elementDtype)
Adds an
TensorListGather operation to the graph |
<T> TensorListGather<T> |
Ops.tensorListGather(Operand<?> inputHandle,
Operand<Integer> indices,
Class<T> elementDtype)
Adds an
TensorListGather operation to the graph |
<T> TensorListGetItem<T> |
Ops.tensorListGetItem(Operand<?> inputHandle,
Operand<Integer> index,
Class<T> elementDtype)
Adds an
TensorListGetItem operation to the graph |
<T> TensorListGetItem<T> |
Ops.tensorListGetItem(Operand<?> inputHandle,
Operand<Integer> index,
Class<T> elementDtype)
Adds an
TensorListGetItem operation to the graph |
TensorListLength |
Ops.tensorListLength(Operand<?> inputHandle)
Adds an
TensorListLength operation to the graph |
<T> TensorListPopBack<T> |
Ops.tensorListPopBack(Operand<?> inputHandle,
Class<T> elementDtype)
Adds an
TensorListPopBack operation to the graph |
<T> TensorListPushBack |
Ops.tensorListPushBack(Operand<?> inputHandle,
Operand<T> tensor)
Adds an
TensorListPushBack operation to the graph |
<T> TensorListPushBack |
Ops.tensorListPushBack(Operand<?> inputHandle,
Operand<T> tensor)
Adds an
TensorListPushBack operation to the graph |
<T> TensorListPushBackBatch |
Ops.tensorListPushBackBatch(Operand<?> inputHandles,
Operand<T> tensor)
Adds an
TensorListPushBackBatch operation to the graph |
<T> TensorListPushBackBatch |
Ops.tensorListPushBackBatch(Operand<?> inputHandles,
Operand<T> tensor)
Adds an
TensorListPushBackBatch operation to the graph |
<T extends Number,U> |
Ops.tensorListReserve(Operand<T> elementShape,
Operand<Integer> numElements,
Class<U> elementDtype)
Adds an
TensorListReserve operation to the graph |
<T extends Number,U> |
Ops.tensorListReserve(Operand<T> elementShape,
Operand<Integer> numElements,
Class<U> elementDtype)
Adds an
TensorListReserve operation to the graph |
<T,U extends Number> |
Ops.tensorListScatter(Operand<T> tensor,
Operand<Integer> indices,
Operand<U> elementShape)
Adds an
TensorListScatter operation to the graph |
<T,U extends Number> |
Ops.tensorListScatter(Operand<T> tensor,
Operand<Integer> indices,
Operand<U> elementShape)
Adds an
TensorListScatter operation to the graph |
<T,U extends Number> |
Ops.tensorListScatter(Operand<T> tensor,
Operand<Integer> indices,
Operand<U> elementShape)
Adds an
TensorListScatter operation to the graph |
<T> TensorListSetItem |
Ops.tensorListSetItem(Operand<?> inputHandle,
Operand<Integer> index,
Operand<T> item)
Adds an
TensorListSetItem operation to the graph |
<T> TensorListSetItem |
Ops.tensorListSetItem(Operand<?> inputHandle,
Operand<Integer> index,
Operand<T> item)
Adds an
TensorListSetItem operation to the graph |
<T> TensorListSetItem |
Ops.tensorListSetItem(Operand<?> inputHandle,
Operand<Integer> index,
Operand<T> item)
Adds an
TensorListSetItem operation to the graph |
<T> TensorListStack<T> |
Ops.tensorListStack(Operand<?> inputHandle,
Class<T> elementDtype,
TensorListStack.Options... options)
Adds an
TensorListStack operation to the graph |
<T> TensorSummary |
Ops.tensorSummary(Operand<T> tensor,
TensorSummary.Options... options)
Adds an
TensorSummary operation to the graph |
<T> TensorSummaryV2 |
Ops.tensorSummaryV2(Operand<String> tag,
Operand<T> tensor,
Operand<String> serializedSummaryMetadata)
Adds an
TensorSummaryV2 operation to the graph |
<T> TensorSummaryV2 |
Ops.tensorSummaryV2(Operand<String> tag,
Operand<T> tensor,
Operand<String> serializedSummaryMetadata)
Adds an
TensorSummaryV2 operation to the graph |
<T> TensorSummaryV2 |
Ops.tensorSummaryV2(Operand<String> tag,
Operand<T> tensor,
Operand<String> serializedSummaryMetadata)
Adds an
TensorSummaryV2 operation to the graph |
TextLineDataset |
Ops.textLineDataset(Operand<String> filenames,
Operand<String> compressionType,
Operand<Long> bufferSize)
Adds an
TextLineDataset operation to the graph |
TextLineDataset |
Ops.textLineDataset(Operand<String> filenames,
Operand<String> compressionType,
Operand<Long> bufferSize)
Adds an
TextLineDataset operation to the graph |
TextLineDataset |
Ops.textLineDataset(Operand<String> filenames,
Operand<String> compressionType,
Operand<Long> bufferSize)
Adds an
TextLineDataset operation to the graph |
TFRecordDataset |
Ops.tFRecordDataset(Operand<String> filenames,
Operand<String> compressionType,
Operand<Long> bufferSize)
Adds an
TFRecordDataset operation to the graph |
TFRecordDataset |
Ops.tFRecordDataset(Operand<String> filenames,
Operand<String> compressionType,
Operand<Long> bufferSize)
Adds an
TFRecordDataset operation to the graph |
TFRecordDataset |
Ops.tFRecordDataset(Operand<String> filenames,
Operand<String> compressionType,
Operand<Long> bufferSize)
Adds an
TFRecordDataset operation to the graph |
<T,U extends Number> |
Ops.tile(Operand<T> input,
Operand<U> multiples)
Adds an
Tile operation to the graph |
<T,U extends Number> |
Ops.tile(Operand<T> input,
Operand<U> multiples)
Adds an
Tile operation to the graph |
<T> TileGrad<T> |
Ops.tileGrad(Operand<T> input,
Operand<Integer> multiples)
Adds an
TileGrad operation to the graph |
<T> TileGrad<T> |
Ops.tileGrad(Operand<T> input,
Operand<Integer> multiples)
Adds an
TileGrad operation to the graph |
<T extends Number> |
Ops.topK(Operand<T> input,
Operand<Integer> k,
TopK.Options... options)
Adds an
TopK operation to the graph |
<T extends Number> |
Ops.topK(Operand<T> input,
Operand<Integer> k,
TopK.Options... options)
Adds an
TopK operation to the graph |
<T,U extends Number> |
Ops.transpose(Operand<T> x,
Operand<U> perm)
Adds an
Transpose operation to the graph |
<T,U extends Number> |
Ops.transpose(Operand<T> x,
Operand<U> perm)
Adds an
Transpose operation to the graph |
<T> TruncateDiv<T> |
Ops.truncateDiv(Operand<T> x,
Operand<T> y)
Adds an
TruncateDiv operation to the graph |
<T> TruncateDiv<T> |
Ops.truncateDiv(Operand<T> x,
Operand<T> y)
Adds an
TruncateDiv operation to the graph |
<U extends Number,T extends Number> |
Ops.truncatedNormal(Operand<T> shape,
Class<U> dtype,
TruncatedNormal.Options... options)
Adds an
TruncatedNormal operation to the graph |
<T extends Number> |
Ops.truncateMod(Operand<T> x,
Operand<T> y)
Adds an
TruncateMod operation to the graph |
<T extends Number> |
Ops.truncateMod(Operand<T> x,
Operand<T> y)
Adds an
TruncateMod operation to the graph |
TryRpc |
Ops.tryRpc(Operand<String> address,
Operand<String> method,
Operand<String> request,
TryRpc.Options... options)
Adds an
TryRpc operation to the graph |
TryRpc |
Ops.tryRpc(Operand<String> address,
Operand<String> method,
Operand<String> request,
TryRpc.Options... options)
Adds an
TryRpc operation to the graph |
TryRpc |
Ops.tryRpc(Operand<String> address,
Operand<String> method,
Operand<String> request,
TryRpc.Options... options)
Adds an
TryRpc operation to the graph |
<T> Unbatch<T> |
Ops.unbatch(Operand<T> batchedTensor,
Operand<Long> batchIndex,
Operand<Long> id,
Long timeoutMicros,
Unbatch.Options... options)
Adds an
Unbatch operation to the graph |
<T> Unbatch<T> |
Ops.unbatch(Operand<T> batchedTensor,
Operand<Long> batchIndex,
Operand<Long> id,
Long timeoutMicros,
Unbatch.Options... options)
Adds an
Unbatch operation to the graph |
<T> Unbatch<T> |
Ops.unbatch(Operand<T> batchedTensor,
Operand<Long> batchIndex,
Operand<Long> id,
Long timeoutMicros,
Unbatch.Options... options)
Adds an
Unbatch operation to the graph |
UnbatchDataset |
Ops.unbatchDataset(Operand<?> inputDataset,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Adds an
UnbatchDataset operation to the graph |
<T> UnbatchGrad<T> |
Ops.unbatchGrad(Operand<T> originalInput,
Operand<Long> batchIndex,
Operand<T> grad,
Operand<Long> id,
UnbatchGrad.Options... options)
Adds an
UnbatchGrad operation to the graph |
<T> UnbatchGrad<T> |
Ops.unbatchGrad(Operand<T> originalInput,
Operand<Long> batchIndex,
Operand<T> grad,
Operand<Long> id,
UnbatchGrad.Options... options)
Adds an
UnbatchGrad operation to the graph |
<T> UnbatchGrad<T> |
Ops.unbatchGrad(Operand<T> originalInput,
Operand<Long> batchIndex,
Operand<T> grad,
Operand<Long> id,
UnbatchGrad.Options... options)
Adds an
UnbatchGrad operation to the graph |
<T> UnbatchGrad<T> |
Ops.unbatchGrad(Operand<T> originalInput,
Operand<Long> batchIndex,
Operand<T> grad,
Operand<Long> id,
UnbatchGrad.Options... options)
Adds an
UnbatchGrad operation to the graph |
UnicodeScript |
Ops.unicodeScript(Operand<Integer> input)
Adds an
UnicodeScript operation to the graph |
UniformCandidateSampler |
Ops.uniformCandidateSampler(Operand<Long> trueClasses,
Long numTrue,
Long numSampled,
Boolean unique,
Long rangeMax,
UniformCandidateSampler.Options... options)
Adds an
UniformCandidateSampler operation to the graph |
<T> Unique<T,Integer> |
Ops.unique(Operand<T> x)
Adds an
Unique operation to the graph |
<T,U extends Number> |
Ops.unique(Operand<T> x,
Class<U> outIdx)
Adds an
Unique operation to the graph |
<T,U extends Number> |
Ops.uniqueV2(Operand<T> x,
Operand<U> axis)
Adds an
UniqueV2 operation to the graph |
<T,U extends Number> |
Ops.uniqueV2(Operand<T> x,
Operand<U> axis)
Adds an
UniqueV2 operation to the graph |
<T,V extends Number,U extends Number> |
Ops.uniqueV2(Operand<T> x,
Operand<U> axis,
Class<V> outIdx)
Adds an
UniqueV2 operation to the graph |
<T,V extends Number,U extends Number> |
Ops.uniqueV2(Operand<T> x,
Operand<U> axis,
Class<V> outIdx)
Adds an
UniqueV2 operation to the graph |
<T> UniqueWithCounts<T,Integer> |
Ops.uniqueWithCounts(Operand<T> x)
Adds an
UniqueWithCounts operation to the graph |
<T,U extends Number> |
Ops.uniqueWithCounts(Operand<T> x,
Class<U> outIdx)
Adds an
UniqueWithCounts operation to the graph |
<T,U extends Number> |
Ops.uniqueWithCountsV2(Operand<T> x,
Operand<U> axis)
Adds an
UniqueWithCountsV2 operation to the graph |
<T,U extends Number> |
Ops.uniqueWithCountsV2(Operand<T> x,
Operand<U> axis)
Adds an
UniqueWithCountsV2 operation to the graph |
<T,V extends Number,U extends Number> |
Ops.uniqueWithCountsV2(Operand<T> x,
Operand<U> axis,
Class<V> outIdx)
Adds an
UniqueWithCountsV2 operation to the graph |
<T,V extends Number,U extends Number> |
Ops.uniqueWithCountsV2(Operand<T> x,
Operand<U> axis,
Class<V> outIdx)
Adds an
UniqueWithCountsV2 operation to the graph |
<T extends Number> |
Ops.unravelIndex(Operand<T> indices,
Operand<T> dims)
Adds an
UnravelIndex operation to the graph |
<T extends Number> |
Ops.unravelIndex(Operand<T> indices,
Operand<T> dims)
Adds an
UnravelIndex operation to the graph |
<T extends Number,U extends Number,V extends Number> |
Ops.unsortedSegmentMax(Operand<T> data,
Operand<U> segmentIds,
Operand<V> numSegments)
Adds an
UnsortedSegmentMax operation to the graph |
<T extends Number,U extends Number,V extends Number> |
Ops.unsortedSegmentMax(Operand<T> data,
Operand<U> segmentIds,
Operand<V> numSegments)
Adds an
UnsortedSegmentMax operation to the graph |
<T extends Number,U extends Number,V extends Number> |
Ops.unsortedSegmentMax(Operand<T> data,
Operand<U> segmentIds,
Operand<V> numSegments)
Adds an
UnsortedSegmentMax operation to the graph |
<T extends Number,U extends Number,V extends Number> |
Ops.unsortedSegmentMin(Operand<T> data,
Operand<U> segmentIds,
Operand<V> numSegments)
Adds an
UnsortedSegmentMin operation to the graph |
<T extends Number,U extends Number,V extends Number> |
Ops.unsortedSegmentMin(Operand<T> data,
Operand<U> segmentIds,
Operand<V> numSegments)
Adds an
UnsortedSegmentMin operation to the graph |
<T extends Number,U extends Number,V extends Number> |
Ops.unsortedSegmentMin(Operand<T> data,
Operand<U> segmentIds,
Operand<V> numSegments)
Adds an
UnsortedSegmentMin operation to the graph |
<T,U extends Number,V extends Number> |
Ops.unsortedSegmentProd(Operand<T> data,
Operand<U> segmentIds,
Operand<V> numSegments)
Adds an
UnsortedSegmentProd operation to the graph |
<T,U extends Number,V extends Number> |
Ops.unsortedSegmentProd(Operand<T> data,
Operand<U> segmentIds,
Operand<V> numSegments)
Adds an
UnsortedSegmentProd operation to the graph |
<T,U extends Number,V extends Number> |
Ops.unsortedSegmentProd(Operand<T> data,
Operand<U> segmentIds,
Operand<V> numSegments)
Adds an
UnsortedSegmentProd operation to the graph |
<T,U extends Number,V extends Number> |
Ops.unsortedSegmentSum(Operand<T> data,
Operand<U> segmentIds,
Operand<V> numSegments)
Adds an
UnsortedSegmentSum operation to the graph |
<T,U extends Number,V extends Number> |
Ops.unsortedSegmentSum(Operand<T> data,
Operand<U> segmentIds,
Operand<V> numSegments)
Adds an
UnsortedSegmentSum operation to the graph |
<T,U extends Number,V extends Number> |
Ops.unsortedSegmentSum(Operand<T> data,
Operand<U> segmentIds,
Operand<V> numSegments)
Adds an
UnsortedSegmentSum operation to the graph |
<T> Unstack<T> |
Ops.unstack(Operand<T> value,
Long num,
Unstack.Options... options)
Adds an
Unstack operation to the graph |
VariableShape<Integer> |
Ops.variableShape(Operand<?> input)
Adds an
VariableShape operation to the graph |
<T extends Number> |
Ops.variableShape(Operand<?> input,
Class<T> outType)
Adds an
VariableShape operation to the graph |
VarIsInitializedOp |
Ops.varIsInitializedOp(Operand<?> resource)
Adds an
VarIsInitializedOp operation to the graph |
<T> Where |
Ops.where(Operand<T> condition)
Adds an
Where operation to the graph |
<T> Where3<T> |
Ops.where3(Operand<Boolean> condition,
Operand<T> x,
Operand<T> y)
Adds an
Where3 operation to the graph |
<T> Where3<T> |
Ops.where3(Operand<Boolean> condition,
Operand<T> x,
Operand<T> y)
Adds an
Where3 operation to the graph |
<T> Where3<T> |
Ops.where3(Operand<Boolean> condition,
Operand<T> x,
Operand<T> y)
Adds an
Where3 operation to the graph |
WriteFile |
Ops.writeFile(Operand<String> filename,
Operand<String> contents)
Adds an
WriteFile operation to the graph |
WriteFile |
Ops.writeFile(Operand<String> filename,
Operand<String> contents)
Adds an
WriteFile operation to the graph |
<T> Xdivy<T> |
Ops.xdivy(Operand<T> x,
Operand<T> y)
Adds an
Xdivy operation to the graph |
<T> Xdivy<T> |
Ops.xdivy(Operand<T> x,
Operand<T> y)
Adds an
Xdivy operation to the graph |
<T> Xlogy<T> |
Ops.xlogy(Operand<T> x,
Operand<T> y)
Adds an
Xlogy operation to the graph |
<T> Xlogy<T> |
Ops.xlogy(Operand<T> x,
Operand<T> y)
Adds an
Xlogy operation to the graph |
<T,U extends Number> |
Ops.zeros(Operand<U> dims,
Class<T> type)
Adds an
Zeros operation to the graph |
<T> ZerosLike<T> |
Ops.zerosLike(Operand<T> x)
Adds an
ZerosLike operation to the graph |
<T extends Number> |
Ops.zeta(Operand<T> x,
Operand<T> q)
Adds an
Zeta operation to the graph |
<T extends Number> |
Ops.zeta(Operand<T> x,
Operand<T> q)
Adds an
Zeta operation to the graph |
Modifier and Type | Method and Description |
---|---|
static Output<?>[] |
Operands.asOutputs(Iterable<? extends Operand<?>> inputs)
|
Batch |
Ops.batch(Iterable<Operand<?>> inTensors,
Long numBatchThreads,
Long maxBatchSize,
Long batchTimeoutMicros,
Long gradTimeoutMicros,
Batch.Options... options)
Adds an
Batch operation to the graph |
<T extends Number> |
Ops.cudnnRNNCanonicalToParams(Operand<Integer> numLayers,
Operand<Integer> numUnits,
Operand<Integer> inputSize,
Operand<T> weights,
Iterable<Operand<T>> biases,
CudnnRNNCanonicalToParams.Options... options)
Adds an
CudnnRNNCanonicalToParams operation to the graph |
DecodeCSV |
Ops.decodeCSV(Operand<String> records,
Iterable<Operand<?>> recordDefaults,
DecodeCSV.Options... options)
Adds an
DecodeCSV operation to the graph |
<T> DynamicStitch<T> |
Ops.dynamicStitch(Iterable<Operand<Integer>> indices,
Operand<T> data)
Adds an
DynamicStitch operation to the graph |
EagerPyFunc |
Ops.eagerPyFunc(Iterable<Operand<?>> input,
String token,
List<Class<?>> Tout)
Adds an
EagerPyFunc operation to the graph |
EncodeProto |
Ops.encodeProto(Operand<Integer> sizes,
Iterable<Operand<?>> values,
List<String> fieldNames,
String messageType,
EncodeProto.Options... options)
Adds an
EncodeProto operation to the graph |
EnqueueInQueueDataset |
Ops.enqueueInQueueDataset(Operand<?> queue,
Iterable<Operand<?>> components)
Adds an
EnqueueInQueueDataset operation to the graph |
Gradients |
Ops.gradients(Iterable<? extends Operand<?>> y,
Iterable<? extends Operand<?>> x,
Gradients.Options... options)
Adds an
Gradients operation to the graph |
Gradients |
Ops.gradients(Iterable<? extends Operand<?>> y,
Iterable<? extends Operand<?>> x,
Gradients.Options... options)
Adds an
Gradients operation to the graph |
Gradients |
Ops.gradients(Operand<?> y,
Iterable<? extends Operand<?>> x,
Gradients.Options... options)
Adds an
Gradients operation to the graph |
IdentityN |
Ops.identityN(Iterable<Operand<?>> input)
Adds an
IdentityN operation to the graph |
MapStage |
Ops.mapStage(Operand<Long> key,
Operand<Integer> indices,
Iterable<Operand<?>> values,
List<Class<?>> dtypes,
MapStage.Options... options)
Adds an
MapStage operation to the graph |
MergeSummary |
Ops.mergeSummary(Iterable<Operand<String>> inputs)
Adds an
MergeSummary operation to the graph |
OptionalFromValue |
Ops.optionalFromValue(Iterable<Operand<?>> components)
Adds an
OptionalFromValue operation to the graph |
OrderedMapStage |
Ops.orderedMapStage(Operand<Long> key,
Operand<Integer> indices,
Iterable<Operand<?>> values,
List<Class<?>> dtypes,
OrderedMapStage.Options... options)
Adds an
OrderedMapStage operation to the graph |
PaddedBatchDataset |
Ops.paddedBatchDataset(Operand<?> inputDataset,
Operand<Long> batchSize,
Iterable<Operand<Long>> paddedShapes,
Iterable<Operand<?>> paddingValues,
List<Shape> outputShapes)
Adds an
PaddedBatchDataset operation to the graph |
PaddedBatchDataset |
Ops.paddedBatchDataset(Operand<?> inputDataset,
Operand<Long> batchSize,
Iterable<Operand<Long>> paddedShapes,
Iterable<Operand<?>> paddingValues,
List<Shape> outputShapes)
Adds an
PaddedBatchDataset operation to the graph |
<T> ParallelDynamicStitch<T> |
Ops.parallelDynamicStitch(Iterable<Operand<Integer>> indices,
Operand<T> data)
Adds an
ParallelDynamicStitch operation to the graph |
ParseExample |
Ops.parseExample(Operand<String> serialized,
Operand<String> names,
Iterable<Operand<String>> sparseKeys,
Iterable<Operand<String>> denseKeys,
Iterable<Operand<?>> denseDefaults,
List<Class<?>> sparseTypes,
List<Shape> denseShapes)
Adds an
ParseExample operation to the graph |
ParseExample |
Ops.parseExample(Operand<String> serialized,
Operand<String> names,
Iterable<Operand<String>> sparseKeys,
Iterable<Operand<String>> denseKeys,
Iterable<Operand<?>> denseDefaults,
List<Class<?>> sparseTypes,
List<Shape> denseShapes)
Adds an
ParseExample operation to the graph |
ParseExample |
Ops.parseExample(Operand<String> serialized,
Operand<String> names,
Iterable<Operand<String>> sparseKeys,
Iterable<Operand<String>> denseKeys,
Iterable<Operand<?>> denseDefaults,
List<Class<?>> sparseTypes,
List<Shape> denseShapes)
Adds an
ParseExample operation to the graph |
ParseExampleDataset |
Ops.parseExampleDataset(Operand<?> inputDataset,
Operand<Long> numParallelCalls,
Iterable<Operand<?>> denseDefaults,
List<String> sparseKeys,
List<String> denseKeys,
List<Class<?>> sparseTypes,
List<Shape> denseShapes,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Adds an
ParseExampleDataset operation to the graph |
ParseSequenceExample |
Ops.parseSequenceExample(Operand<String> serialized,
Operand<String> debugName,
Iterable<Operand<?>> contextDenseDefaults,
List<String> featureListDenseMissingAssumedEmpty,
List<String> contextSparseKeys,
List<String> contextDenseKeys,
List<String> featureListSparseKeys,
List<String> featureListDenseKeys,
List<Class<?>> contextSparseTypes,
List<Class<?>> featureListDenseTypes,
List<Class<?>> featureListSparseTypes,
ParseSequenceExample.Options... options)
Adds an
ParseSequenceExample operation to the graph |
ParseSingleExample |
Ops.parseSingleExample(Operand<String> serialized,
Iterable<Operand<?>> denseDefaults,
Long numSparse,
List<String> sparseKeys,
List<String> denseKeys,
List<Class<?>> sparseTypes,
List<Shape> denseShapes)
Adds an
ParseSingleExample operation to the graph |
ParseSingleSequenceExample |
Ops.parseSingleSequenceExample(Operand<String> serialized,
Operand<String> featureListDenseMissingAssumedEmpty,
Iterable<Operand<String>> contextSparseKeys,
Iterable<Operand<String>> contextDenseKeys,
Iterable<Operand<String>> featureListSparseKeys,
Iterable<Operand<String>> featureListDenseKeys,
Iterable<Operand<?>> contextDenseDefaults,
Operand<String> debugName,
List<Class<?>> contextSparseTypes,
List<Class<?>> featureListDenseTypes,
List<Class<?>> featureListSparseTypes,
ParseSingleSequenceExample.Options... options)
Adds an
ParseSingleSequenceExample operation to the graph |
ParseSingleSequenceExample |
Ops.parseSingleSequenceExample(Operand<String> serialized,
Operand<String> featureListDenseMissingAssumedEmpty,
Iterable<Operand<String>> contextSparseKeys,
Iterable<Operand<String>> contextDenseKeys,
Iterable<Operand<String>> featureListSparseKeys,
Iterable<Operand<String>> featureListDenseKeys,
Iterable<Operand<?>> contextDenseDefaults,
Operand<String> debugName,
List<Class<?>> contextSparseTypes,
List<Class<?>> featureListDenseTypes,
List<Class<?>> featureListSparseTypes,
ParseSingleSequenceExample.Options... options)
Adds an
ParseSingleSequenceExample operation to the graph |
ParseSingleSequenceExample |
Ops.parseSingleSequenceExample(Operand<String> serialized,
Operand<String> featureListDenseMissingAssumedEmpty,
Iterable<Operand<String>> contextSparseKeys,
Iterable<Operand<String>> contextDenseKeys,
Iterable<Operand<String>> featureListSparseKeys,
Iterable<Operand<String>> featureListDenseKeys,
Iterable<Operand<?>> contextDenseDefaults,
Operand<String> debugName,
List<Class<?>> contextSparseTypes,
List<Class<?>> featureListDenseTypes,
List<Class<?>> featureListSparseTypes,
ParseSingleSequenceExample.Options... options)
Adds an
ParseSingleSequenceExample operation to the graph |
ParseSingleSequenceExample |
Ops.parseSingleSequenceExample(Operand<String> serialized,
Operand<String> featureListDenseMissingAssumedEmpty,
Iterable<Operand<String>> contextSparseKeys,
Iterable<Operand<String>> contextDenseKeys,
Iterable<Operand<String>> featureListSparseKeys,
Iterable<Operand<String>> featureListDenseKeys,
Iterable<Operand<?>> contextDenseDefaults,
Operand<String> debugName,
List<Class<?>> contextSparseTypes,
List<Class<?>> featureListDenseTypes,
List<Class<?>> featureListSparseTypes,
ParseSingleSequenceExample.Options... options)
Adds an
ParseSingleSequenceExample operation to the graph |
ParseSingleSequenceExample |
Ops.parseSingleSequenceExample(Operand<String> serialized,
Operand<String> featureListDenseMissingAssumedEmpty,
Iterable<Operand<String>> contextSparseKeys,
Iterable<Operand<String>> contextDenseKeys,
Iterable<Operand<String>> featureListSparseKeys,
Iterable<Operand<String>> featureListDenseKeys,
Iterable<Operand<?>> contextDenseDefaults,
Operand<String> debugName,
List<Class<?>> contextSparseTypes,
List<Class<?>> featureListDenseTypes,
List<Class<?>> featureListSparseTypes,
ParseSingleSequenceExample.Options... options)
Adds an
ParseSingleSequenceExample operation to the graph |
PrependFromQueueAndPaddedBatchDataset |
Ops.prependFromQueueAndPaddedBatchDataset(Operand<?> inputDataset,
Operand<Long> batchSize,
Iterable<Operand<Long>> paddedShapes,
Iterable<Operand<?>> paddingValues,
List<Shape> outputShapes)
Adds an
PrependFromQueueAndPaddedBatchDataset operation to the graph |
PrependFromQueueAndPaddedBatchDataset |
Ops.prependFromQueueAndPaddedBatchDataset(Operand<?> inputDataset,
Operand<Long> batchSize,
Iterable<Operand<Long>> paddedShapes,
Iterable<Operand<?>> paddingValues,
List<Shape> outputShapes)
Adds an
PrependFromQueueAndPaddedBatchDataset operation to the graph |
<T> Print<T> |
Ops.print(Operand<T> input,
Iterable<Operand<?>> data,
Print.Options... options)
Adds an
Print operation to the graph |
<T> QuantizedConcat<T> |
Ops.quantizedConcat(Operand<Integer> concatDim,
Operand<T> values,
Iterable<Operand<Float>> inputMins,
Iterable<Operand<Float>> inputMaxes)
Adds an
QuantizedConcat operation to the graph |
<T> QuantizedConcat<T> |
Ops.quantizedConcat(Operand<Integer> concatDim,
Operand<T> values,
Iterable<Operand<Float>> inputMins,
Iterable<Operand<Float>> inputMaxes)
Adds an
QuantizedConcat operation to the graph |
QueueEnqueue |
Ops.queueEnqueue(Operand<?> handle,
Iterable<Operand<?>> components,
QueueEnqueue.Options... options)
Adds an
QueueEnqueue operation to the graph |
QueueEnqueueMany |
Ops.queueEnqueueMany(Operand<?> handle,
Iterable<Operand<?>> components,
QueueEnqueueMany.Options... options)
Adds an
QueueEnqueueMany operation to the graph |
RemoteFusedGraphExecute |
Ops.remoteFusedGraphExecute(Iterable<Operand<?>> inputs,
List<Class<?>> Toutputs,
String serializedRemoteFusedGraphExecuteInfo)
Adds an
RemoteFusedGraphExecute operation to the graph |
Save |
Ops.save(Operand<String> filename,
Operand<String> tensorNames,
Iterable<Operand<?>> data)
Adds an
Save operation to the graph |
SaveSlices |
Ops.saveSlices(Operand<String> filename,
Operand<String> tensorNames,
Operand<String> shapesAndSlices,
Iterable<Operand<?>> data)
Adds an
SaveSlices operation to the graph |
SaveV2 |
Ops.saveV2(Operand<String> prefix,
Operand<String> tensorNames,
Operand<String> shapeAndSlices,
Iterable<Operand<?>> tensors)
Adds an
SaveV2 operation to the graph |
SdcaOptimizer |
Ops.sdcaOptimizer(Iterable<Operand<Long>> sparseExampleIndices,
Iterable<Operand<Long>> sparseFeatureIndices,
Iterable<Operand<Float>> sparseFeatureValues,
Iterable<Operand<Float>> denseFeatures,
Operand<Float> exampleWeights,
Operand<Float> exampleLabels,
Iterable<Operand<Long>> sparseIndices,
Iterable<Operand<Float>> sparseWeights,
Iterable<Operand<Float>> denseWeights,
Operand<Float> exampleStateData,
String lossType,
Float l1,
Float l2,
Long numLossPartitions,
Long numInnerIterations,
SdcaOptimizer.Options... options)
Adds an
SdcaOptimizer operation to the graph |
SdcaOptimizer |
Ops.sdcaOptimizer(Iterable<Operand<Long>> sparseExampleIndices,
Iterable<Operand<Long>> sparseFeatureIndices,
Iterable<Operand<Float>> sparseFeatureValues,
Iterable<Operand<Float>> denseFeatures,
Operand<Float> exampleWeights,
Operand<Float> exampleLabels,
Iterable<Operand<Long>> sparseIndices,
Iterable<Operand<Float>> sparseWeights,
Iterable<Operand<Float>> denseWeights,
Operand<Float> exampleStateData,
String lossType,
Float l1,
Float l2,
Long numLossPartitions,
Long numInnerIterations,
SdcaOptimizer.Options... options)
Adds an
SdcaOptimizer operation to the graph |
SdcaOptimizer |
Ops.sdcaOptimizer(Iterable<Operand<Long>> sparseExampleIndices,
Iterable<Operand<Long>> sparseFeatureIndices,
Iterable<Operand<Float>> sparseFeatureValues,
Iterable<Operand<Float>> denseFeatures,
Operand<Float> exampleWeights,
Operand<Float> exampleLabels,
Iterable<Operand<Long>> sparseIndices,
Iterable<Operand<Float>> sparseWeights,
Iterable<Operand<Float>> denseWeights,
Operand<Float> exampleStateData,
String lossType,
Float l1,
Float l2,
Long numLossPartitions,
Long numInnerIterations,
SdcaOptimizer.Options... options)
Adds an
SdcaOptimizer operation to the graph |
SdcaOptimizer |
Ops.sdcaOptimizer(Iterable<Operand<Long>> sparseExampleIndices,
Iterable<Operand<Long>> sparseFeatureIndices,
Iterable<Operand<Float>> sparseFeatureValues,
Iterable<Operand<Float>> denseFeatures,
Operand<Float> exampleWeights,
Operand<Float> exampleLabels,
Iterable<Operand<Long>> sparseIndices,
Iterable<Operand<Float>> sparseWeights,
Iterable<Operand<Float>> denseWeights,
Operand<Float> exampleStateData,
String lossType,
Float l1,
Float l2,
Long numLossPartitions,
Long numInnerIterations,
SdcaOptimizer.Options... options)
Adds an
SdcaOptimizer operation to the graph |
SdcaOptimizer |
Ops.sdcaOptimizer(Iterable<Operand<Long>> sparseExampleIndices,
Iterable<Operand<Long>> sparseFeatureIndices,
Iterable<Operand<Float>> sparseFeatureValues,
Iterable<Operand<Float>> denseFeatures,
Operand<Float> exampleWeights,
Operand<Float> exampleLabels,
Iterable<Operand<Long>> sparseIndices,
Iterable<Operand<Float>> sparseWeights,
Iterable<Operand<Float>> denseWeights,
Operand<Float> exampleStateData,
String lossType,
Float l1,
Float l2,
Long numLossPartitions,
Long numInnerIterations,
SdcaOptimizer.Options... options)
Adds an
SdcaOptimizer operation to the graph |
SdcaOptimizer |
Ops.sdcaOptimizer(Iterable<Operand<Long>> sparseExampleIndices,
Iterable<Operand<Long>> sparseFeatureIndices,
Iterable<Operand<Float>> sparseFeatureValues,
Iterable<Operand<Float>> denseFeatures,
Operand<Float> exampleWeights,
Operand<Float> exampleLabels,
Iterable<Operand<Long>> sparseIndices,
Iterable<Operand<Float>> sparseWeights,
Iterable<Operand<Float>> denseWeights,
Operand<Float> exampleStateData,
String lossType,
Float l1,
Float l2,
Long numLossPartitions,
Long numInnerIterations,
SdcaOptimizer.Options... options)
Adds an
SdcaOptimizer operation to the graph |
SdcaOptimizer |
Ops.sdcaOptimizer(Iterable<Operand<Long>> sparseExampleIndices,
Iterable<Operand<Long>> sparseFeatureIndices,
Iterable<Operand<Float>> sparseFeatureValues,
Iterable<Operand<Float>> denseFeatures,
Operand<Float> exampleWeights,
Operand<Float> exampleLabels,
Iterable<Operand<Long>> sparseIndices,
Iterable<Operand<Float>> sparseWeights,
Iterable<Operand<Float>> denseWeights,
Operand<Float> exampleStateData,
String lossType,
Float l1,
Float l2,
Long numLossPartitions,
Long numInnerIterations,
SdcaOptimizer.Options... options)
Adds an
SdcaOptimizer operation to the graph |
SdcaShrinkL1 |
Ops.sdcaShrinkL1(Iterable<Operand<Float>> weights,
Float l1,
Float l2)
Adds an
SdcaShrinkL1 operation to the graph |
<T> SparseConcat<T> |
Ops.sparseConcat(Iterable<Operand<Long>> indices,
Operand<T> values,
Iterable<Operand<Long>> shapes,
Long concatDim)
Adds an
SparseConcat operation to the graph |
<T> SparseConcat<T> |
Ops.sparseConcat(Iterable<Operand<Long>> indices,
Operand<T> values,
Iterable<Operand<Long>> shapes,
Long concatDim)
Adds an
SparseConcat operation to the graph |
<T,U> SparseCross<T> |
Ops.sparseCross(Iterable<Operand<Long>> indices,
Iterable<Operand<?>> values,
Iterable<Operand<Long>> shapes,
Iterable<Operand<?>> denseInputs,
Boolean hashedOutput,
Long numBuckets,
Long hashKey,
Class<T> outType,
Class<U> internalType)
Adds an
SparseCross operation to the graph |
<T,U> SparseCross<T> |
Ops.sparseCross(Iterable<Operand<Long>> indices,
Iterable<Operand<?>> values,
Iterable<Operand<Long>> shapes,
Iterable<Operand<?>> denseInputs,
Boolean hashedOutput,
Long numBuckets,
Long hashKey,
Class<T> outType,
Class<U> internalType)
Adds an
SparseCross operation to the graph |
<T,U> SparseCross<T> |
Ops.sparseCross(Iterable<Operand<Long>> indices,
Iterable<Operand<?>> values,
Iterable<Operand<Long>> shapes,
Iterable<Operand<?>> denseInputs,
Boolean hashedOutput,
Long numBuckets,
Long hashKey,
Class<T> outType,
Class<U> internalType)
Adds an
SparseCross operation to the graph |
<T,U> SparseCross<T> |
Ops.sparseCross(Iterable<Operand<Long>> indices,
Iterable<Operand<?>> values,
Iterable<Operand<Long>> shapes,
Iterable<Operand<?>> denseInputs,
Boolean hashedOutput,
Long numBuckets,
Long hashKey,
Class<T> outType,
Class<U> internalType)
Adds an
SparseCross operation to the graph |
Stage |
Ops.stage(Iterable<Operand<?>> values,
Stage.Options... options)
Adds an
Stage operation to the graph |
StringFormat |
Ops.stringFormat(Iterable<Operand<?>> inputs,
StringFormat.Options... options)
Adds an
StringFormat operation to the graph |
StringJoin |
Ops.stringJoin(Iterable<Operand<String>> inputs,
StringJoin.Options... options)
Adds an
StringJoin operation to the graph |
TensorDataset |
Ops.tensorDataset(Iterable<Operand<?>> components,
List<Shape> outputShapes)
Adds an
TensorDataset operation to the graph |
TensorSliceDataset |
Ops.tensorSliceDataset(Iterable<Operand<?>> components,
List<Shape> outputShapes)
Adds an
TensorSliceDataset operation to the graph |
ZipDataset |
Ops.zipDataset(Iterable<Operand<?>> inputDatasets,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Adds an
ZipDataset operation to the graph |
Modifier and Type | Class and Description |
---|---|
class |
Abs<T extends Number>
Computes the absolute value of a tensor.
|
class |
AccumulateNV2<T>
Returns the element-wise sum of a list of tensors.
|
class |
AccumulatorNumAccumulated
Returns the number of gradients aggregated in the given accumulators.
|
class |
AccumulatorTakeGradient<T>
Extracts the average gradient in the given ConditionalAccumulator.
|
class |
Acos<T>
Computes acos of x element-wise.
|
class |
Acosh<T>
Computes inverse hyperbolic cosine of x element-wise.
|
class |
Add<T>
Returns x + y element-wise.
|
class |
AddManySparseToTensorsMap
Add an `N`-minibatch `SparseTensor` to a `SparseTensorsMap`, return `N` handles.
|
class |
AddN<T>
Add all input tensors element wise.
|
class |
AddSparseToTensorsMap
Add a `SparseTensor` to a `SparseTensorsMap` return its handle.
|
class |
AddV2<T>
Returns x + y element-wise.
|
class |
AdjustContrast
Adjust the contrast of one or more images.
|
class |
AdjustHue
Adjust the hue of one or more images.
|
class |
AdjustSaturation
Adjust the saturation of one or more images.
|
class |
All
Computes the "logical and" of elements across dimensions of a tensor.
|
class |
Angle<U extends Number>
Returns the argument of a complex number.
|
class |
AnonymousIterator
A container for an iterator resource.
|
class |
Any
Computes the "logical or" of elements across dimensions of a tensor.
|
class |
ApplyAdadelta<T>
Update '*var' according to the adadelta scheme.
|
class |
ApplyAdagrad<T>
Update '*var' according to the adagrad scheme.
|
class |
ApplyAdagradDA<T>
Update '*var' according to the proximal adagrad scheme.
|
class |
ApplyAdam<T>
Update '*var' according to the Adam algorithm.
|
class |
ApplyAdaMax<T>
Update '*var' according to the AdaMax algorithm.
|
class |
ApplyAddSign<T>
Update '*var' according to the AddSign update.
|
class |
ApplyCenteredRMSProp<T>
Update '*var' according to the centered RMSProp algorithm.
|
class |
ApplyFtrl<T>
Update '*var' according to the Ftrl-proximal scheme.
|
class |
ApplyFtrlV2<T>
Update '*var' according to the Ftrl-proximal scheme.
|
class |
ApplyGradientDescent<T>
Update '*var' by subtracting 'alpha' * 'delta' from it.
|
class |
ApplyMomentum<T>
Update '*var' according to the momentum scheme.
|
class |
ApplyPowerSign<T>
Update '*var' according to the AddSign update.
|
class |
ApplyProximalAdagrad<T>
Update '*var' and '*accum' according to FOBOS with Adagrad learning rate.
|
class |
ApplyProximalGradientDescent<T>
Update '*var' as FOBOS algorithm with fixed learning rate.
|
class |
ApplyRMSProp<T>
Update '*var' according to the RMSProp algorithm.
|
class |
ApproximateEqual
Returns the truth value of abs(x-y) < tolerance element-wise.
|
class |
ArgMax<V extends Number>
Returns the index with the largest value across dimensions of a tensor.
|
class |
ArgMin<V extends Number>
Returns the index with the smallest value across dimensions of a tensor.
|
class |
Asin<T>
Computes asin of x element-wise.
|
class |
Asinh<T>
Computes inverse hyperbolic sine of x element-wise.
|
class |
Assign<T>
Update 'ref' by assigning 'value' to it.
|
class |
AssignAdd<T>
Update 'ref' by adding 'value' to it.
|
class |
AssignSub<T>
Update 'ref' by subtracting 'value' from it.
|
class |
AsString
Converts each entry in the given tensor to strings.
|
class |
Atan<T>
Computes atan of x element-wise.
|
class |
Atan2<T extends Number>
Computes arctangent of `y/x` element-wise, respecting signs of the arguments.
|
class |
Atanh<T>
Computes inverse hyperbolic tangent of x element-wise.
|
class |
AudioSpectrogram
Produces a visualization of audio data over time.
|
class |
AudioSummary
Outputs a `Summary` protocol buffer with audio.
|
class |
AvgPool<T extends Number>
Performs average pooling on the input.
|
class |
AvgPool3D<T extends Number>
Performs 3D average pooling on the input.
|
class |
AvgPool3DGrad<T extends Number>
Computes gradients of average pooling function.
|
class |
AvgPoolGrad<T extends Number>
Computes gradients of the average pooling function.
|
class |
Barrier
Defines a barrier that persists across different graph executions.
|
class |
BarrierIncompleteSize
Computes the number of incomplete elements in the given barrier.
|
class |
BarrierReadySize
Computes the number of complete elements in the given barrier.
|
class |
BatchCholesky<T extends Number> |
class |
BatchCholeskyGrad<T extends Number> |
class |
BatchDataset
Creates a dataset that batches `batch_size` elements from `input_dataset`.
|
class |
BatchDatasetV2
Creates a dataset that batches `batch_size` elements from `input_dataset`.
|
class |
BatchFFT |
class |
BatchFFT2D |
class |
BatchFFT3D |
class |
BatchIFFT |
class |
BatchIFFT2D |
class |
BatchIFFT3D |
class |
BatchMatMul<T>
Multiplies slices of two tensors in batches.
|
class |
BatchMatrixBandPart<T> |
class |
BatchMatrixDeterminant<T> |
class |
BatchMatrixDiag<T> |
class |
BatchMatrixDiagPart<T> |
class |
BatchMatrixInverse<T extends Number> |
class |
BatchMatrixSetDiag<T> |
class |
BatchMatrixSolve<T extends Number> |
class |
BatchMatrixSolveLs<T extends Number> |
class |
BatchMatrixTriangularSolve<T extends Number> |
class |
BatchNormWithGlobalNormalization<T>
Batch normalization.
|
class |
BatchSelfAdjointEig<T extends Number> |
class |
BatchToSpace<T>
BatchToSpace for 4-D tensors of type T.
|
class |
BatchToSpaceND<T>
BatchToSpace for N-D tensors of type T.
|
class |
BesselI0e<T extends Number>
Computes the Bessel i0e function of `x` element-wise.
|
class |
BesselI1e<T extends Number>
Computes the Bessel i1e function of `x` element-wise.
|
class |
Betainc<T extends Number>
Compute the regularized incomplete beta integral \\(I_x(a, b)\\).
|
class |
BiasAdd<T>
Adds `bias` to `value`.
|
class |
BiasAddGrad<T>
The backward operation for "BiasAdd" on the "bias" tensor.
|
class |
BigQueryReader
A Reader that outputs rows from a BigQuery table as tensorflow Examples.
|
class |
Bincount<T extends Number>
Counts the number of occurrences of each value in an integer array.
|
class |
Bitcast<U>
Bitcasts a tensor from one type to another without copying data.
|
class |
BitwiseAnd<T extends Number>
Elementwise computes the bitwise AND of `x` and `y`.
|
class |
BitwiseOr<T extends Number>
Elementwise computes the bitwise OR of `x` and `y`.
|
class |
BitwiseXor<T extends Number>
Elementwise computes the bitwise XOR of `x` and `y`.
|
class |
BoostedTreesCenterBias
Calculates the prior from the training data (the bias) and fills in the first node with the logits' prior.
|
class |
BoostedTreesEnsembleResourceHandleOp
Creates a handle to a BoostedTreesEnsembleResource
|
class |
BoostedTreesExampleDebugOutputs
Debugging/model interpretability outputs for each example.
|
class |
BoostedTreesMakeStatsSummary
Makes the summary of accumulated stats for the batch.
|
class |
BoostedTreesPredict
Runs multiple additive regression ensemble predictors on input instances and
|
class |
BoostedTreesQuantileStreamResourceHandleOp
Creates a handle to a BoostedTreesQuantileStreamResource.
|
class |
BroadcastDynamicShape<T extends Number>
Return the shape of s0 op s1 with broadcast.
|
class |
BroadcastTo<T>
Broadcast an array for a compatible shape.
|
class |
Bucketize
Bucketizes 'input' based on 'boundaries'.
|
class |
BytesProducedStatsDataset
Records the bytes size of each element of `input_dataset` in a StatsAggregator.
|
class |
CacheDataset
Creates a dataset that caches elements from `input_dataset`.
|
class |
Cast<U>
Cast x of type SrcT to y of DstT.
|
class |
Ceil<T extends Number>
Returns element-wise smallest integer not less than x.
|
class |
CheckNumerics<T extends Number>
Checks a tensor for NaN and Inf values.
|
class |
Cholesky<T>
Computes the Cholesky decomposition of one or more square matrices.
|
class |
CholeskyGrad<T extends Number>
Computes the reverse mode backpropagated gradient of the Cholesky algorithm.
|
class |
ClipByValue<T>
Clips tensor values to a specified min and max.
|
class |
CollectiveBcastRecv<T extends Number>
Receives a tensor value broadcast from another device.
|
class |
CollectiveBcastSend<T extends Number>
Broadcasts a tensor value to one or more other devices.
|
class |
CollectiveReduce<T extends Number>
Mutually reduces multiple tensors of identical type and shape.
|
class |
CompareAndBitpack
Compare values of `input` to `threshold` and pack resulting bits into a `uint8`.
|
class |
Complex<U>
Converts two real numbers to a complex number.
|
class |
ComplexAbs<U extends Number>
Computes the complex absolute value of a tensor.
|
class |
Concat<T>
Concatenates tensors along one dimension.
|
class |
ConcatenateDataset
Creates a dataset that concatenates `input_dataset` with `another_dataset`.
|
class |
ConditionalAccumulator
A conditional accumulator for aggregating gradients.
|
class |
Conj<T>
Returns the complex conjugate of a complex number.
|
class |
ConjugateTranspose<T>
Shuffle dimensions of x according to a permutation and conjugate the result.
|
class |
Const<T>
Returns a constant tensor.
|
class |
Constant<T>
An operator producing a constant value.
|
class |
Conv2D<T extends Number>
Computes a 2-D convolution given 4-D `input` and `filter` tensors.
|
class |
Conv2DBackpropFilter<T extends Number>
Computes the gradients of convolution with respect to the filter.
|
class |
Conv2DBackpropInput<T extends Number>
Computes the gradients of convolution with respect to the input.
|
class |
Conv3D<T extends Number>
Computes a 3-D convolution given 5-D `input` and `filter` tensors.
|
class |
Conv3DBackpropFilter<T extends Number>
Computes the gradients of 3-D convolution with respect to the filter.
|
class |
Conv3DBackpropFilterV2<T extends Number>
Computes the gradients of 3-D convolution with respect to the filter.
|
class |
Conv3DBackpropInput<T extends Number>
Computes the gradients of 3-D convolution with respect to the input.
|
class |
Conv3DBackpropInputV2<U extends Number>
Computes the gradients of 3-D convolution with respect to the input.
|
class |
Cos<T>
Computes cos of x element-wise.
|
class |
Cosh<T>
Computes hyperbolic cosine of x element-wise.
|
class |
CountUpTo<T extends Number>
Increments 'ref' until it reaches 'limit'.
|
class |
CropAndResize
Extracts crops from the input image tensor and resizes them.
|
class |
CropAndResizeGradBoxes
Computes the gradient of the crop_and_resize op wrt the input boxes tensor.
|
class |
CropAndResizeGradImage<T extends Number>
Computes the gradient of the crop_and_resize op wrt the input image tensor.
|
class |
Cross<T extends Number>
Compute the pairwise cross product.
|
class |
CudnnRNNCanonicalToParams<T extends Number>
Converts CudnnRNN params from canonical form to usable form.
|
class |
CudnnRNNParamsSize<U extends Number>
Computes size of weights that can be used by a Cudnn RNN model.
|
class |
Cumprod<T>
Compute the cumulative product of the tensor `x` along `axis`.
|
class |
Cumsum<T>
Compute the cumulative sum of the tensor `x` along `axis`.
|
class |
DataFormatDimMap<T extends Number>
Returns the dimension index in the destination data format given the one in
|
class |
DataFormatVecPermute<T extends Number>
Returns the permuted vector/tensor in the destination data format given the
|
class |
DatasetToGraph
Returns a serialized GraphDef representing `input_dataset`.
|
class |
DebugGradientIdentity<T>
Identity op for gradient debugging.
|
class |
DebugGradientRefIdentity<T>
Identity op for gradient debugging.
|
class |
DecodeAndCropJpeg
Decode and Crop a JPEG-encoded image to a uint8 tensor.
|
class |
DecodeBase64
Decode web-safe base64-encoded strings.
|
class |
DecodeBmp
Decode the first frame of a BMP-encoded image to a uint8 tensor.
|
class |
DecodeCompressed
Decompress strings.
|
class |
DecodeGif
Decode the first frame of a GIF-encoded image to a uint8 tensor.
|
class |
DecodeJpeg
Decode a JPEG-encoded image to a uint8 tensor.
|
class |
DecodeJSONExample
Convert JSON-encoded Example records to binary protocol buffer strings.
|
class |
DecodePng<T extends Number>
Decode a PNG-encoded image to a uint8 or uint16 tensor.
|
class |
DecodeRaw<T extends Number>
Reinterpret the bytes of a string as a vector of numbers.
|
class |
DeepCopy<T>
Makes a copy of `x`.
|
class |
DenseToSparseBatchDataset
Creates a dataset that batches input elements into a SparseTensor.
|
class |
DepthToSpace<T>
DepthToSpace for tensors of type T.
|
class |
DepthwiseConv2dNative<T extends Number>
Computes a 2-D depthwise convolution given 4-D `input` and `filter` tensors.
|
class |
DepthwiseConv2dNativeBackpropFilter<T extends Number>
Computes the gradients of depthwise convolution with respect to the filter.
|
class |
DepthwiseConv2dNativeBackpropInput<T extends Number>
Computes the gradients of depthwise convolution with respect to the input.
|
class |
Dequantize
Dequantize the 'input' tensor into a float Tensor.
|
class |
DestroyTemporaryVariable<T>
Destroys the temporary variable and returns its final value.
|
class |
Diag<T>
Returns a diagonal tensor with a given diagonal values.
|
class |
DiagPart<T>
Returns the diagonal part of the tensor.
|
class |
Digamma<T extends Number>
Computes Psi, the derivative of Lgamma (the log of the absolute value of
|
class |
Dilation2D<T extends Number>
Computes the grayscale dilation of 4-D `input` and 3-D `filter` tensors.
|
class |
Dilation2DBackpropFilter<T extends Number>
Computes the gradient of morphological 2-D dilation with respect to the filter.
|
class |
Dilation2DBackpropInput<T extends Number>
Computes the gradient of morphological 2-D dilation with respect to the input.
|
class |
Div<T>
Returns x / y element-wise.
|
class |
DivNoNan<T extends Number>
Returns 0 if the denominator is zero.
|
class |
DrawBoundingBoxes<T extends Number>
Draw bounding boxes on a batch of images.
|
class |
DynamicStitch<T>
Interleave the values from the `data` tensors into a single tensor.
|
class |
EditDistance
Computes the (possibly normalized) Levenshtein Edit Distance.
|
class |
Elu<T extends Number>
Computes exponential linear: `exp(features) - 1` if < 0, `features` otherwise.
|
class |
EluGrad<T extends Number>
Computes gradients for the exponential linear (Elu) operation.
|
class |
Empty<T>
Creates a tensor with the given shape.
|
class |
EmptyTensorList
Creates and returns an empty tensor list.
|
class |
EncodeBase64
Encode strings into web-safe base64 format.
|
class |
EncodeJpeg
JPEG-encode an image.
|
class |
EncodePng
PNG-encode an image.
|
class |
EncodeProto
The op serializes protobuf messages provided in the input tensors.
|
class |
EncodeWav
Encode audio data using the WAV file format.
|
class |
EnsureShape<T>
Ensures that the tensor's shape matches the expected shape.
|
class |
Enter<T>
Creates or finds a child frame, and makes `data` available to the child frame.
|
class |
Equal
Returns the truth value of (x == y) element-wise.
|
class |
Erf<T extends Number>
Computes the Gauss error function of `x` element-wise.
|
class |
Erfc<T extends Number>
Computes the complementary error function of `x` element-wise.
|
class |
Exit<T>
Exits the current frame to its parent frame.
|
class |
Exp<T>
Computes exponential of x element-wise.
|
class |
ExpandDims<T>
Inserts a dimension of 1 into a tensor's shape.
|
class |
ExperimentalAssertNextDataset |
class |
ExperimentalCSVDataset |
class |
ExperimentalDirectedInterleaveDataset
A substitute for `InterleaveDataset` on a fixed list of `N` datasets.
|
class |
ExperimentalIdentityIndexedDataset |
class |
ExperimentalIgnoreErrorsDataset
Creates a dataset that contains the elements of `input_dataset` ignoring errors.
|
class |
ExperimentalIteratorGetDevice
Returns the name of the device on which `resource` has been placed.
|
class |
ExperimentalLMDBDataset |
class |
ExperimentalMaterializedIndexDatasetHandle |
class |
ExperimentalThreadPoolDataset
Creates a dataset that uses a custom thread pool to compute `input_dataset`.
|
class |
ExperimentalThreadPoolHandle
Creates a dataset that uses a custom thread pool to compute `input_dataset`.
|
class |
ExperimentalUniqueDataset
Creates a dataset that contains the unique elements of `input_dataset`.
|
class |
Expm1<T>
Computes exponential of x - 1 element-wise.
|
class |
ExtractGlimpse
Extracts a glimpse from the input tensor.
|
class |
ExtractImagePatches<T extends Number>
Extract `patches` from `images` and put them in the "depth" output dimension.
|
class |
ExtractJpegShape<T extends Number>
Extract the shape information of a JPEG-encoded image.
|
class |
ExtractVolumePatches<T extends Number>
Extract `patches` from `input` and put them in the "depth" output
dimension.
|
class |
Fact
Output a fact about factorials.
|
class |
FakeQuantWithMinMaxArgs
Fake-quantize the 'inputs' tensor, type float to 'outputs' tensor of same type.
|
class |
FakeQuantWithMinMaxArgsGradient
Compute gradients for a FakeQuantWithMinMaxArgs operation.
|
class |
FakeQuantWithMinMaxVars
Fake-quantize the 'inputs' tensor of type float via global float scalars `min`
|
class |
FakeQuantWithMinMaxVarsPerChannel
Fake-quantize the 'inputs' tensor of type float and one of the shapes: `[d]`,
|
class |
FFT<T>
Fast Fourier transform.
|
class |
FFT2D<T>
2D fast Fourier transform.
|
class |
FFT3D<T>
3D fast Fourier transform.
|
class |
FIFOQueue
A queue that produces elements in first-in first-out order.
|
class |
Fill<U>
Creates a tensor filled with a scalar value.
|
class |
FilterByLastComponentDataset
Creates a dataset containing elements of first component of `input_dataset` having true in the last component.
|
class |
FixedLengthRecordDataset
Creates a dataset that emits the records from one or more binary files.
|
class |
FixedLengthRecordReader
A Reader that outputs fixed-length records from a file.
|
class |
Floor<T extends Number>
Returns element-wise largest integer not greater than x.
|
class |
FloorDiv<T>
Returns x // y element-wise.
|
class |
FloorMod<T extends Number>
Returns element-wise remainder of division.
|
class |
FractionalAvgPoolGrad<T extends Number>
Computes gradient of the FractionalAvgPool function.
|
class |
FractionalMaxPoolGrad<T extends Number>
Computes gradient of the FractionalMaxPool function.
|
class |
FusedPadConv2D<T extends Number>
Performs a padding as a preprocess during a convolution.
|
class |
FusedResizeAndPadConv2D<T extends Number>
Performs a resize and padding as a preprocess during a convolution.
|
class |
Gather<T>
Gather slices from `params` according to `indices`.
|
class |
GatherNd<T>
Gather slices from `params` into a Tensor with shape specified by `indices`.
|
class |
GatherV2<T>
Gather slices from `params` axis `axis` according to `indices`.
|
class |
GenerateBigQueryReaderPartitions
Generates serialized partition messages suitable for batch reads.
|
class |
GetSessionHandle
Store the input tensor in the state of the current session.
|
class |
GetSessionHandleV2
Store the input tensor in the state of the current session.
|
class |
GetSessionTensor<T>
Get the value of the tensor specified by its handle.
|
class |
Greater
Returns the truth value of (x > y) element-wise.
|
class |
GreaterEqual
Returns the truth value of (x >= y) element-wise.
|
class |
GuaranteeConst<T>
Gives a guarantee to the TF runtime that the input tensor is a constant.
|
class |
HashTable
Creates a non-initialized hash table.
|
class |
HistogramFixedWidth<U extends Number>
Return histogram of values.
|
class |
HistogramSummary
Outputs a `Summary` protocol buffer with a histogram.
|
class |
HSVToRGB<T extends Number>
Convert one or more images from HSV to RGB.
|
class |
Identity<T>
Return a tensor with the same shape and contents as the input tensor or value.
|
class |
IdentityReader
A Reader that outputs the queued work as both the key and value.
|
class |
IFFT<T>
Inverse fast Fourier transform.
|
class |
IFFT2D<T>
Inverse 2D fast Fourier transform.
|
class |
IFFT3D<T>
Inverse 3D fast Fourier transform.
|
class |
Igamma<T extends Number>
Compute the lower regularized incomplete Gamma function `P(a, x)`.
|
class |
Igammac<T extends Number>
Compute the upper regularized incomplete Gamma function `Q(a, x)`.
|
class |
IgammaGradA<T extends Number>
Computes the gradient of `igamma(a, x)` wrt `a`.
|
class |
Imag<U extends Number>
Returns the imaginary part of a complex number.
|
class |
ImageSummary
Outputs a `Summary` protocol buffer with images.
|
class |
ImmutableConst<T>
Returns immutable tensor from memory region.
|
class |
InplaceAdd<T>
Adds v into specified rows of x.
|
class |
InplaceSub<T>
Subtracts `v` into specified rows of `x`.
|
class |
InplaceUpdate<T>
Updates specified rows with values in `v`.
|
class |
InTopK
Says whether the targets are in the top `K` predictions.
|
class |
InTopKV2
Says whether the targets are in the top `K` predictions.
|
class |
Inv<T>
Computes the reciprocal of x element-wise.
|
class |
Invert<T extends Number>
Flips all bits elementwise.
|
class |
InvertPermutation<T extends Number>
Computes the inverse permutation of a tensor.
|
class |
InvGrad<T>
Computes the gradient for the inverse of `x` wrt its input.
|
class |
IRFFT
Inverse real-valued fast Fourier transform.
|
class |
IRFFT2D
Inverse 2D real-valued fast Fourier transform.
|
class |
IRFFT3D
Inverse 3D real-valued fast Fourier transform.
|
class |
IsBoostedTreesEnsembleInitialized
Checks whether a tree ensemble has been initialized.
|
class |
IsBoostedTreesQuantileStreamResourceInitialized
Checks whether a quantile stream has been initialized.
|
class |
IsFinite
Returns which elements of x are finite.
|
class |
IsInf
Returns which elements of x are Inf.
|
class |
IsNan
Returns which elements of x are NaN.
|
class |
IsVariableInitialized
Checks whether a tensor has been initialized.
|
class |
Iterator
A container for an iterator resource.
|
class |
IteratorFromStringHandle
Converts the given string representing a handle to an iterator to a resource.
|
class |
IteratorFromStringHandleV2 |
class |
IteratorGetNextAsOptional
Gets the next output from the given iterator as an Optional variant.
|
class |
IteratorToStringHandle
Converts the given `resource_handle` representing an iterator to a string.
|
class |
IteratorV2 |
class |
L2Loss<T extends Number>
L2 Loss.
|
class |
LatencyStatsDataset
Records the latency of producing `input_dataset` elements in a StatsAggregator.
|
class |
LeftShift<T extends Number>
Elementwise computes the bitwise left-shift of `x` and `y`.
|
class |
Less
Returns the truth value of (x < y) element-wise.
|
class |
LessEqual
Returns the truth value of (x <= y) element-wise.
|
class |
Lgamma<T extends Number>
Computes the log of the absolute value of `Gamma(x)` element-wise.
|
class |
LinSpace<T extends Number>
Generates values in an interval.
|
class |
LMDBReader
A Reader that outputs the records from a LMDB file.
|
class |
LoadAndRemapMatrix
Loads a 2-D (matrix) `Tensor` with name `old_tensor_name` from the checkpoint
|
class |
Log<T>
Computes natural logarithm of x element-wise.
|
class |
Log1p<T>
Computes natural logarithm of (1 + x) element-wise.
|
class |
LogicalAnd
Returns the truth value of x AND y element-wise.
|
class |
LogicalNot
Returns the truth value of NOT x element-wise.
|
class |
LogicalOr
Returns the truth value of x OR y element-wise.
|
class |
LogSoftmax<T extends Number>
Computes log softmax activations.
|
class |
LookupTableFind<U>
Looks up keys in a table, outputs the corresponding values.
|
class |
LookupTableSize
Computes the number of elements in the given table.
|
class |
LoopCond
Forwards the input to the output.
|
class |
LowerBound<U extends Number>
Applies lower_bound(sorted_search_values, values) along each row.
|
class |
LRN<T extends Number>
Local Response Normalization.
|
class |
LRNGrad<T extends Number>
Gradients for Local Response Normalization.
|
class |
MapIncompleteSize
Op returns the number of incomplete elements in the underlying container.
|
class |
MapSize
Op returns the number of elements in the underlying container.
|
class |
MatchingFiles
Returns the set of files matching one or more glob patterns.
|
class |
MatMul<T>
Multiply the matrix "a" by the matrix "b".
|
class |
MatrixBandPart<T>
Copy a tensor setting everything outside a central band in each innermost matrix
|
class |
MatrixDeterminant<T>
Computes the determinant of one or more square matrices.
|
class |
MatrixDiag<T>
Returns a batched diagonal tensor with a given batched diagonal values.
|
class |
MatrixDiagPart<T>
Returns the batched diagonal part of a batched tensor.
|
class |
MatrixInverse<T>
Computes the inverse of one or more square invertible matrices or their
|
class |
MatrixLogarithm<T>
Computes the matrix logarithm of one or more square matrices:
|
class |
MatrixSetDiag<T>
Returns a batched matrix tensor with new batched diagonal values.
|
class |
MatrixSolve<T>
Solves systems of linear equations.
|
class |
MatrixSolveLs<T>
Solves one or more linear least-squares problems.
|
class |
MatrixTriangularSolve<T>
Solves systems of linear equations with upper or lower triangular matrices by
|
class |
Max<T>
Computes the maximum of elements across dimensions of a tensor.
|
class |
Maximum<T extends Number>
Returns the max of x and y (i.e.
|
class |
MaxPool<T>
Performs max pooling on the input.
|
class |
MaxPool3D<T extends Number>
Performs 3D max pooling on the input.
|
class |
MaxPool3DGrad<U extends Number>
Computes gradients of max pooling function.
|
class |
MaxPool3DGradGrad<T extends Number>
Computes second-order gradients of the maxpooling function.
|
class |
MaxPoolGrad<T extends Number>
Computes gradients of the maxpooling function.
|
class |
MaxPoolGradGrad<T extends Number>
Computes second-order gradients of the maxpooling function.
|
class |
MaxPoolGradGradV2<T extends Number>
Computes second-order gradients of the maxpooling function.
|
class |
MaxPoolGradGradWithArgmax<T extends Number>
Computes second-order gradients of the maxpooling function.
|
class |
MaxPoolGradV2<T extends Number>
Computes gradients of the maxpooling function.
|
class |
MaxPoolGradWithArgmax<T extends Number>
Computes gradients of the maxpooling function.
|
class |
MaxPoolV2<T>
Performs max pooling on the input.
|
class |
Mean<T>
Computes the mean of elements across dimensions of a tensor.
|
class |
MergeSummary
Merges summaries.
|
class |
Mfcc
Transforms a spectrogram into a form that's useful for speech recognition.
|
class |
Min<T>
Computes the minimum of elements across dimensions of a tensor.
|
class |
Minimum<T extends Number>
Returns the min of x and y (i.e.
|
class |
MirrorPad<T>
Pads a tensor with mirrored values.
|
class |
MirrorPadGrad<T>
Gradient op for `MirrorPad` op.
|
class |
Mod<T extends Number>
Returns element-wise remainder of division.
|
class |
ModelDataset
Identity transformation that models performance.
|
class |
Mul<T>
Returns x * y element-wise.
|
class |
MultiDeviceIterator
Creates a MultiDeviceIterator resource.
|
class |
MultiDeviceIteratorFromStringHandle
Generates a MultiDeviceIterator resource from its provided string handle.
|
class |
MultiDeviceIteratorInit
Initializes the multi device iterator with the given dataset.
|
class |
MultiDeviceIteratorToStringHandle
Produces a string handle for the given MultiDeviceIterator.
|
class |
Multinomial<U extends Number>
Draws samples from a multinomial distribution.
|
class |
Multiply<T>
Returns x * y element-wise.
|
class |
MutableDenseHashTable
Creates an empty hash table that uses tensors as the backing store.
|
class |
MutableHashTable
Creates an empty hash table.
|
class |
MutableHashTableOfTensors
Creates an empty hash table.
|
class |
MutexLock
Locks a mutex resource.
|
class |
MutexV2
Creates a Mutex resource that can be locked by `MutexLock`.
|
class |
Neg<T>
Computes numerical negative value element-wise.
|
class |
Negate<T>
Computes numerical negative value element-wise.
|
class |
NextIteration<T>
Makes its input available to the next iteration.
|
class |
NonMaxSuppression
Greedily selects a subset of bounding boxes in descending order of score,
|
class |
NonMaxSuppressionV2
Greedily selects a subset of bounding boxes in descending order of score,
|
class |
NonMaxSuppressionV3
Greedily selects a subset of bounding boxes in descending order of score,
|
class |
NonMaxSuppressionWithOverlaps
Greedily selects a subset of bounding boxes in descending order of score,
|
class |
NotEqual
Returns the truth value of (x != y) element-wise.
|
class |
NthElement<T extends Number>
Finds values of the `n`-th order statistic for the last dimension.
|
class |
OneHot<U>
Returns a one-hot tensor.
|
class |
OnesLike<T>
Returns a tensor of ones with the same shape and type as x.
|
class |
OptimizeDataset
Creates a dataset by applying optimizations to `input_dataset`.
|
class |
OptionalFromValue
Constructs an Optional variant from a tuple of tensors.
|
class |
OptionalHasValue
Returns true if and only if the given Optional variant has a value.
|
class |
OptionalNone
Creates an Optional variant with no value.
|
class |
OrderedMapIncompleteSize
Op returns the number of incomplete elements in the underlying container.
|
class |
OrderedMapSize
Op returns the number of elements in the underlying container.
|
class |
Pad<T>
Pads a tensor with zeros.
|
class |
PaddedBatchDataset
Creates a dataset that batches and pads `batch_size` elements from the input.
|
class |
PaddedBatchDatasetV2
Creates a dataset that batches and pads `batch_size` elements from the input.
|
class |
PaddingFIFOQueue
A queue that produces elements in first-in first-out order.
|
class |
PadV2<T>
Pads a tensor.
|
class |
ParallelConcat<T>
Concatenates a list of `N` tensors along the first dimension.
|
class |
ParallelDynamicStitch<T>
Interleave the values from the `data` tensors into a single tensor.
|
class |
ParameterizedTruncatedNormal<U extends Number>
Outputs random values from a normal distribution.
|
class |
ParseExampleDataset
Transforms `input_dataset` containing `Example` protos as vectors of DT_STRING into a dataset of `Tensor` or `SparseTensor` objects representing the parsed features.
|
class |
ParseTensor<T>
Transforms a serialized tensorflow.TensorProto proto into a Tensor.
|
class |
Placeholder<T>
A placeholder op for a value that will be fed into the computation.
|
class |
PlaceholderV2<T>
A placeholder op for a value that will be fed into the computation.
|
class |
PlaceholderWithDefault<T>
A placeholder op that passes through `input` when its output is not fed.
|
class |
Polygamma<T extends Number>
Compute the polygamma function \\(\psi^{(n)}(x)\\).
|
class |
PopulationCount
Computes element-wise population count (a.k.a.
|
class |
Pow<T>
Computes the power of one value to another.
|
class |
PrefetchDataset
Creates a dataset that asynchronously prefetches elements from `input_dataset`.
|
class |
PrependFromQueueAndPaddedBatchDataset |
class |
PreventGradient<T>
An identity op that triggers an error if a gradient is requested.
|
class |
Print<T>
Prints a list of tensors.
|
class |
PriorityQueue
A queue that produces elements sorted by the first component value.
|
class |
Prod<T>
Computes the product of elements across dimensions of a tensor.
|
class |
QuantizeAndDequantize<T extends Number>
Use QuantizeAndDequantizeV2 instead.
|
class |
QuantizeAndDequantizeV2<T extends Number>
Quantizes then dequantizes a tensor.
|
class |
QuantizeAndDequantizeV3<T extends Number>
Quantizes then dequantizes a tensor.
|
class |
QueueIsClosed
Returns true if queue is closed.
|
class |
QueueIsClosedV2
Returns true if queue is closed.
|
class |
QueueSize
Computes the number of elements in the given queue.
|
class |
RandomCrop<T extends Number>
Randomly crop `image`.
|
class |
RandomDataset
Creates a Dataset that returns pseudorandom numbers.
|
class |
RandomGamma<U extends Number>
Outputs random values from the Gamma distribution(s) described by alpha.
|
class |
RandomGammaGrad<T extends Number>
Computes the derivative of a Gamma random sample w.r.t.
|
class |
RandomNormal<U extends Number>
Outputs random values from a normal distribution.
|
class |
RandomPoisson<U extends Number>
Use RandomPoissonV2 instead.
|
class |
RandomPoissonV2<V extends Number>
Outputs random values from the Poisson distribution(s) described by rate.
|
class |
RandomShuffle<T>
Randomly shuffles a tensor along its first dimension.
|
class |
RandomShuffleQueue
A queue that randomizes the order of elements.
|
class |
RandomUniform<U extends Number>
Outputs random values from a uniform distribution.
|
class |
RandomUniformInt<U extends Number>
Outputs random integers from a uniform distribution.
|
class |
Range<T extends Number>
Creates a sequence of numbers.
|
class |
RangeDataset
Creates a dataset with a range of values.
|
class |
Rank
Returns the rank of a tensor.
|
class |
ReaderNumRecordsProduced
Returns the number of records this Reader has produced.
|
class |
ReaderNumWorkUnitsCompleted
Returns the number of work units this Reader has finished processing.
|
class |
ReaderSerializeState
Produce a string tensor that encodes the state of a Reader.
|
class |
ReadFile
Reads and outputs the entire contents of the input filename.
|
class |
ReadVariableOp<T>
Reads the value of a variable.
|
class |
Real<U extends Number>
Returns the real part of a complex number.
|
class |
RealDiv<T>
Returns x / y element-wise for real types.
|
class |
Reciprocal<T>
Computes the reciprocal of x element-wise.
|
class |
ReciprocalGrad<T>
Computes the gradient for the inverse of `x` wrt its input.
|
class |
RecordInput
Emits randomized records.
|
class |
ReduceAll
Computes the "logical and" of elements across dimensions of a tensor.
|
class |
ReduceAny
Computes the "logical or" of elements across dimensions of a tensor.
|
class |
ReduceJoin
Joins a string Tensor across the given dimensions.
|
class |
ReduceMax<T>
Computes the maximum of elements across dimensions of a tensor.
|
class |
ReduceMean<T>
Computes the mean of elements across dimensions of a tensor.
|
class |
ReduceMin<T>
Computes the minimum of elements across dimensions of a tensor.
|
class |
ReduceProd<T>
Computes the product of elements across dimensions of a tensor.
|
class |
ReduceSum<T>
Computes the sum of elements across dimensions of a tensor.
|
class |
RefEnter<T>
Creates or finds a child frame, and makes `data` available to the child frame.
|
class |
RefExit<T>
Exits the current frame to its parent frame.
|
class |
RefIdentity<T>
Return the same ref tensor as the input ref tensor.
|
class |
RefNextIteration<T>
Makes its input available to the next iteration.
|
class |
RefSelect<T>
Forwards the `index`th element of `inputs` to `output`.
|
class |
RegexFullMatch
Check if the input matches the regex pattern.
|
class |
RegexReplace
Replaces the match of pattern in input with rewrite.
|
class |
Relu<T>
Computes rectified linear: `max(features, 0)`.
|
class |
Relu6<T extends Number>
Computes rectified linear 6: `min(max(features, 0), 6)`.
|
class |
Relu6Grad<T extends Number>
Computes rectified linear 6 gradients for a Relu6 operation.
|
class |
ReluGrad<T extends Number>
Computes rectified linear gradients for a Relu operation.
|
class |
RepeatDataset
Creates a dataset that emits the outputs of `input_dataset` `count` times.
|
class |
Reshape<T>
Reshapes a tensor.
|
class |
ResizeArea
Resize `images` to `size` using area interpolation.
|
class |
ResizeBicubic
Resize `images` to `size` using bicubic interpolation.
|
class |
ResizeBicubicGrad<T extends Number>
Computes the gradient of bicubic interpolation.
|
class |
ResizeBilinear
Resize `images` to `size` using bilinear interpolation.
|
class |
ResizeBilinearGrad<T extends Number>
Computes the gradient of bilinear interpolation.
|
class |
ResizeNearestNeighbor<T extends Number>
Resize `images` to `size` using nearest neighbor interpolation.
|
class |
ResizeNearestNeighborGrad<T extends Number>
Computes the gradient of nearest neighbor interpolation.
|
class |
ResourceCountUpTo<T extends Number>
Increments variable pointed to by 'resource' until it reaches 'limit'.
|
class |
ResourceGather<U>
Gather slices from the variable pointed to by `resource` according to `indices`.
|
class |
Restore<T>
Restores a tensor from checkpoint files.
|
class |
RestoreSlice<T>
Restores a tensor from checkpoint files.
|
class |
Reverse<T>
Reverses specific dimensions of a tensor.
|
class |
ReverseSequence<T>
Reverses variable length slices.
|
class |
RFFT
Real-valued fast Fourier transform.
|
class |
RFFT2D
2D real-valued fast Fourier transform.
|
class |
RFFT3D
3D real-valued fast Fourier transform.
|
class |
RGBToHSV<T extends Number>
Converts one or more images from RGB to HSV.
|
class |
RightShift<T extends Number>
Elementwise computes the bitwise right-shift of `x` and `y`.
|
class |
Rint<T extends Number>
Returns element-wise integer closest to x.
|
class |
Roll<T>
Rolls the elements of a tensor along an axis.
|
class |
Round<T>
Rounds the values of a tensor to the nearest integer, element-wise.
|
class |
Rpc
Perform batches of RPC requests.
|
class |
Rsqrt<T>
Computes reciprocal of square root of x element-wise.
|
class |
RsqrtGrad<T>
Computes the gradient for the rsqrt of `x` wrt its input.
|
class |
ScalarSummary
Outputs a `Summary` protocol buffer with scalar values.
|
class |
ScatterAdd<T>
Adds sparse updates to a variable reference.
|
class |
ScatterDiv<T>
Divides a variable reference by sparse updates.
|
class |
ScatterMax<T extends Number>
Reduces sparse updates into a variable reference using the `max` operation.
|
class |
ScatterMin<T extends Number>
Reduces sparse updates into a variable reference using the `min` operation.
|
class |
ScatterMul<T>
Multiplies sparse updates into a variable reference.
|
class |
ScatterNd<U>
Scatter `updates` into a new tensor according to `indices`.
|
class |
ScatterNdAdd<T>
Applies sparse addition between `updates` and individual values or slices
|
class |
ScatterNdNonAliasingAdd<T>
Applies sparse addition to `input` using individual values or slices
|
class |
ScatterNdSub<T>
Applies sparse subtraction between `updates` and individual values or slices
|
class |
ScatterNdUpdate<T>
Applies sparse `updates` to individual values or slices within a given
|
class |
ScatterSub<T>
Subtracts sparse updates to a variable reference.
|
class |
ScatterUpdate<T>
Applies sparse updates to a variable reference.
|
class |
SdcaFprint
Computes fingerprints of the input strings.
|
class |
SegmentMax<T extends Number>
Computes the maximum along segments of a tensor.
|
class |
SegmentMean<T>
Computes the mean along segments of a tensor.
|
class |
SegmentMin<T extends Number>
Computes the minimum along segments of a tensor.
|
class |
SegmentProd<T>
Computes the product along segments of a tensor.
|
class |
SegmentSum<T>
Computes the sum along segments of a tensor.
|
class |
Selu<T extends Number>
Computes scaled exponential linear: `scale * alpha * (exp(features) - 1)`
|
class |
SeluGrad<T extends Number>
Computes gradients for the scaled exponential linear (Selu) operation.
|
class |
SerializeIterator
Converts the given `resource_handle` representing an iterator to a variant tensor.
|
class |
SerializeManySparse<U>
Serialize an `N`-minibatch `SparseTensor` into an `[N, 3]` `Tensor` object.
|
class |
SerializeSparse<U>
Serialize a `SparseTensor` into a `[3]` `Tensor` object.
|
class |
SerializeTensor
Transforms a Tensor into a serialized TensorProto proto.
|
class |
SetSize
Number of unique elements along last dimension of input `set`.
|
class |
SetStatsAggregatorDataset |
class |
Shape<U extends Number>
Returns the shape of a tensor.
|
class |
ShardedFilename
Generate a sharded filename.
|
class |
ShardedFilespec
Generate a glob pattern matching all sharded file names.
|
class |
ShuffleAndRepeatDataset
Creates a dataset that shuffles and repeats elements from `input_dataset`
|
class |
ShuffleDataset
Creates a dataset that shuffles elements from `input_dataset` pseudorandomly.
|
class |
Sigmoid<T>
Computes sigmoid of `x` element-wise.
|
class |
SigmoidGrad<T>
Computes the gradient of the sigmoid of `x` wrt its input.
|
class |
Sign<T>
Returns an element-wise indication of the sign of a number.
|
class |
Sin<T>
Computes sin of x element-wise.
|
class |
Sinh<T>
Computes hyperbolic sine of x element-wise.
|
class |
SinkDataset
A placeholder for input pipeline graph optimizations.
|
class |
Size<U extends Number>
Returns the size of a tensor.
|
class |
SkipDataset
Creates a dataset that skips `count` elements from the `input_dataset`.
|
class |
Slice<T>
Return a slice from 'input'.
|
class |
SlideDataset
Creates a dataset that passes a sliding window over `input_dataset`.
|
class |
Snapshot<T>
Returns a copy of the input tensor.
|
class |
Softmax<T extends Number>
Computes softmax activations.
|
class |
Softplus<T extends Number>
Computes softplus: `log(exp(features) + 1)`.
|
class |
SoftplusGrad<T extends Number>
Computes softplus gradients for a softplus operation.
|
class |
Softsign<T extends Number>
Computes softsign: `features / (abs(features) + 1)`.
|
class |
SoftsignGrad<T extends Number>
Computes softsign gradients for a softsign operation.
|
class |
SpaceToBatch<T>
SpaceToBatch for 4-D tensors of type T.
|
class |
SpaceToBatchND<T>
SpaceToBatch for N-D tensors of type T.
|
class |
SpaceToDepth<T>
SpaceToDepth for tensors of type T.
|
class |
SparseApplyAdadelta<T>
var: Should be from a Variable().
|
class |
SparseApplyAdagrad<T>
Update relevant entries in '*var' and '*accum' according to the adagrad scheme.
|
class |
SparseApplyAdagradDA<T>
Update entries in '*var' and '*accum' according to the proximal adagrad scheme.
|
class |
SparseApplyCenteredRMSProp<T>
Update '*var' according to the centered RMSProp algorithm.
|
class |
SparseApplyFtrl<T>
Update relevant entries in '*var' according to the Ftrl-proximal scheme.
|
class |
SparseApplyFtrlV2<T>
Update relevant entries in '*var' according to the Ftrl-proximal scheme.
|
class |
SparseApplyMomentum<T>
Update relevant entries in '*var' and '*accum' according to the momentum scheme.
|
class |
SparseApplyProximalAdagrad<T>
Sparse update entries in '*var' and '*accum' according to FOBOS algorithm.
|
class |
SparseApplyProximalGradientDescent<T>
Sparse update '*var' as FOBOS algorithm with fixed learning rate.
|
class |
SparseApplyRMSProp<T>
Update '*var' according to the RMSProp algorithm.
|
class |
SparseConditionalAccumulator
A conditional accumulator for aggregating sparse gradients.
|
class |
SparseDenseCwiseAdd<T>
Adds up a SparseTensor and a dense Tensor, using these special rules:
|
class |
SparseDenseCwiseDiv<T>
Component-wise divides a SparseTensor by a dense Tensor.
|
class |
SparseDenseCwiseMul<T>
Component-wise multiplies a SparseTensor by a dense Tensor.
|
class |
SparseMatMul
Multiply matrix "a" by matrix "b".
|
class |
SparseReduceMax<T extends Number>
Computes the max of elements across dimensions of a SparseTensor.
|
class |
SparseReduceSum<T>
Computes the sum of elements across dimensions of a SparseTensor.
|
class |
SparseSegmentMean<T extends Number>
Computes the mean along sparse segments of a tensor.
|
class |
SparseSegmentMeanGrad<T extends Number>
Computes gradients for SparseSegmentMean.
|
class |
SparseSegmentMeanWithNumSegments<T extends Number>
Computes the mean along sparse segments of a tensor.
|
class |
SparseSegmentSqrtN<T extends Number>
Computes the sum along sparse segments of a tensor divided by the sqrt of N.
|
class |
SparseSegmentSqrtNGrad<T extends Number>
Computes gradients for SparseSegmentSqrtN.
|
class |
SparseSegmentSqrtNWithNumSegments<T extends Number>
Computes the sum along sparse segments of a tensor divided by the sqrt of N.
|
class |
SparseSegmentSum<T extends Number>
Computes the sum along sparse segments of a tensor.
|
class |
SparseSegmentSumWithNumSegments<T extends Number>
Computes the sum along sparse segments of a tensor.
|
class |
SparseSliceGrad<T>
The gradient operator for the SparseSlice op.
|
class |
SparseSoftmax<T extends Number>
Applies softmax to a batched N-D `SparseTensor`.
|
class |
SparseTensorDenseAdd<U>
Adds up a `SparseTensor` and a dense `Tensor`, producing a dense `Tensor`.
|
class |
SparseTensorDenseMatMul<U>
Multiply SparseTensor (of rank 2) "A" by dense matrix "B".
|
class |
SparseTensorSliceDataset
Creates a dataset that splits a SparseTensor into elements row-wise.
|
class |
SparseToDense<U>
Converts a sparse representation into a dense tensor.
|
class |
SqlDataset
Creates a dataset that executes a SQL query and emits rows of the result set.
|
class |
Sqrt<T>
Computes square root of x element-wise.
|
class |
SqrtGrad<T>
Computes the gradient for the sqrt of `x` wrt its input.
|
class |
Square<T>
Computes square of x element-wise.
|
class |
SquaredDifference<T>
Returns (x - y)(x - y) element-wise.
|
class |
Squeeze<T>
Removes dimensions of size 1 from the shape of a tensor.
|
class |
Stack<T>
Packs a list of `N` rank-`R` tensors into one rank-`(R+1)` tensor.
|
class |
StageSize
Op returns the number of elements in the underlying container.
|
class |
StatelessMultinomial<V extends Number>
Draws samples from a multinomial distribution.
|
class |
StatelessRandomNormal<V extends Number>
Outputs deterministic pseudorandom values from a normal distribution.
|
class |
StatelessRandomUniform<V extends Number>
Outputs deterministic pseudorandom random values from a uniform distribution.
|
class |
StatelessTruncatedNormal<V extends Number>
Outputs deterministic pseudorandom values from a truncated normal distribution.
|
class |
StaticRegexFullMatch
Check if the input matches the regex pattern.
|
class |
StaticRegexReplace
Replaces the match of pattern in input with rewrite.
|
class |
StatsAggregatorHandle
Creates a statistics manager resource.
|
class |
StatsAggregatorSummary
Produces a summary of any statistics recorded by the given statistics manager.
|
class |
StopGradient<T>
Stops gradient computation.
|
class |
StridedSlice<T>
Return a strided slice from `input`.
|
class |
StridedSliceAssign<T>
Assign `value` to the sliced l-value reference of `ref`.
|
class |
StridedSliceGrad<U>
Returns the gradient of `StridedSlice`.
|
class |
StringFormat
Formats a string template using a list of tensors.
|
class |
StringJoin
Joins the strings in the given list of string tensors into one tensor;
|
class |
StringLength
String lengths of `input`.
|
class |
StringStrip
Strip leading and trailing whitespaces from the Tensor.
|
class |
StringToHashBucket
Converts each string in the input Tensor to its hash mod by a number of buckets.
|
class |
StringToHashBucketFast
Converts each string in the input Tensor to its hash mod by a number of buckets.
|
class |
StringToHashBucketStrong
Converts each string in the input Tensor to its hash mod by a number of buckets.
|
class |
StringToNumber<T extends Number>
Converts each string in the input Tensor to the specified numeric type.
|
class |
Sub<T>
Returns x - y element-wise.
|
class |
Substr
Return substrings from `Tensor` of strings.
|
class |
Subtract<T>
Returns x - y element-wise.
|
class |
Sum<T>
Computes the sum of elements across dimensions of a tensor.
|
class |
SummaryWriter |
class |
TakeDataset
Creates a dataset that contains `count` elements from the `input_dataset`.
|
class |
Tan<T>
Computes tan of x element-wise.
|
class |
Tanh<T>
Computes hyperbolic tangent of `x` element-wise.
|
class |
TanhGrad<T>
Computes the gradient for the tanh of `x` wrt its input.
|
class |
TemporaryVariable<T>
Returns a tensor that may be mutated, but only persists within a single step.
|
class |
TensorArrayGather<T>
Gather specific elements from the TensorArray into output `value`.
|
class |
TensorArrayPack<T> |
class |
TensorArrayRead<T>
Read an element from the TensorArray into output `value`.
|
class |
TensorArrayScatter
Scatter the data from the input value into specific TensorArray elements.
|
class |
TensorArraySize
Get the current size of the TensorArray.
|
class |
TensorArraySplit
Split the data from the input value into TensorArray elements.
|
class |
TensorArrayUnpack |
class |
TensorArrayWrite
Push an element onto the tensor_array.
|
class |
TensorDataset
Creates a dataset that emits `components` as a tuple of tensors once.
|
class |
TensorListConcatLists |
class |
TensorListElementShape<T extends Number>
The shape of the elements of the given list, as a tensor.
|
class |
TensorListFromTensor
Creates a TensorList which, when stacked, has the value of `tensor`.
|
class |
TensorListGather<T>
Creates a Tensor by indexing into the TensorList.
|
class |
TensorListGetItem<T> |
class |
TensorListLength
Returns the number of tensors in the input tensor list.
|
class |
TensorListPushBack
Returns a list list which has the passed-in `Tensor` as last element and the other elements of the given list in `input_handle`.
|
class |
TensorListPushBackBatch |
class |
TensorListReserve
List of the given size with empty elements.
|
class |
TensorListScatter
Creates a TensorList by indexing into a Tensor.
|
class |
TensorListSetItem |
class |
TensorListStack<T>
Stacks all tensors in the list.
|
class |
TensorSliceDataset
Creates a dataset that emits each dim-0 slice of `components` once.
|
class |
TensorSummary
Outputs a `Summary` protocol buffer with a tensor.
|
class |
TensorSummaryV2
Outputs a `Summary` protocol buffer with a tensor and per-plugin data.
|
class |
TextLineDataset
Creates a dataset that emits the lines of one or more text files.
|
class |
TextLineReader
A Reader that outputs the lines of a file delimited by '\n'.
|
class |
TFRecordDataset
Creates a dataset that emits the records from one or more TFRecord files.
|
class |
TFRecordReader
A Reader that outputs the records from a TensorFlow Records file.
|
class |
Tile<T>
Constructs a tensor by tiling a given tensor.
|
class |
TileGrad<T>
Returns the gradient of `Tile`.
|
class |
Timestamp
Provides the time since epoch in seconds.
|
class |
Transpose<T>
Shuffle dimensions of x according to a permutation.
|
class |
TruncateDiv<T>
Returns x / y element-wise for integer types.
|
class |
TruncatedNormal<U extends Number>
Outputs random values from a truncated normal distribution.
|
class |
TruncateMod<T extends Number>
Returns element-wise remainder of division.
|
class |
Unbatch<T>
Reverses the operation of Batch for a single output Tensor.
|
class |
UnbatchDataset
A dataset that splits the elements of its input into multiple elements.
|
class |
UnbatchGrad<T>
Gradient of Unbatch.
|
class |
UnicodeScript
Determine the script codes of a given tensor of Unicode integer code points.
|
class |
UnravelIndex<T extends Number>
Converts a flat index or array of flat indices into a tuple of
|
class |
UnsortedSegmentMax<T extends Number>
Computes the maximum along segments of a tensor.
|
class |
UnsortedSegmentMin<T extends Number>
Computes the minimum along segments of a tensor.
|
class |
UnsortedSegmentProd<T>
Computes the product along segments of a tensor.
|
class |
UnsortedSegmentSum<T>
Computes the sum along segments of a tensor.
|
class |
UpperBound<U extends Number>
Applies upper_bound(sorted_search_values, values) along each row.
|
class |
VarHandleOp
Creates a handle to a Variable resource.
|
class |
Variable<T>
Holds state in the form of a tensor that persists across steps.
|
class |
VariableShape<T extends Number>
Returns the shape of the variable pointed to by `resource`.
|
class |
VarIsInitializedOp
Checks whether a resource handle-based variable has been initialized.
|
class |
Where
Returns locations of nonzero / true values in a tensor.
|
class |
Where3<T>
Selects elements from `x` or `y`, depending on `condition`.
|
class |
WholeFileReader
A Reader that outputs the entire contents of a file as a value.
|
class |
WindowDataset
A dataset that creates window datasets from the input dataset.
|
class |
Xdivy<T>
Returns 0 if x == 0, and x / y otherwise, elementwise.
|
class |
Xlogy<T>
Returns 0 if x == 0, and x * log(y) otherwise, elementwise.
|
class |
Zeros<T>
An operator creating a constant initialized with zeros of the shape given by `dims`.
|
class |
ZerosLike<T>
Returns a tensor of zeros with the same shape and type as x.
|
class |
Zeta<T extends Number>
Compute the Hurwitz zeta function \\(\zeta(x, q)\\).
|
class |
ZipDataset
Creates a dataset that zips together `input_datasets`.
|
Modifier and Type | Method and Description |
---|---|
Iterator<Operand<Object>> |
OrderedMapUnstage.iterator() |
Iterator<Operand<Float>> |
BoostedTreesQuantileStreamResourceGetBucketBoundaries.iterator() |
Iterator<Operand<Object>> |
QueueDequeue.iterator() |
Iterator<Operand<T>> |
SplitV.iterator() |
Iterator<Operand<T>> |
Unstack.iterator() |
Iterator<Operand<Object>> |
ExperimentalIndexedDatasetGet.iterator() |
Iterator<Operand<Object>> |
MultiDeviceIteratorGetNextFromShard.iterator() |
Iterator<Operand<Object>> |
EagerPyFunc.iterator() |
Iterator<Operand<T>> |
DynamicPartition.iterator() |
Iterator<Operand<Object>> |
OrderedMapPeek.iterator() |
Iterator<Operand<Object>> |
Unstage.iterator() |
Iterator<Operand<Object>> |
IteratorGetNextSync.iterator() |
Iterator<Operand<Object>> |
QueueDequeueMany.iterator() |
Iterator<Operand<Object>> |
MapUnstage.iterator() |
Iterator<Operand<Object>> |
IteratorGetNext.iterator() |
Iterator<Operand<Object>> |
IdentityN.iterator() |
Iterator<Operand<?>> |
Gradients.iterator() |
Iterator<Operand<Object>> |
MapPeek.iterator() |
Iterator<Operand<Object>> |
RemoteFusedGraphExecute.iterator() |
Iterator<Operand<Float>> |
BoostedTreesMakeQuantileSummaries.iterator() |
Iterator<Operand<Object>> |
StagePeek.iterator() |
Iterator<Operand<Object>> |
ExperimentalFunctionBufferingResourceGetNext.iterator() |
Iterator<Operand<Object>> |
OptionalGetValue.iterator() |
Iterator<Operand<Object>> |
QueueDequeueUpTo.iterator() |
Iterator<Operand<U>> |
ShapeN.iterator() |
Iterator<Operand<Integer>> |
BoostedTreesBucketize.iterator() |
Iterator<Operand<Object>> |
DatasetToSingleElement.iterator() |
Iterator<Operand<Object>> |
RestoreV2.iterator() |
Iterator<Operand<Object>> |
DecodeCSV.iterator() |
Iterator<Operand<T>> |
Split.iterator() |
Modifier and Type | Method and Description |
---|---|
static BoostedTreesMakeQuantileSummaries |
BoostedTreesMakeQuantileSummaries.create(Scope scope,
Iterable<Operand<Float>> floatValues,
Operand<Float> exampleWeights,
Operand<Float> epsilon)
Factory method to create a class to wrap a new BoostedTreesMakeQuantileSummaries operation to the graph.
|
static BoostedTreesMakeQuantileSummaries |
BoostedTreesMakeQuantileSummaries.create(Scope scope,
Iterable<Operand<Float>> floatValues,
Operand<Float> exampleWeights,
Operand<Float> epsilon)
Factory method to create a class to wrap a new BoostedTreesMakeQuantileSummaries operation to the graph.
|
static <T> DynamicStitch<T> |
DynamicStitch.create(Scope scope,
Iterable<Operand<Integer>> indices,
Operand<T> data)
Factory method to create a class to wrap a new DynamicStitch operation to the graph.
|
static <T> ParallelDynamicStitch<T> |
ParallelDynamicStitch.create(Scope scope,
Iterable<Operand<Integer>> indices,
Operand<T> data)
Factory method to create a class to wrap a new ParallelDynamicStitch operation to the graph.
|
static SdcaOptimizer |
SdcaOptimizer.create(Scope scope,
Iterable<Operand<Long>> sparseExampleIndices,
Iterable<Operand<Long>> sparseFeatureIndices,
Iterable<Operand<Float>> sparseFeatureValues,
Iterable<Operand<Float>> denseFeatures,
Operand<Float> exampleWeights,
Operand<Float> exampleLabels,
Iterable<Operand<Long>> sparseIndices,
Iterable<Operand<Float>> sparseWeights,
Iterable<Operand<Float>> denseWeights,
Operand<Float> exampleStateData,
String lossType,
Float l1,
Float l2,
Long numLossPartitions,
Long numInnerIterations,
SdcaOptimizer.Options... options)
Factory method to create a class to wrap a new SdcaOptimizer operation to the graph.
|
static SdcaOptimizer |
SdcaOptimizer.create(Scope scope,
Iterable<Operand<Long>> sparseExampleIndices,
Iterable<Operand<Long>> sparseFeatureIndices,
Iterable<Operand<Float>> sparseFeatureValues,
Iterable<Operand<Float>> denseFeatures,
Operand<Float> exampleWeights,
Operand<Float> exampleLabels,
Iterable<Operand<Long>> sparseIndices,
Iterable<Operand<Float>> sparseWeights,
Iterable<Operand<Float>> denseWeights,
Operand<Float> exampleStateData,
String lossType,
Float l1,
Float l2,
Long numLossPartitions,
Long numInnerIterations,
SdcaOptimizer.Options... options)
Factory method to create a class to wrap a new SdcaOptimizer operation to the graph.
|
static SdcaOptimizer |
SdcaOptimizer.create(Scope scope,
Iterable<Operand<Long>> sparseExampleIndices,
Iterable<Operand<Long>> sparseFeatureIndices,
Iterable<Operand<Float>> sparseFeatureValues,
Iterable<Operand<Float>> denseFeatures,
Operand<Float> exampleWeights,
Operand<Float> exampleLabels,
Iterable<Operand<Long>> sparseIndices,
Iterable<Operand<Float>> sparseWeights,
Iterable<Operand<Float>> denseWeights,
Operand<Float> exampleStateData,
String lossType,
Float l1,
Float l2,
Long numLossPartitions,
Long numInnerIterations,
SdcaOptimizer.Options... options)
Factory method to create a class to wrap a new SdcaOptimizer operation to the graph.
|
static <T> SparseConcat<T> |
SparseConcat.create(Scope scope,
Iterable<Operand<Long>> indices,
Operand<T> values,
Iterable<Operand<Long>> shapes,
Long concatDim)
Factory method to create a class to wrap a new SparseConcat operation to the graph.
|
static ConsumeMutexLock |
ConsumeMutexLock.create(Scope scope,
Operand<?> mutexLock)
Factory method to create a class to wrap a new ConsumeMutexLock operation to the graph.
|
static IteratorToStringHandle |
IteratorToStringHandle.create(Scope scope,
Operand<?> resourceHandle)
Factory method to create a class to wrap a new IteratorToStringHandle operation to the graph.
|
static QueueIsClosedV2 |
QueueIsClosedV2.create(Scope scope,
Operand<?> handle)
Factory method to create a class to wrap a new QueueIsClosedV2 operation to the graph.
|
static BatchIFFT3D |
BatchIFFT3D.create(Scope scope,
Operand<?> input)
Factory method to create a class to wrap a new BatchIFFT3D operation to the graph.
|
static MutexLock |
MutexLock.create(Scope scope,
Operand<?> mutex)
Factory method to create a class to wrap a new MutexLock operation to the graph.
|
static QueueSize |
QueueSize.create(Scope scope,
Operand<?> handle)
Factory method to create a class to wrap a new QueueSize operation to the graph.
|
static ExperimentalIdentityIndexedDataset |
ExperimentalIdentityIndexedDataset.create(Scope scope,
Operand<?> size)
Factory method to create a class to wrap a new ExperimentalIdentityIndexedDataset operation to the graph.
|
static VarIsInitializedOp |
VarIsInitializedOp.create(Scope scope,
Operand<?> resource)
Factory method to create a class to wrap a new VarIsInitializedOp operation to the graph.
|
static BatchIFFT2D |
BatchIFFT2D.create(Scope scope,
Operand<?> input)
Factory method to create a class to wrap a new BatchIFFT2D operation to the graph.
|
static IsBoostedTreesEnsembleInitialized |
IsBoostedTreesEnsembleInitialized.create(Scope scope,
Operand<?> treeEnsembleHandle)
Factory method to create a class to wrap a new IsBoostedTreesEnsembleInitialized operation to the graph.
|
static ExperimentalFunctionBufferingResourceReset |
ExperimentalFunctionBufferingResourceReset.create(Scope scope,
Operand<?> functionBufferResource)
Factory method to create a class to wrap a new ExperimentalFunctionBufferingResourceReset operation to the graph.
|
static BatchFFT3D |
BatchFFT3D.create(Scope scope,
Operand<?> input)
Factory method to create a class to wrap a new BatchFFT3D operation to the graph.
|
static TensorListLength |
TensorListLength.create(Scope scope,
Operand<?> inputHandle)
Factory method to create a class to wrap a new TensorListLength operation to the graph.
|
static MultiDeviceIteratorToStringHandle |
MultiDeviceIteratorToStringHandle.create(Scope scope,
Operand<?> multiDeviceIterator)
Factory method to create a class to wrap a new MultiDeviceIteratorToStringHandle operation to the graph.
|
static TensorArrayClose |
TensorArrayClose.create(Scope scope,
Operand<?> handle)
Factory method to create a class to wrap a new TensorArrayClose operation to the graph.
|
static IsBoostedTreesQuantileStreamResourceInitialized |
IsBoostedTreesQuantileStreamResourceInitialized.create(Scope scope,
Operand<?> quantileStreamResourceHandle)
Factory method to create a class to wrap a new IsBoostedTreesQuantileStreamResourceInitialized operation to the graph.
|
static ExperimentalIteratorGetDevice |
ExperimentalIteratorGetDevice.create(Scope scope,
Operand<?> resource)
Factory method to create a class to wrap a new ExperimentalIteratorGetDevice operation to the graph.
|
static StatsAggregatorSummary |
StatsAggregatorSummary.create(Scope scope,
Operand<?> iterator)
Factory method to create a class to wrap a new StatsAggregatorSummary operation to the graph.
|
static ReaderSerializeState |
ReaderSerializeState.create(Scope scope,
Operand<?> readerHandle)
Factory method to create a class to wrap a new ReaderSerializeState operation to the graph.
|
static BatchFFT2D |
BatchFFT2D.create(Scope scope,
Operand<?> input)
Factory method to create a class to wrap a new BatchFFT2D operation to the graph.
|
static LookupTableSize |
LookupTableSize.create(Scope scope,
Operand<?> tableHandle)
Factory method to create a class to wrap a new LookupTableSize operation to the graph.
|
static DatasetToGraph |
DatasetToGraph.create(Scope scope,
Operand<?> inputDataset)
Factory method to create a class to wrap a new DatasetToGraph operation to the graph.
|
static ReaderNumRecordsProduced |
ReaderNumRecordsProduced.create(Scope scope,
Operand<?> readerHandle)
Factory method to create a class to wrap a new ReaderNumRecordsProduced operation to the graph.
|
static SinkDataset |
SinkDataset.create(Scope scope,
Operand<?> inputDataset)
Factory method to create a class to wrap a new SinkDataset operation to the graph.
|
static BatchIFFT |
BatchIFFT.create(Scope scope,
Operand<?> input)
Factory method to create a class to wrap a new BatchIFFT operation to the graph.
|
static ReaderNumWorkUnitsCompleted |
ReaderNumWorkUnitsCompleted.create(Scope scope,
Operand<?> readerHandle)
Factory method to create a class to wrap a new ReaderNumWorkUnitsCompleted operation to the graph.
|
static BatchFFT |
BatchFFT.create(Scope scope,
Operand<?> input)
Factory method to create a class to wrap a new BatchFFT operation to the graph.
|
static BoostedTreesGetEnsembleStates |
BoostedTreesGetEnsembleStates.create(Scope scope,
Operand<?> treeEnsembleHandle)
Factory method to create a class to wrap a new BoostedTreesGetEnsembleStates operation to the graph.
|
static SerializeIterator |
SerializeIterator.create(Scope scope,
Operand<?> resourceHandle)
Factory method to create a class to wrap a new SerializeIterator operation to the graph.
|
static ReaderReset |
ReaderReset.create(Scope scope,
Operand<?> readerHandle)
Factory method to create a class to wrap a new ReaderReset operation to the graph.
|
static VariableShape<Integer> |
VariableShape.create(Scope scope,
Operand<?> input)
Factory method to create a class to wrap a new VariableShape operation to the graph, using default output types.
|
static BoostedTreesSerializeEnsemble |
BoostedTreesSerializeEnsemble.create(Scope scope,
Operand<?> treeEnsembleHandle)
Factory method to create a class to wrap a new BoostedTreesSerializeEnsemble operation to the graph.
|
static FlushSummaryWriter |
FlushSummaryWriter.create(Scope scope,
Operand<?> writer)
Factory method to create a class to wrap a new FlushSummaryWriter operation to the graph.
|
static OptionalHasValue |
OptionalHasValue.create(Scope scope,
Operand<?> optional)
Factory method to create a class to wrap a new OptionalHasValue operation to the graph.
|
static CloseSummaryWriter |
CloseSummaryWriter.create(Scope scope,
Operand<?> writer)
Factory method to create a class to wrap a new CloseSummaryWriter operation to the graph.
|
static <T> ReadVariableOp<T> |
ReadVariableOp.create(Scope scope,
Operand<?> resource,
Class<T> dtype)
Factory method to create a class to wrap a new ReadVariableOp operation to the graph.
|
static <T> TensorListPopBack<T> |
TensorListPopBack.create(Scope scope,
Operand<?> inputHandle,
Class<T> elementDtype)
Factory method to create a class to wrap a new TensorListPopBack operation to the graph.
|
static <T extends Number> |
TensorListElementShape.create(Scope scope,
Operand<?> inputHandle,
Class<T> shapeType)
Factory method to create a class to wrap a new TensorListElementShape operation to the graph.
|
static <T extends Number> |
VariableShape.create(Scope scope,
Operand<?> input,
Class<T> outType)
Factory method to create a class to wrap a new VariableShape operation to the graph.
|
static <T,U> LookupTableExport<T,U> |
LookupTableExport.create(Scope scope,
Operand<?> tableHandle,
Class<T> Tkeys,
Class<U> Tvalues)
Factory method to create a class to wrap a new LookupTableExport operation to the graph.
|
static <T> TensorListStack<T> |
TensorListStack.create(Scope scope,
Operand<?> inputHandle,
Class<T> elementDtype,
TensorListStack.Options... options)
Factory method to create a class to wrap a new TensorListStack operation to the graph.
|
static DestroyResourceOp |
DestroyResourceOp.create(Scope scope,
Operand<?> resource,
DestroyResourceOp.Options... options)
Factory method to create a class to wrap a new DestroyResourceOp operation to the graph.
|
static Gradients |
Gradients.create(Scope scope,
Operand<?> y,
Iterable<? extends Operand<?>> x,
Gradients.Options... options)
Adds gradients computation ops to the graph according to scope.
|
static EnqueueInQueueDataset |
EnqueueInQueueDataset.create(Scope scope,
Operand<?> queue,
Iterable<Operand<?>> components)
Factory method to create a class to wrap a new EnqueueInQueueDataset operation to the graph.
|
static ExperimentalDirectedInterleaveDataset |
ExperimentalDirectedInterleaveDataset.create(Scope scope,
Operand<?> selectorInputDataset,
Iterable<Operand<?>> dataInputDatasets,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Factory method to create a class to wrap a new ExperimentalDirectedInterleaveDataset operation to the graph.
|
static QueueEnqueue |
QueueEnqueue.create(Scope scope,
Operand<?> handle,
Iterable<Operand<?>> components,
QueueEnqueue.Options... options)
Factory method to create a class to wrap a new QueueEnqueue operation to the graph.
|
static QueueEnqueueMany |
QueueEnqueueMany.create(Scope scope,
Operand<?> handle,
Iterable<Operand<?>> components,
QueueEnqueueMany.Options... options)
Factory method to create a class to wrap a new QueueEnqueueMany operation to the graph.
|
static BoostedTreesQuantileStreamResourceAddSummaries |
BoostedTreesQuantileStreamResourceAddSummaries.create(Scope scope,
Operand<?> quantileStreamResourceHandle,
Iterable<Operand<Float>> summaries)
Factory method to create a class to wrap a new BoostedTreesQuantileStreamResourceAddSummaries operation to the graph.
|
static BoostedTreesPredict |
BoostedTreesPredict.create(Scope scope,
Operand<?> treeEnsembleHandle,
Iterable<Operand<Integer>> bucketizedFeatures,
Long logitsDimension)
Factory method to create a class to wrap a new BoostedTreesPredict operation to the graph.
|
static BoostedTreesExampleDebugOutputs |
BoostedTreesExampleDebugOutputs.create(Scope scope,
Operand<?> treeEnsembleHandle,
Iterable<Operand<Integer>> bucketizedFeatures,
Long logitsDimension)
Factory method to create a class to wrap a new BoostedTreesExampleDebugOutputs operation to the graph.
|
static ExperimentalFunctionBufferingResourceGetNext |
ExperimentalFunctionBufferingResourceGetNext.create(Scope scope,
Operand<?> functionBufferResource,
List<Class<?>> outputTypes)
Factory method to create a class to wrap a new ExperimentalFunctionBufferingResourceGetNext operation to the graph.
|
static IteratorGetNextSync |
IteratorGetNextSync.create(Scope scope,
Operand<?> iterator,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Factory method to create a class to wrap a new IteratorGetNextSync operation to the graph.
|
static IteratorGetNext |
IteratorGetNext.create(Scope scope,
Operand<?> iterator,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Factory method to create a class to wrap a new IteratorGetNext operation to the graph.
|
static UnbatchDataset |
UnbatchDataset.create(Scope scope,
Operand<?> inputDataset,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Factory method to create a class to wrap a new UnbatchDataset operation to the graph.
|
static OptionalGetValue |
OptionalGetValue.create(Scope scope,
Operand<?> optional,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Factory method to create a class to wrap a new OptionalGetValue operation to the graph.
|
static ExperimentalUniqueDataset |
ExperimentalUniqueDataset.create(Scope scope,
Operand<?> inputDataset,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Factory method to create a class to wrap a new ExperimentalUniqueDataset operation to the graph.
|
static FilterByLastComponentDataset |
FilterByLastComponentDataset.create(Scope scope,
Operand<?> inputDataset,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Factory method to create a class to wrap a new FilterByLastComponentDataset operation to the graph.
|
static DatasetToSingleElement |
DatasetToSingleElement.create(Scope scope,
Operand<?> dataset,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Factory method to create a class to wrap a new DatasetToSingleElement operation to the graph.
|
static ModelDataset |
ModelDataset.create(Scope scope,
Operand<?> inputDataset,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Factory method to create a class to wrap a new ModelDataset operation to the graph.
|
static ExperimentalIgnoreErrorsDataset |
ExperimentalIgnoreErrorsDataset.create(Scope scope,
Operand<?> inputDataset,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Factory method to create a class to wrap a new ExperimentalIgnoreErrorsDataset operation to the graph.
|
static IteratorGetNextAsOptional |
IteratorGetNextAsOptional.create(Scope scope,
Operand<?> iterator,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Factory method to create a class to wrap a new IteratorGetNextAsOptional operation to the graph.
|
static QueueDequeue |
QueueDequeue.create(Scope scope,
Operand<?> handle,
List<Class<?>> componentTypes,
QueueDequeue.Options... options)
Factory method to create a class to wrap a new QueueDequeue operation to the graph.
|
static BoostedTreesQuantileStreamResourceGetBucketBoundaries |
BoostedTreesQuantileStreamResourceGetBucketBoundaries.create(Scope scope,
Operand<?> quantileStreamResourceHandle,
Long numFeatures)
Factory method to create a class to wrap a new BoostedTreesQuantileStreamResourceGetBucketBoundaries operation to the graph.
|
static <T extends Number> |
ResourceCountUpTo.create(Scope scope,
Operand<?> resource,
Long limit,
Class<T> T)
Factory method to create a class to wrap a new ResourceCountUpTo operation to the graph.
|
static DeserializeIterator |
DeserializeIterator.create(Scope scope,
Operand<?> resourceHandle,
Operand<?> serialized)
Factory method to create a class to wrap a new DeserializeIterator operation to the graph.
|
static DeserializeIterator |
DeserializeIterator.create(Scope scope,
Operand<?> resourceHandle,
Operand<?> serialized)
Factory method to create a class to wrap a new DeserializeIterator operation to the graph.
|
static MakeIterator |
MakeIterator.create(Scope scope,
Operand<?> dataset,
Operand<?> iterator)
Factory method to create a class to wrap a new MakeIterator operation to the graph.
|
static MakeIterator |
MakeIterator.create(Scope scope,
Operand<?> dataset,
Operand<?> iterator)
Factory method to create a class to wrap a new MakeIterator operation to the graph.
|
static ReaderRead |
ReaderRead.create(Scope scope,
Operand<?> readerHandle,
Operand<?> queueHandle)
Factory method to create a class to wrap a new ReaderRead operation to the graph.
|
static ReaderRead |
ReaderRead.create(Scope scope,
Operand<?> readerHandle,
Operand<?> queueHandle)
Factory method to create a class to wrap a new ReaderRead operation to the graph.
|
static ExperimentalIndexedDatasetMaterialize |
ExperimentalIndexedDatasetMaterialize.create(Scope scope,
Operand<?> dataset,
Operand<?> materialized)
Factory method to create a class to wrap a new ExperimentalIndexedDatasetMaterialize operation to the graph.
|
static ExperimentalIndexedDatasetMaterialize |
ExperimentalIndexedDatasetMaterialize.create(Scope scope,
Operand<?> dataset,
Operand<?> materialized)
Factory method to create a class to wrap a new ExperimentalIndexedDatasetMaterialize operation to the graph.
|
static <T> TensorListConcatLists |
TensorListConcatLists.create(Scope scope,
Operand<?> inputA,
Operand<?> inputB,
Class<T> elementDtype)
Factory method to create a class to wrap a new TensorListConcatLists operation to the graph.
|
static <T> TensorListConcatLists |
TensorListConcatLists.create(Scope scope,
Operand<?> inputA,
Operand<?> inputB,
Class<T> elementDtype)
Factory method to create a class to wrap a new TensorListConcatLists operation to the graph.
|
static ExperimentalIndexedDatasetGet |
ExperimentalIndexedDatasetGet.create(Scope scope,
Operand<?> materialized,
Operand<?> index,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Factory method to create a class to wrap a new ExperimentalIndexedDatasetGet operation to the graph.
|
static ExperimentalIndexedDatasetGet |
ExperimentalIndexedDatasetGet.create(Scope scope,
Operand<?> materialized,
Operand<?> index,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Factory method to create a class to wrap a new ExperimentalIndexedDatasetGet operation to the graph.
|
static ExperimentalThreadPoolDataset |
ExperimentalThreadPoolDataset.create(Scope scope,
Operand<?> inputDataset,
Operand<?> threadPool,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Factory method to create a class to wrap a new ExperimentalThreadPoolDataset operation to the graph.
|
static ExperimentalThreadPoolDataset |
ExperimentalThreadPoolDataset.create(Scope scope,
Operand<?> inputDataset,
Operand<?> threadPool,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Factory method to create a class to wrap a new ExperimentalThreadPoolDataset operation to the graph.
|
static ConcatenateDataset |
ConcatenateDataset.create(Scope scope,
Operand<?> inputDataset,
Operand<?> anotherDataset,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Factory method to create a class to wrap a new ConcatenateDataset operation to the graph.
|
static ConcatenateDataset |
ConcatenateDataset.create(Scope scope,
Operand<?> inputDataset,
Operand<?> anotherDataset,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Factory method to create a class to wrap a new ConcatenateDataset operation to the graph.
|
static SetStatsAggregatorDataset |
SetStatsAggregatorDataset.create(Scope scope,
Operand<?> inputDataset,
Operand<?> statsAggregator,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Factory method to create a class to wrap a new SetStatsAggregatorDataset operation to the graph.
|
static SetStatsAggregatorDataset |
SetStatsAggregatorDataset.create(Scope scope,
Operand<?> inputDataset,
Operand<?> statsAggregator,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Factory method to create a class to wrap a new SetStatsAggregatorDataset operation to the graph.
|
static GcsConfigureBlockCache |
GcsConfigureBlockCache.create(Scope scope,
Operand<?> maxCacheSize,
Operand<?> blockSize,
Operand<?> maxStaleness)
Factory method to create a class to wrap a new GcsConfigureBlockCache operation to the graph.
|
static GcsConfigureBlockCache |
GcsConfigureBlockCache.create(Scope scope,
Operand<?> maxCacheSize,
Operand<?> blockSize,
Operand<?> maxStaleness)
Factory method to create a class to wrap a new GcsConfigureBlockCache operation to the graph.
|
static GcsConfigureBlockCache |
GcsConfigureBlockCache.create(Scope scope,
Operand<?> maxCacheSize,
Operand<?> blockSize,
Operand<?> maxStaleness)
Factory method to create a class to wrap a new GcsConfigureBlockCache operation to the graph.
|
static <T,U extends Number> |
ResourceSparseApplyCenteredRMSProp.create(Scope scope,
Operand<?> var,
Operand<?> mg,
Operand<?> ms,
Operand<?> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyCenteredRMSProp.Options... options)
Factory method to create a class to wrap a new ResourceSparseApplyCenteredRMSProp operation to the graph.
|
static <T,U extends Number> |
ResourceSparseApplyCenteredRMSProp.create(Scope scope,
Operand<?> var,
Operand<?> mg,
Operand<?> ms,
Operand<?> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyCenteredRMSProp.Options... options)
Factory method to create a class to wrap a new ResourceSparseApplyCenteredRMSProp operation to the graph.
|
static <T,U extends Number> |
ResourceSparseApplyCenteredRMSProp.create(Scope scope,
Operand<?> var,
Operand<?> mg,
Operand<?> ms,
Operand<?> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyCenteredRMSProp.Options... options)
Factory method to create a class to wrap a new ResourceSparseApplyCenteredRMSProp operation to the graph.
|
static <T,U extends Number> |
ResourceSparseApplyCenteredRMSProp.create(Scope scope,
Operand<?> var,
Operand<?> mg,
Operand<?> ms,
Operand<?> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyCenteredRMSProp.Options... options)
Factory method to create a class to wrap a new ResourceSparseApplyCenteredRMSProp operation to the graph.
|
static <T,U extends Number> |
ResourceSparseApplyCenteredRMSProp.create(Scope scope,
Operand<?> var,
Operand<?> mg,
Operand<?> ms,
Operand<?> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyCenteredRMSProp.Options... options)
Factory method to create a class to wrap a new ResourceSparseApplyCenteredRMSProp operation to the graph.
|
static <T,U extends Number> |
ResourceSparseApplyCenteredRMSProp.create(Scope scope,
Operand<?> var,
Operand<?> mg,
Operand<?> ms,
Operand<?> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyCenteredRMSProp.Options... options)
Factory method to create a class to wrap a new ResourceSparseApplyCenteredRMSProp operation to the graph.
|
static <T,U extends Number> |
ResourceSparseApplyCenteredRMSProp.create(Scope scope,
Operand<?> var,
Operand<?> mg,
Operand<?> ms,
Operand<?> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyCenteredRMSProp.Options... options)
Factory method to create a class to wrap a new ResourceSparseApplyCenteredRMSProp operation to the graph.
|
static <T,U extends Number> |
ResourceSparseApplyCenteredRMSProp.create(Scope scope,
Operand<?> var,
Operand<?> mg,
Operand<?> ms,
Operand<?> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyCenteredRMSProp.Options... options)
Factory method to create a class to wrap a new ResourceSparseApplyCenteredRMSProp operation to the graph.
|
static <T,U extends Number> |
ResourceSparseApplyCenteredRMSProp.create(Scope scope,
Operand<?> var,
Operand<?> mg,
Operand<?> ms,
Operand<?> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyCenteredRMSProp.Options... options)
Factory method to create a class to wrap a new ResourceSparseApplyCenteredRMSProp operation to the graph.
|
static <T,U extends Number> |
ResourceSparseApplyCenteredRMSProp.create(Scope scope,
Operand<?> var,
Operand<?> mg,
Operand<?> ms,
Operand<?> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyCenteredRMSProp.Options... options)
Factory method to create a class to wrap a new ResourceSparseApplyCenteredRMSProp operation to the graph.
|
static <T> ResourceApplyCenteredRMSProp |
ResourceApplyCenteredRMSProp.create(Scope scope,
Operand<?> var,
Operand<?> mg,
Operand<?> ms,
Operand<?> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
ResourceApplyCenteredRMSProp.Options... options)
Factory method to create a class to wrap a new ResourceApplyCenteredRMSProp operation to the graph.
|
static <T> ResourceApplyCenteredRMSProp |
ResourceApplyCenteredRMSProp.create(Scope scope,
Operand<?> var,
Operand<?> mg,
Operand<?> ms,
Operand<?> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
ResourceApplyCenteredRMSProp.Options... options)
Factory method to create a class to wrap a new ResourceApplyCenteredRMSProp operation to the graph.
|
static <T> ResourceApplyCenteredRMSProp |
ResourceApplyCenteredRMSProp.create(Scope scope,
Operand<?> var,
Operand<?> mg,
Operand<?> ms,
Operand<?> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
ResourceApplyCenteredRMSProp.Options... options)
Factory method to create a class to wrap a new ResourceApplyCenteredRMSProp operation to the graph.
|
static <T> ResourceApplyCenteredRMSProp |
ResourceApplyCenteredRMSProp.create(Scope scope,
Operand<?> var,
Operand<?> mg,
Operand<?> ms,
Operand<?> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
ResourceApplyCenteredRMSProp.Options... options)
Factory method to create a class to wrap a new ResourceApplyCenteredRMSProp operation to the graph.
|
static <T> ResourceApplyCenteredRMSProp |
ResourceApplyCenteredRMSProp.create(Scope scope,
Operand<?> var,
Operand<?> mg,
Operand<?> ms,
Operand<?> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
ResourceApplyCenteredRMSProp.Options... options)
Factory method to create a class to wrap a new ResourceApplyCenteredRMSProp operation to the graph.
|
static <T> ResourceApplyCenteredRMSProp |
ResourceApplyCenteredRMSProp.create(Scope scope,
Operand<?> var,
Operand<?> mg,
Operand<?> ms,
Operand<?> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
ResourceApplyCenteredRMSProp.Options... options)
Factory method to create a class to wrap a new ResourceApplyCenteredRMSProp operation to the graph.
|
static <T> ResourceApplyCenteredRMSProp |
ResourceApplyCenteredRMSProp.create(Scope scope,
Operand<?> var,
Operand<?> mg,
Operand<?> ms,
Operand<?> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
ResourceApplyCenteredRMSProp.Options... options)
Factory method to create a class to wrap a new ResourceApplyCenteredRMSProp operation to the graph.
|
static <T> ResourceApplyCenteredRMSProp |
ResourceApplyCenteredRMSProp.create(Scope scope,
Operand<?> var,
Operand<?> mg,
Operand<?> ms,
Operand<?> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
ResourceApplyCenteredRMSProp.Options... options)
Factory method to create a class to wrap a new ResourceApplyCenteredRMSProp operation to the graph.
|
static <T> ResourceApplyCenteredRMSProp |
ResourceApplyCenteredRMSProp.create(Scope scope,
Operand<?> var,
Operand<?> mg,
Operand<?> ms,
Operand<?> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
ResourceApplyCenteredRMSProp.Options... options)
Factory method to create a class to wrap a new ResourceApplyCenteredRMSProp operation to the graph.
|
static <T> ResourceApplyAdagradDA |
ResourceApplyAdagradDA.create(Scope scope,
Operand<?> var,
Operand<?> gradientAccumulator,
Operand<?> gradientSquaredAccumulator,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<Long> globalStep,
ResourceApplyAdagradDA.Options... options)
Factory method to create a class to wrap a new ResourceApplyAdagradDA operation to the graph.
|
static <T> ResourceApplyAdagradDA |
ResourceApplyAdagradDA.create(Scope scope,
Operand<?> var,
Operand<?> gradientAccumulator,
Operand<?> gradientSquaredAccumulator,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<Long> globalStep,
ResourceApplyAdagradDA.Options... options)
Factory method to create a class to wrap a new ResourceApplyAdagradDA operation to the graph.
|
static <T> ResourceApplyAdagradDA |
ResourceApplyAdagradDA.create(Scope scope,
Operand<?> var,
Operand<?> gradientAccumulator,
Operand<?> gradientSquaredAccumulator,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<Long> globalStep,
ResourceApplyAdagradDA.Options... options)
Factory method to create a class to wrap a new ResourceApplyAdagradDA operation to the graph.
|
static <T> ResourceApplyAdagradDA |
ResourceApplyAdagradDA.create(Scope scope,
Operand<?> var,
Operand<?> gradientAccumulator,
Operand<?> gradientSquaredAccumulator,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<Long> globalStep,
ResourceApplyAdagradDA.Options... options)
Factory method to create a class to wrap a new ResourceApplyAdagradDA operation to the graph.
|
static <T> ResourceApplyAdagradDA |
ResourceApplyAdagradDA.create(Scope scope,
Operand<?> var,
Operand<?> gradientAccumulator,
Operand<?> gradientSquaredAccumulator,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<Long> globalStep,
ResourceApplyAdagradDA.Options... options)
Factory method to create a class to wrap a new ResourceApplyAdagradDA operation to the graph.
|
static <T> ResourceApplyAdagradDA |
ResourceApplyAdagradDA.create(Scope scope,
Operand<?> var,
Operand<?> gradientAccumulator,
Operand<?> gradientSquaredAccumulator,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<Long> globalStep,
ResourceApplyAdagradDA.Options... options)
Factory method to create a class to wrap a new ResourceApplyAdagradDA operation to the graph.
|
static <T> ResourceApplyAdagradDA |
ResourceApplyAdagradDA.create(Scope scope,
Operand<?> var,
Operand<?> gradientAccumulator,
Operand<?> gradientSquaredAccumulator,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<Long> globalStep,
ResourceApplyAdagradDA.Options... options)
Factory method to create a class to wrap a new ResourceApplyAdagradDA operation to the graph.
|
static <T> ResourceApplyAdagradDA |
ResourceApplyAdagradDA.create(Scope scope,
Operand<?> var,
Operand<?> gradientAccumulator,
Operand<?> gradientSquaredAccumulator,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<Long> globalStep,
ResourceApplyAdagradDA.Options... options)
Factory method to create a class to wrap a new ResourceApplyAdagradDA operation to the graph.
|
static <T> ResourceApplyAdam |
ResourceApplyAdam.create(Scope scope,
Operand<?> var,
Operand<?> m,
Operand<?> v,
Operand<T> beta1Power,
Operand<T> beta2Power,
Operand<T> lr,
Operand<T> beta1,
Operand<T> beta2,
Operand<T> epsilon,
Operand<T> grad,
ResourceApplyAdam.Options... options)
Factory method to create a class to wrap a new ResourceApplyAdam operation to the graph.
|
static <T> ResourceApplyAdam |
ResourceApplyAdam.create(Scope scope,
Operand<?> var,
Operand<?> m,
Operand<?> v,
Operand<T> beta1Power,
Operand<T> beta2Power,
Operand<T> lr,
Operand<T> beta1,
Operand<T> beta2,
Operand<T> epsilon,
Operand<T> grad,
ResourceApplyAdam.Options... options)
Factory method to create a class to wrap a new ResourceApplyAdam operation to the graph.
|
static <T> ResourceApplyAdam |
ResourceApplyAdam.create(Scope scope,
Operand<?> var,
Operand<?> m,
Operand<?> v,
Operand<T> beta1Power,
Operand<T> beta2Power,
Operand<T> lr,
Operand<T> beta1,
Operand<T> beta2,
Operand<T> epsilon,
Operand<T> grad,
ResourceApplyAdam.Options... options)
Factory method to create a class to wrap a new ResourceApplyAdam operation to the graph.
|
static <T> ResourceApplyAdam |
ResourceApplyAdam.create(Scope scope,
Operand<?> var,
Operand<?> m,
Operand<?> v,
Operand<T> beta1Power,
Operand<T> beta2Power,
Operand<T> lr,
Operand<T> beta1,
Operand<T> beta2,
Operand<T> epsilon,
Operand<T> grad,
ResourceApplyAdam.Options... options)
Factory method to create a class to wrap a new ResourceApplyAdam operation to the graph.
|
static <T> ResourceApplyAdam |
ResourceApplyAdam.create(Scope scope,
Operand<?> var,
Operand<?> m,
Operand<?> v,
Operand<T> beta1Power,
Operand<T> beta2Power,
Operand<T> lr,
Operand<T> beta1,
Operand<T> beta2,
Operand<T> epsilon,
Operand<T> grad,
ResourceApplyAdam.Options... options)
Factory method to create a class to wrap a new ResourceApplyAdam operation to the graph.
|
static <T> ResourceApplyAdam |
ResourceApplyAdam.create(Scope scope,
Operand<?> var,
Operand<?> m,
Operand<?> v,
Operand<T> beta1Power,
Operand<T> beta2Power,
Operand<T> lr,
Operand<T> beta1,
Operand<T> beta2,
Operand<T> epsilon,
Operand<T> grad,
ResourceApplyAdam.Options... options)
Factory method to create a class to wrap a new ResourceApplyAdam operation to the graph.
|
static <T> ResourceApplyAdam |
ResourceApplyAdam.create(Scope scope,
Operand<?> var,
Operand<?> m,
Operand<?> v,
Operand<T> beta1Power,
Operand<T> beta2Power,
Operand<T> lr,
Operand<T> beta1,
Operand<T> beta2,
Operand<T> epsilon,
Operand<T> grad,
ResourceApplyAdam.Options... options)
Factory method to create a class to wrap a new ResourceApplyAdam operation to the graph.
|
static <T> ResourceApplyAdam |
ResourceApplyAdam.create(Scope scope,
Operand<?> var,
Operand<?> m,
Operand<?> v,
Operand<T> beta1Power,
Operand<T> beta2Power,
Operand<T> lr,
Operand<T> beta1,
Operand<T> beta2,
Operand<T> epsilon,
Operand<T> grad,
ResourceApplyAdam.Options... options)
Factory method to create a class to wrap a new ResourceApplyAdam operation to the graph.
|
static <T> ResourceApplyAdam |
ResourceApplyAdam.create(Scope scope,
Operand<?> var,
Operand<?> m,
Operand<?> v,
Operand<T> beta1Power,
Operand<T> beta2Power,
Operand<T> lr,
Operand<T> beta1,
Operand<T> beta2,
Operand<T> epsilon,
Operand<T> grad,
ResourceApplyAdam.Options... options)
Factory method to create a class to wrap a new ResourceApplyAdam operation to the graph.
|
static <T> ResourceApplyAdam |
ResourceApplyAdam.create(Scope scope,
Operand<?> var,
Operand<?> m,
Operand<?> v,
Operand<T> beta1Power,
Operand<T> beta2Power,
Operand<T> lr,
Operand<T> beta1,
Operand<T> beta2,
Operand<T> epsilon,
Operand<T> grad,
ResourceApplyAdam.Options... options)
Factory method to create a class to wrap a new ResourceApplyAdam operation to the graph.
|
static <T> ResourceApplyAdaMax |
ResourceApplyAdaMax.create(Scope scope,
Operand<?> var,
Operand<?> m,
Operand<?> v,
Operand<T> beta1Power,
Operand<T> lr,
Operand<T> beta1,
Operand<T> beta2,
Operand<T> epsilon,
Operand<T> grad,
ResourceApplyAdaMax.Options... options)
Factory method to create a class to wrap a new ResourceApplyAdaMax operation to the graph.
|
static <T> ResourceApplyAdaMax |
ResourceApplyAdaMax.create(Scope scope,
Operand<?> var,
Operand<?> m,
Operand<?> v,
Operand<T> beta1Power,
Operand<T> lr,
Operand<T> beta1,
Operand<T> beta2,
Operand<T> epsilon,
Operand<T> grad,
ResourceApplyAdaMax.Options... options)
Factory method to create a class to wrap a new ResourceApplyAdaMax operation to the graph.
|
static <T> ResourceApplyAdaMax |
ResourceApplyAdaMax.create(Scope scope,
Operand<?> var,
Operand<?> m,
Operand<?> v,
Operand<T> beta1Power,
Operand<T> lr,
Operand<T> beta1,
Operand<T> beta2,
Operand<T> epsilon,
Operand<T> grad,
ResourceApplyAdaMax.Options... options)
Factory method to create a class to wrap a new ResourceApplyAdaMax operation to the graph.
|
static <T> ResourceApplyAdaMax |
ResourceApplyAdaMax.create(Scope scope,
Operand<?> var,
Operand<?> m,
Operand<?> v,
Operand<T> beta1Power,
Operand<T> lr,
Operand<T> beta1,
Operand<T> beta2,
Operand<T> epsilon,
Operand<T> grad,
ResourceApplyAdaMax.Options... options)
Factory method to create a class to wrap a new ResourceApplyAdaMax operation to the graph.
|
static <T> ResourceApplyAdaMax |
ResourceApplyAdaMax.create(Scope scope,
Operand<?> var,
Operand<?> m,
Operand<?> v,
Operand<T> beta1Power,
Operand<T> lr,
Operand<T> beta1,
Operand<T> beta2,
Operand<T> epsilon,
Operand<T> grad,
ResourceApplyAdaMax.Options... options)
Factory method to create a class to wrap a new ResourceApplyAdaMax operation to the graph.
|
static <T> ResourceApplyAdaMax |
ResourceApplyAdaMax.create(Scope scope,
Operand<?> var,
Operand<?> m,
Operand<?> v,
Operand<T> beta1Power,
Operand<T> lr,
Operand<T> beta1,
Operand<T> beta2,
Operand<T> epsilon,
Operand<T> grad,
ResourceApplyAdaMax.Options... options)
Factory method to create a class to wrap a new ResourceApplyAdaMax operation to the graph.
|
static <T> ResourceApplyAdaMax |
ResourceApplyAdaMax.create(Scope scope,
Operand<?> var,
Operand<?> m,
Operand<?> v,
Operand<T> beta1Power,
Operand<T> lr,
Operand<T> beta1,
Operand<T> beta2,
Operand<T> epsilon,
Operand<T> grad,
ResourceApplyAdaMax.Options... options)
Factory method to create a class to wrap a new ResourceApplyAdaMax operation to the graph.
|
static <T> ResourceApplyAdaMax |
ResourceApplyAdaMax.create(Scope scope,
Operand<?> var,
Operand<?> m,
Operand<?> v,
Operand<T> beta1Power,
Operand<T> lr,
Operand<T> beta1,
Operand<T> beta2,
Operand<T> epsilon,
Operand<T> grad,
ResourceApplyAdaMax.Options... options)
Factory method to create a class to wrap a new ResourceApplyAdaMax operation to the graph.
|
static <T> ResourceApplyAdaMax |
ResourceApplyAdaMax.create(Scope scope,
Operand<?> var,
Operand<?> m,
Operand<?> v,
Operand<T> beta1Power,
Operand<T> lr,
Operand<T> beta1,
Operand<T> beta2,
Operand<T> epsilon,
Operand<T> grad,
ResourceApplyAdaMax.Options... options)
Factory method to create a class to wrap a new ResourceApplyAdaMax operation to the graph.
|
static <T> ResourceApplyFtrlV2 |
ResourceApplyFtrlV2.create(Scope scope,
Operand<?> var,
Operand<?> accum,
Operand<?> linear,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> l2Shrinkage,
Operand<T> lrPower,
ResourceApplyFtrlV2.Options... options)
Factory method to create a class to wrap a new ResourceApplyFtrlV2 operation to the graph.
|
static <T> ResourceApplyFtrlV2 |
ResourceApplyFtrlV2.create(Scope scope,
Operand<?> var,
Operand<?> accum,
Operand<?> linear,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> l2Shrinkage,
Operand<T> lrPower,
ResourceApplyFtrlV2.Options... options)
Factory method to create a class to wrap a new ResourceApplyFtrlV2 operation to the graph.
|
static <T> ResourceApplyFtrlV2 |
ResourceApplyFtrlV2.create(Scope scope,
Operand<?> var,
Operand<?> accum,
Operand<?> linear,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> l2Shrinkage,
Operand<T> lrPower,
ResourceApplyFtrlV2.Options... options)
Factory method to create a class to wrap a new ResourceApplyFtrlV2 operation to the graph.
|
static <T> ResourceApplyFtrlV2 |
ResourceApplyFtrlV2.create(Scope scope,
Operand<?> var,
Operand<?> accum,
Operand<?> linear,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> l2Shrinkage,
Operand<T> lrPower,
ResourceApplyFtrlV2.Options... options)
Factory method to create a class to wrap a new ResourceApplyFtrlV2 operation to the graph.
|
static <T> ResourceApplyFtrlV2 |
ResourceApplyFtrlV2.create(Scope scope,
Operand<?> var,
Operand<?> accum,
Operand<?> linear,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> l2Shrinkage,
Operand<T> lrPower,
ResourceApplyFtrlV2.Options... options)
Factory method to create a class to wrap a new ResourceApplyFtrlV2 operation to the graph.
|
static <T> ResourceApplyFtrlV2 |
ResourceApplyFtrlV2.create(Scope scope,
Operand<?> var,
Operand<?> accum,
Operand<?> linear,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> l2Shrinkage,
Operand<T> lrPower,
ResourceApplyFtrlV2.Options... options)
Factory method to create a class to wrap a new ResourceApplyFtrlV2 operation to the graph.
|
static <T> ResourceApplyFtrlV2 |
ResourceApplyFtrlV2.create(Scope scope,
Operand<?> var,
Operand<?> accum,
Operand<?> linear,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> l2Shrinkage,
Operand<T> lrPower,
ResourceApplyFtrlV2.Options... options)
Factory method to create a class to wrap a new ResourceApplyFtrlV2 operation to the graph.
|
static <T> ResourceApplyFtrlV2 |
ResourceApplyFtrlV2.create(Scope scope,
Operand<?> var,
Operand<?> accum,
Operand<?> linear,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> l2Shrinkage,
Operand<T> lrPower,
ResourceApplyFtrlV2.Options... options)
Factory method to create a class to wrap a new ResourceApplyFtrlV2 operation to the graph.
|
static <T> ResourceApplyFtrlV2 |
ResourceApplyFtrlV2.create(Scope scope,
Operand<?> var,
Operand<?> accum,
Operand<?> linear,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> l2Shrinkage,
Operand<T> lrPower,
ResourceApplyFtrlV2.Options... options)
Factory method to create a class to wrap a new ResourceApplyFtrlV2 operation to the graph.
|
static <T,U extends Number> |
ResourceSparseApplyRMSProp.create(Scope scope,
Operand<?> var,
Operand<?> ms,
Operand<?> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyRMSProp.Options... options)
Factory method to create a class to wrap a new ResourceSparseApplyRMSProp operation to the graph.
|
static <T,U extends Number> |
ResourceSparseApplyRMSProp.create(Scope scope,
Operand<?> var,
Operand<?> ms,
Operand<?> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyRMSProp.Options... options)
Factory method to create a class to wrap a new ResourceSparseApplyRMSProp operation to the graph.
|
static <T,U extends Number> |
ResourceSparseApplyRMSProp.create(Scope scope,
Operand<?> var,
Operand<?> ms,
Operand<?> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyRMSProp.Options... options)
Factory method to create a class to wrap a new ResourceSparseApplyRMSProp operation to the graph.
|
static <T,U extends Number> |
ResourceSparseApplyRMSProp.create(Scope scope,
Operand<?> var,
Operand<?> ms,
Operand<?> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyRMSProp.Options... options)
Factory method to create a class to wrap a new ResourceSparseApplyRMSProp operation to the graph.
|
static <T,U extends Number> |
ResourceSparseApplyRMSProp.create(Scope scope,
Operand<?> var,
Operand<?> ms,
Operand<?> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyRMSProp.Options... options)
Factory method to create a class to wrap a new ResourceSparseApplyRMSProp operation to the graph.
|
static <T,U extends Number> |
ResourceSparseApplyRMSProp.create(Scope scope,
Operand<?> var,
Operand<?> ms,
Operand<?> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyRMSProp.Options... options)
Factory method to create a class to wrap a new ResourceSparseApplyRMSProp operation to the graph.
|
static <T,U extends Number> |
ResourceSparseApplyRMSProp.create(Scope scope,
Operand<?> var,
Operand<?> ms,
Operand<?> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyRMSProp.Options... options)
Factory method to create a class to wrap a new ResourceSparseApplyRMSProp operation to the graph.
|
static <T,U extends Number> |
ResourceSparseApplyRMSProp.create(Scope scope,
Operand<?> var,
Operand<?> ms,
Operand<?> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyRMSProp.Options... options)
Factory method to create a class to wrap a new ResourceSparseApplyRMSProp operation to the graph.
|
static <T,U extends Number> |
ResourceSparseApplyRMSProp.create(Scope scope,
Operand<?> var,
Operand<?> ms,
Operand<?> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyRMSProp.Options... options)
Factory method to create a class to wrap a new ResourceSparseApplyRMSProp operation to the graph.
|
static <T> ResourceApplyFtrl |
ResourceApplyFtrl.create(Scope scope,
Operand<?> var,
Operand<?> accum,
Operand<?> linear,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> lrPower,
ResourceApplyFtrl.Options... options)
Factory method to create a class to wrap a new ResourceApplyFtrl operation to the graph.
|
static <T> ResourceApplyFtrl |
ResourceApplyFtrl.create(Scope scope,
Operand<?> var,
Operand<?> accum,
Operand<?> linear,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> lrPower,
ResourceApplyFtrl.Options... options)
Factory method to create a class to wrap a new ResourceApplyFtrl operation to the graph.
|
static <T> ResourceApplyFtrl |
ResourceApplyFtrl.create(Scope scope,
Operand<?> var,
Operand<?> accum,
Operand<?> linear,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> lrPower,
ResourceApplyFtrl.Options... options)
Factory method to create a class to wrap a new ResourceApplyFtrl operation to the graph.
|
static <T> ResourceApplyFtrl |
ResourceApplyFtrl.create(Scope scope,
Operand<?> var,
Operand<?> accum,
Operand<?> linear,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> lrPower,
ResourceApplyFtrl.Options... options)
Factory method to create a class to wrap a new ResourceApplyFtrl operation to the graph.
|
static <T> ResourceApplyFtrl |
ResourceApplyFtrl.create(Scope scope,
Operand<?> var,
Operand<?> accum,
Operand<?> linear,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> lrPower,
ResourceApplyFtrl.Options... options)
Factory method to create a class to wrap a new ResourceApplyFtrl operation to the graph.
|
static <T> ResourceApplyFtrl |
ResourceApplyFtrl.create(Scope scope,
Operand<?> var,
Operand<?> accum,
Operand<?> linear,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> lrPower,
ResourceApplyFtrl.Options... options)
Factory method to create a class to wrap a new ResourceApplyFtrl operation to the graph.
|
static <T> ResourceApplyFtrl |
ResourceApplyFtrl.create(Scope scope,
Operand<?> var,
Operand<?> accum,
Operand<?> linear,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> lrPower,
ResourceApplyFtrl.Options... options)
Factory method to create a class to wrap a new ResourceApplyFtrl operation to the graph.
|
static <T> ResourceApplyFtrl |
ResourceApplyFtrl.create(Scope scope,
Operand<?> var,
Operand<?> accum,
Operand<?> linear,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> lrPower,
ResourceApplyFtrl.Options... options)
Factory method to create a class to wrap a new ResourceApplyFtrl operation to the graph.
|
static <T> ResourceApplyRMSProp |
ResourceApplyRMSProp.create(Scope scope,
Operand<?> var,
Operand<?> ms,
Operand<?> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
ResourceApplyRMSProp.Options... options)
Factory method to create a class to wrap a new ResourceApplyRMSProp operation to the graph.
|
static <T> ResourceApplyRMSProp |
ResourceApplyRMSProp.create(Scope scope,
Operand<?> var,
Operand<?> ms,
Operand<?> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
ResourceApplyRMSProp.Options... options)
Factory method to create a class to wrap a new ResourceApplyRMSProp operation to the graph.
|
static <T> ResourceApplyRMSProp |
ResourceApplyRMSProp.create(Scope scope,
Operand<?> var,
Operand<?> ms,
Operand<?> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
ResourceApplyRMSProp.Options... options)
Factory method to create a class to wrap a new ResourceApplyRMSProp operation to the graph.
|
static <T> ResourceApplyRMSProp |
ResourceApplyRMSProp.create(Scope scope,
Operand<?> var,
Operand<?> ms,
Operand<?> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
ResourceApplyRMSProp.Options... options)
Factory method to create a class to wrap a new ResourceApplyRMSProp operation to the graph.
|
static <T> ResourceApplyRMSProp |
ResourceApplyRMSProp.create(Scope scope,
Operand<?> var,
Operand<?> ms,
Operand<?> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
ResourceApplyRMSProp.Options... options)
Factory method to create a class to wrap a new ResourceApplyRMSProp operation to the graph.
|
static <T> ResourceApplyRMSProp |
ResourceApplyRMSProp.create(Scope scope,
Operand<?> var,
Operand<?> ms,
Operand<?> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
ResourceApplyRMSProp.Options... options)
Factory method to create a class to wrap a new ResourceApplyRMSProp operation to the graph.
|
static <T> ResourceApplyRMSProp |
ResourceApplyRMSProp.create(Scope scope,
Operand<?> var,
Operand<?> ms,
Operand<?> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
ResourceApplyRMSProp.Options... options)
Factory method to create a class to wrap a new ResourceApplyRMSProp operation to the graph.
|
static <T> ResourceApplyRMSProp |
ResourceApplyRMSProp.create(Scope scope,
Operand<?> var,
Operand<?> ms,
Operand<?> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
ResourceApplyRMSProp.Options... options)
Factory method to create a class to wrap a new ResourceApplyRMSProp operation to the graph.
|
static <T,U extends Number> |
ResourceSparseApplyAdadelta.create(Scope scope,
Operand<?> var,
Operand<?> accum,
Operand<?> accumUpdate,
Operand<T> lr,
Operand<T> rho,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyAdadelta.Options... options)
Factory method to create a class to wrap a new ResourceSparseApplyAdadelta operation to the graph.
|
static <T,U extends Number> |
ResourceSparseApplyAdadelta.create(Scope scope,
Operand<?> var,
Operand<?> accum,
Operand<?> accumUpdate,
Operand<T> lr,
Operand<T> rho,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyAdadelta.Options... options)
Factory method to create a class to wrap a new ResourceSparseApplyAdadelta operation to the graph.
|
static <T,U extends Number> |
ResourceSparseApplyAdadelta.create(Scope scope,
Operand<?> var,
Operand<?> accum,
Operand<?> accumUpdate,
Operand<T> lr,
Operand<T> rho,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyAdadelta.Options... options)
Factory method to create a class to wrap a new ResourceSparseApplyAdadelta operation to the graph.
|
static <T,U extends Number> |
ResourceSparseApplyAdadelta.create(Scope scope,
Operand<?> var,
Operand<?> accum,
Operand<?> accumUpdate,
Operand<T> lr,
Operand<T> rho,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyAdadelta.Options... options)
Factory method to create a class to wrap a new ResourceSparseApplyAdadelta operation to the graph.
|
static <T,U extends Number> |
ResourceSparseApplyAdadelta.create(Scope scope,
Operand<?> var,
Operand<?> accum,
Operand<?> accumUpdate,
Operand<T> lr,
Operand<T> rho,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyAdadelta.Options... options)
Factory method to create a class to wrap a new ResourceSparseApplyAdadelta operation to the graph.
|
static <T,U extends Number> |
ResourceSparseApplyAdadelta.create(Scope scope,
Operand<?> var,
Operand<?> accum,
Operand<?> accumUpdate,
Operand<T> lr,
Operand<T> rho,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyAdadelta.Options... options)
Factory method to create a class to wrap a new ResourceSparseApplyAdadelta operation to the graph.
|
static <T,U extends Number> |
ResourceSparseApplyAdadelta.create(Scope scope,
Operand<?> var,
Operand<?> accum,
Operand<?> accumUpdate,
Operand<T> lr,
Operand<T> rho,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyAdadelta.Options... options)
Factory method to create a class to wrap a new ResourceSparseApplyAdadelta operation to the graph.
|
static <T,U extends Number> |
ResourceSparseApplyAdadelta.create(Scope scope,
Operand<?> var,
Operand<?> accum,
Operand<?> accumUpdate,
Operand<T> lr,
Operand<T> rho,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyAdadelta.Options... options)
Factory method to create a class to wrap a new ResourceSparseApplyAdadelta operation to the graph.
|
static <T> ResourceApplyAdadelta |
ResourceApplyAdadelta.create(Scope scope,
Operand<?> var,
Operand<?> accum,
Operand<?> accumUpdate,
Operand<T> lr,
Operand<T> rho,
Operand<T> epsilon,
Operand<T> grad,
ResourceApplyAdadelta.Options... options)
Factory method to create a class to wrap a new ResourceApplyAdadelta operation to the graph.
|
static <T> ResourceApplyAdadelta |
ResourceApplyAdadelta.create(Scope scope,
Operand<?> var,
Operand<?> accum,
Operand<?> accumUpdate,
Operand<T> lr,
Operand<T> rho,
Operand<T> epsilon,
Operand<T> grad,
ResourceApplyAdadelta.Options... options)
Factory method to create a class to wrap a new ResourceApplyAdadelta operation to the graph.
|
static <T> ResourceApplyAdadelta |
ResourceApplyAdadelta.create(Scope scope,
Operand<?> var,
Operand<?> accum,
Operand<?> accumUpdate,
Operand<T> lr,
Operand<T> rho,
Operand<T> epsilon,
Operand<T> grad,
ResourceApplyAdadelta.Options... options)
Factory method to create a class to wrap a new ResourceApplyAdadelta operation to the graph.
|
static <T> ResourceApplyAdadelta |
ResourceApplyAdadelta.create(Scope scope,
Operand<?> var,
Operand<?> accum,
Operand<?> accumUpdate,
Operand<T> lr,
Operand<T> rho,
Operand<T> epsilon,
Operand<T> grad,
ResourceApplyAdadelta.Options... options)
Factory method to create a class to wrap a new ResourceApplyAdadelta operation to the graph.
|
static <T> ResourceApplyAdadelta |
ResourceApplyAdadelta.create(Scope scope,
Operand<?> var,
Operand<?> accum,
Operand<?> accumUpdate,
Operand<T> lr,
Operand<T> rho,
Operand<T> epsilon,
Operand<T> grad,
ResourceApplyAdadelta.Options... options)
Factory method to create a class to wrap a new ResourceApplyAdadelta operation to the graph.
|
static <T> ResourceApplyAdadelta |
ResourceApplyAdadelta.create(Scope scope,
Operand<?> var,
Operand<?> accum,
Operand<?> accumUpdate,
Operand<T> lr,
Operand<T> rho,
Operand<T> epsilon,
Operand<T> grad,
ResourceApplyAdadelta.Options... options)
Factory method to create a class to wrap a new ResourceApplyAdadelta operation to the graph.
|
static <T> ResourceApplyAdadelta |
ResourceApplyAdadelta.create(Scope scope,
Operand<?> var,
Operand<?> accum,
Operand<?> accumUpdate,
Operand<T> lr,
Operand<T> rho,
Operand<T> epsilon,
Operand<T> grad,
ResourceApplyAdadelta.Options... options)
Factory method to create a class to wrap a new ResourceApplyAdadelta operation to the graph.
|
static <T,U extends Number> |
ResourceSparseApplyAdagradDA.create(Scope scope,
Operand<?> var,
Operand<?> gradientAccumulator,
Operand<?> gradientSquaredAccumulator,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<Long> globalStep,
ResourceSparseApplyAdagradDA.Options... options)
Factory method to create a class to wrap a new ResourceSparseApplyAdagradDA operation to the graph.
|
static <T,U extends Number> |
ResourceSparseApplyAdagradDA.create(Scope scope,
Operand<?> var,
Operand<?> gradientAccumulator,
Operand<?> gradientSquaredAccumulator,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<Long> globalStep,
ResourceSparseApplyAdagradDA.Options... options)
Factory method to create a class to wrap a new ResourceSparseApplyAdagradDA operation to the graph.
|
static <T,U extends Number> |
ResourceSparseApplyAdagradDA.create(Scope scope,
Operand<?> var,
Operand<?> gradientAccumulator,
Operand<?> gradientSquaredAccumulator,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<Long> globalStep,
ResourceSparseApplyAdagradDA.Options... options)
Factory method to create a class to wrap a new ResourceSparseApplyAdagradDA operation to the graph.
|
static <T,U extends Number> |
ResourceSparseApplyAdagradDA.create(Scope scope,
Operand<?> var,
Operand<?> gradientAccumulator,
Operand<?> gradientSquaredAccumulator,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<Long> globalStep,
ResourceSparseApplyAdagradDA.Options... options)
Factory method to create a class to wrap a new ResourceSparseApplyAdagradDA operation to the graph.
|
static <T,U extends Number> |
ResourceSparseApplyAdagradDA.create(Scope scope,
Operand<?> var,
Operand<?> gradientAccumulator,
Operand<?> gradientSquaredAccumulator,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<Long> globalStep,
ResourceSparseApplyAdagradDA.Options... options)
Factory method to create a class to wrap a new ResourceSparseApplyAdagradDA operation to the graph.
|
static <T,U extends Number> |
ResourceSparseApplyAdagradDA.create(Scope scope,
Operand<?> var,
Operand<?> gradientAccumulator,
Operand<?> gradientSquaredAccumulator,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<Long> globalStep,
ResourceSparseApplyAdagradDA.Options... options)
Factory method to create a class to wrap a new ResourceSparseApplyAdagradDA operation to the graph.
|
static <T,U extends Number> |
ResourceSparseApplyAdagradDA.create(Scope scope,
Operand<?> var,
Operand<?> gradientAccumulator,
Operand<?> gradientSquaredAccumulator,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<Long> globalStep,
ResourceSparseApplyAdagradDA.Options... options)
Factory method to create a class to wrap a new ResourceSparseApplyAdagradDA operation to the graph.
|
static <T,U extends Number> |
ResourceSparseApplyAdagradDA.create(Scope scope,
Operand<?> var,
Operand<?> gradientAccumulator,
Operand<?> gradientSquaredAccumulator,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<Long> globalStep,
ResourceSparseApplyAdagradDA.Options... options)
Factory method to create a class to wrap a new ResourceSparseApplyAdagradDA operation to the graph.
|
static <T,U extends Number> |
ResourceSparseApplyAdagradDA.create(Scope scope,
Operand<?> var,
Operand<?> gradientAccumulator,
Operand<?> gradientSquaredAccumulator,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<Long> globalStep,
ResourceSparseApplyAdagradDA.Options... options)
Factory method to create a class to wrap a new ResourceSparseApplyAdagradDA operation to the graph.
|
static <T,U extends Number> |
ResourceSparseApplyFtrlV2.create(Scope scope,
Operand<?> var,
Operand<?> accum,
Operand<?> linear,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> l2Shrinkage,
Operand<T> lrPower,
ResourceSparseApplyFtrlV2.Options... options)
Factory method to create a class to wrap a new ResourceSparseApplyFtrlV2 operation to the graph.
|
static <T,U extends Number> |
ResourceSparseApplyFtrlV2.create(Scope scope,
Operand<?> var,
Operand<?> accum,
Operand<?> linear,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> l2Shrinkage,
Operand<T> lrPower,
ResourceSparseApplyFtrlV2.Options... options)
Factory method to create a class to wrap a new ResourceSparseApplyFtrlV2 operation to the graph.
|
static <T,U extends Number> |
ResourceSparseApplyFtrlV2.create(Scope scope,
Operand<?> var,
Operand<?> accum,
Operand<?> linear,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> l2Shrinkage,
Operand<T> lrPower,
ResourceSparseApplyFtrlV2.Options... options)
Factory method to create a class to wrap a new ResourceSparseApplyFtrlV2 operation to the graph.
|
static <T,U extends Number> |
ResourceSparseApplyFtrlV2.create(Scope scope,
Operand<?> var,
Operand<?> accum,
Operand<?> linear,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> l2Shrinkage,
Operand<T> lrPower,
ResourceSparseApplyFtrlV2.Options... options)
Factory method to create a class to wrap a new ResourceSparseApplyFtrlV2 operation to the graph.
|
static <T,U extends Number> |
ResourceSparseApplyFtrlV2.create(Scope scope,
Operand<?> var,
Operand<?> accum,
Operand<?> linear,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> l2Shrinkage,
Operand<T> lrPower,
ResourceSparseApplyFtrlV2.Options... options)
Factory method to create a class to wrap a new ResourceSparseApplyFtrlV2 operation to the graph.
|
static <T,U extends Number> |
ResourceSparseApplyFtrlV2.create(Scope scope,
Operand<?> var,
Operand<?> accum,
Operand<?> linear,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> l2Shrinkage,
Operand<T> lrPower,
ResourceSparseApplyFtrlV2.Options... options)
Factory method to create a class to wrap a new ResourceSparseApplyFtrlV2 operation to the graph.
|
static <T,U extends Number> |
ResourceSparseApplyFtrlV2.create(Scope scope,
Operand<?> var,
Operand<?> accum,
Operand<?> linear,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> l2Shrinkage,
Operand<T> lrPower,
ResourceSparseApplyFtrlV2.Options... options)
Factory method to create a class to wrap a new ResourceSparseApplyFtrlV2 operation to the graph.
|
static <T,U extends Number> |
ResourceSparseApplyFtrlV2.create(Scope scope,
Operand<?> var,
Operand<?> accum,
Operand<?> linear,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> l2Shrinkage,
Operand<T> lrPower,
ResourceSparseApplyFtrlV2.Options... options)
Factory method to create a class to wrap a new ResourceSparseApplyFtrlV2 operation to the graph.
|
static <T,U extends Number> |
ResourceSparseApplyFtrlV2.create(Scope scope,
Operand<?> var,
Operand<?> accum,
Operand<?> linear,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> l2Shrinkage,
Operand<T> lrPower,
ResourceSparseApplyFtrlV2.Options... options)
Factory method to create a class to wrap a new ResourceSparseApplyFtrlV2 operation to the graph.
|
static <T,U extends Number> |
ResourceSparseApplyFtrlV2.create(Scope scope,
Operand<?> var,
Operand<?> accum,
Operand<?> linear,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> l2Shrinkage,
Operand<T> lrPower,
ResourceSparseApplyFtrlV2.Options... options)
Factory method to create a class to wrap a new ResourceSparseApplyFtrlV2 operation to the graph.
|
static <T,U extends Number> |
ResourceSparseApplyFtrl.create(Scope scope,
Operand<?> var,
Operand<?> accum,
Operand<?> linear,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> lrPower,
ResourceSparseApplyFtrl.Options... options)
Factory method to create a class to wrap a new ResourceSparseApplyFtrl operation to the graph.
|
static <T,U extends Number> |
ResourceSparseApplyFtrl.create(Scope scope,
Operand<?> var,
Operand<?> accum,
Operand<?> linear,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> lrPower,
ResourceSparseApplyFtrl.Options... options)
Factory method to create a class to wrap a new ResourceSparseApplyFtrl operation to the graph.
|
static <T,U extends Number> |
ResourceSparseApplyFtrl.create(Scope scope,
Operand<?> var,
Operand<?> accum,
Operand<?> linear,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> lrPower,
ResourceSparseApplyFtrl.Options... options)
Factory method to create a class to wrap a new ResourceSparseApplyFtrl operation to the graph.
|
static <T,U extends Number> |
ResourceSparseApplyFtrl.create(Scope scope,
Operand<?> var,
Operand<?> accum,
Operand<?> linear,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> lrPower,
ResourceSparseApplyFtrl.Options... options)
Factory method to create a class to wrap a new ResourceSparseApplyFtrl operation to the graph.
|
static <T,U extends Number> |
ResourceSparseApplyFtrl.create(Scope scope,
Operand<?> var,
Operand<?> accum,
Operand<?> linear,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> lrPower,
ResourceSparseApplyFtrl.Options... options)
Factory method to create a class to wrap a new ResourceSparseApplyFtrl operation to the graph.
|
static <T,U extends Number> |
ResourceSparseApplyFtrl.create(Scope scope,
Operand<?> var,
Operand<?> accum,
Operand<?> linear,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> lrPower,
ResourceSparseApplyFtrl.Options... options)
Factory method to create a class to wrap a new ResourceSparseApplyFtrl operation to the graph.
|
static <T,U extends Number> |
ResourceSparseApplyFtrl.create(Scope scope,
Operand<?> var,
Operand<?> accum,
Operand<?> linear,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> lrPower,
ResourceSparseApplyFtrl.Options... options)
Factory method to create a class to wrap a new ResourceSparseApplyFtrl operation to the graph.
|
static <T,U extends Number> |
ResourceSparseApplyFtrl.create(Scope scope,
Operand<?> var,
Operand<?> accum,
Operand<?> linear,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> lrPower,
ResourceSparseApplyFtrl.Options... options)
Factory method to create a class to wrap a new ResourceSparseApplyFtrl operation to the graph.
|
static <T,U extends Number> |
ResourceSparseApplyFtrl.create(Scope scope,
Operand<?> var,
Operand<?> accum,
Operand<?> linear,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> lrPower,
ResourceSparseApplyFtrl.Options... options)
Factory method to create a class to wrap a new ResourceSparseApplyFtrl operation to the graph.
|
static MultiDeviceIteratorInit |
MultiDeviceIteratorInit.create(Scope scope,
Operand<?> dataset,
Operand<?> multiDeviceIterator,
Operand<Long> maxBufferSize)
Factory method to create a class to wrap a new MultiDeviceIteratorInit operation to the graph.
|
static MultiDeviceIteratorInit |
MultiDeviceIteratorInit.create(Scope scope,
Operand<?> dataset,
Operand<?> multiDeviceIterator,
Operand<Long> maxBufferSize)
Factory method to create a class to wrap a new MultiDeviceIteratorInit operation to the graph.
|
static MultiDeviceIteratorInit |
MultiDeviceIteratorInit.create(Scope scope,
Operand<?> dataset,
Operand<?> multiDeviceIterator,
Operand<Long> maxBufferSize)
Factory method to create a class to wrap a new MultiDeviceIteratorInit operation to the graph.
|
static ReaderReadUpTo |
ReaderReadUpTo.create(Scope scope,
Operand<?> readerHandle,
Operand<?> queueHandle,
Operand<Long> numRecords)
Factory method to create a class to wrap a new ReaderReadUpTo operation to the graph.
|
static ReaderReadUpTo |
ReaderReadUpTo.create(Scope scope,
Operand<?> readerHandle,
Operand<?> queueHandle,
Operand<Long> numRecords)
Factory method to create a class to wrap a new ReaderReadUpTo operation to the graph.
|
static ReaderReadUpTo |
ReaderReadUpTo.create(Scope scope,
Operand<?> readerHandle,
Operand<?> queueHandle,
Operand<Long> numRecords)
Factory method to create a class to wrap a new ReaderReadUpTo operation to the graph.
|
static <T> ResourceApplyAddSign |
ResourceApplyAddSign.create(Scope scope,
Operand<?> var,
Operand<?> m,
Operand<T> lr,
Operand<T> alpha,
Operand<T> signDecay,
Operand<T> beta,
Operand<T> grad,
ResourceApplyAddSign.Options... options)
Factory method to create a class to wrap a new ResourceApplyAddSign operation to the graph.
|
static <T> ResourceApplyAddSign |
ResourceApplyAddSign.create(Scope scope,
Operand<?> var,
Operand<?> m,
Operand<T> lr,
Operand<T> alpha,
Operand<T> signDecay,
Operand<T> beta,
Operand<T> grad,
ResourceApplyAddSign.Options... options)
Factory method to create a class to wrap a new ResourceApplyAddSign operation to the graph.
|
static <T> ResourceApplyAddSign |
ResourceApplyAddSign.create(Scope scope,
Operand<?> var,
Operand<?> m,
Operand<T> lr,
Operand<T> alpha,
Operand<T> signDecay,
Operand<T> beta,
Operand<T> grad,
ResourceApplyAddSign.Options... options)
Factory method to create a class to wrap a new ResourceApplyAddSign operation to the graph.
|
static <T> ResourceApplyAddSign |
ResourceApplyAddSign.create(Scope scope,
Operand<?> var,
Operand<?> m,
Operand<T> lr,
Operand<T> alpha,
Operand<T> signDecay,
Operand<T> beta,
Operand<T> grad,
ResourceApplyAddSign.Options... options)
Factory method to create a class to wrap a new ResourceApplyAddSign operation to the graph.
|
static <T> ResourceApplyAddSign |
ResourceApplyAddSign.create(Scope scope,
Operand<?> var,
Operand<?> m,
Operand<T> lr,
Operand<T> alpha,
Operand<T> signDecay,
Operand<T> beta,
Operand<T> grad,
ResourceApplyAddSign.Options... options)
Factory method to create a class to wrap a new ResourceApplyAddSign operation to the graph.
|
static <T> ResourceApplyAddSign |
ResourceApplyAddSign.create(Scope scope,
Operand<?> var,
Operand<?> m,
Operand<T> lr,
Operand<T> alpha,
Operand<T> signDecay,
Operand<T> beta,
Operand<T> grad,
ResourceApplyAddSign.Options... options)
Factory method to create a class to wrap a new ResourceApplyAddSign operation to the graph.
|
static <T> ResourceApplyAddSign |
ResourceApplyAddSign.create(Scope scope,
Operand<?> var,
Operand<?> m,
Operand<T> lr,
Operand<T> alpha,
Operand<T> signDecay,
Operand<T> beta,
Operand<T> grad,
ResourceApplyAddSign.Options... options)
Factory method to create a class to wrap a new ResourceApplyAddSign operation to the graph.
|
static <T> ResourceApplyPowerSign |
ResourceApplyPowerSign.create(Scope scope,
Operand<?> var,
Operand<?> m,
Operand<T> lr,
Operand<T> logbase,
Operand<T> signDecay,
Operand<T> beta,
Operand<T> grad,
ResourceApplyPowerSign.Options... options)
Factory method to create a class to wrap a new ResourceApplyPowerSign operation to the graph.
|
static <T> ResourceApplyPowerSign |
ResourceApplyPowerSign.create(Scope scope,
Operand<?> var,
Operand<?> m,
Operand<T> lr,
Operand<T> logbase,
Operand<T> signDecay,
Operand<T> beta,
Operand<T> grad,
ResourceApplyPowerSign.Options... options)
Factory method to create a class to wrap a new ResourceApplyPowerSign operation to the graph.
|
static <T> ResourceApplyPowerSign |
ResourceApplyPowerSign.create(Scope scope,
Operand<?> var,
Operand<?> m,
Operand<T> lr,
Operand<T> logbase,
Operand<T> signDecay,
Operand<T> beta,
Operand<T> grad,
ResourceApplyPowerSign.Options... options)
Factory method to create a class to wrap a new ResourceApplyPowerSign operation to the graph.
|
static <T> ResourceApplyPowerSign |
ResourceApplyPowerSign.create(Scope scope,
Operand<?> var,
Operand<?> m,
Operand<T> lr,
Operand<T> logbase,
Operand<T> signDecay,
Operand<T> beta,
Operand<T> grad,
ResourceApplyPowerSign.Options... options)
Factory method to create a class to wrap a new ResourceApplyPowerSign operation to the graph.
|
static <T> ResourceApplyPowerSign |
ResourceApplyPowerSign.create(Scope scope,
Operand<?> var,
Operand<?> m,
Operand<T> lr,
Operand<T> logbase,
Operand<T> signDecay,
Operand<T> beta,
Operand<T> grad,
ResourceApplyPowerSign.Options... options)
Factory method to create a class to wrap a new ResourceApplyPowerSign operation to the graph.
|
static <T> ResourceApplyPowerSign |
ResourceApplyPowerSign.create(Scope scope,
Operand<?> var,
Operand<?> m,
Operand<T> lr,
Operand<T> logbase,
Operand<T> signDecay,
Operand<T> beta,
Operand<T> grad,
ResourceApplyPowerSign.Options... options)
Factory method to create a class to wrap a new ResourceApplyPowerSign operation to the graph.
|
static <T> ResourceApplyPowerSign |
ResourceApplyPowerSign.create(Scope scope,
Operand<?> var,
Operand<?> m,
Operand<T> lr,
Operand<T> logbase,
Operand<T> signDecay,
Operand<T> beta,
Operand<T> grad,
ResourceApplyPowerSign.Options... options)
Factory method to create a class to wrap a new ResourceApplyPowerSign operation to the graph.
|
static <T,U extends Number> |
ResourceSparseApplyProximalAdagrad.create(Scope scope,
Operand<?> var,
Operand<?> accum,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyProximalAdagrad.Options... options)
Factory method to create a class to wrap a new ResourceSparseApplyProximalAdagrad operation to the graph.
|
static <T,U extends Number> |
ResourceSparseApplyProximalAdagrad.create(Scope scope,
Operand<?> var,
Operand<?> accum,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyProximalAdagrad.Options... options)
Factory method to create a class to wrap a new ResourceSparseApplyProximalAdagrad operation to the graph.
|
static <T,U extends Number> |
ResourceSparseApplyProximalAdagrad.create(Scope scope,
Operand<?> var,
Operand<?> accum,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyProximalAdagrad.Options... options)
Factory method to create a class to wrap a new ResourceSparseApplyProximalAdagrad operation to the graph.
|
static <T,U extends Number> |
ResourceSparseApplyProximalAdagrad.create(Scope scope,
Operand<?> var,
Operand<?> accum,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyProximalAdagrad.Options... options)
Factory method to create a class to wrap a new ResourceSparseApplyProximalAdagrad operation to the graph.
|
static <T,U extends Number> |
ResourceSparseApplyProximalAdagrad.create(Scope scope,
Operand<?> var,
Operand<?> accum,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyProximalAdagrad.Options... options)
Factory method to create a class to wrap a new ResourceSparseApplyProximalAdagrad operation to the graph.
|
static <T,U extends Number> |
ResourceSparseApplyProximalAdagrad.create(Scope scope,
Operand<?> var,
Operand<?> accum,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyProximalAdagrad.Options... options)
Factory method to create a class to wrap a new ResourceSparseApplyProximalAdagrad operation to the graph.
|
static <T,U extends Number> |
ResourceSparseApplyProximalAdagrad.create(Scope scope,
Operand<?> var,
Operand<?> accum,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyProximalAdagrad.Options... options)
Factory method to create a class to wrap a new ResourceSparseApplyProximalAdagrad operation to the graph.
|
static <T> ResourceApplyProximalAdagrad |
ResourceApplyProximalAdagrad.create(Scope scope,
Operand<?> var,
Operand<?> accum,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> grad,
ResourceApplyProximalAdagrad.Options... options)
Factory method to create a class to wrap a new ResourceApplyProximalAdagrad operation to the graph.
|
static <T> ResourceApplyProximalAdagrad |
ResourceApplyProximalAdagrad.create(Scope scope,
Operand<?> var,
Operand<?> accum,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> grad,
ResourceApplyProximalAdagrad.Options... options)
Factory method to create a class to wrap a new ResourceApplyProximalAdagrad operation to the graph.
|
static <T> ResourceApplyProximalAdagrad |
ResourceApplyProximalAdagrad.create(Scope scope,
Operand<?> var,
Operand<?> accum,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> grad,
ResourceApplyProximalAdagrad.Options... options)
Factory method to create a class to wrap a new ResourceApplyProximalAdagrad operation to the graph.
|
static <T> ResourceApplyProximalAdagrad |
ResourceApplyProximalAdagrad.create(Scope scope,
Operand<?> var,
Operand<?> accum,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> grad,
ResourceApplyProximalAdagrad.Options... options)
Factory method to create a class to wrap a new ResourceApplyProximalAdagrad operation to the graph.
|
static <T> ResourceApplyProximalAdagrad |
ResourceApplyProximalAdagrad.create(Scope scope,
Operand<?> var,
Operand<?> accum,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> grad,
ResourceApplyProximalAdagrad.Options... options)
Factory method to create a class to wrap a new ResourceApplyProximalAdagrad operation to the graph.
|
static <T> ResourceApplyProximalAdagrad |
ResourceApplyProximalAdagrad.create(Scope scope,
Operand<?> var,
Operand<?> accum,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> grad,
ResourceApplyProximalAdagrad.Options... options)
Factory method to create a class to wrap a new ResourceApplyProximalAdagrad operation to the graph.
|
static <T> ResourceApplyMomentum |
ResourceApplyMomentum.create(Scope scope,
Operand<?> var,
Operand<?> accum,
Operand<T> lr,
Operand<T> grad,
Operand<T> momentum,
ResourceApplyMomentum.Options... options)
Factory method to create a class to wrap a new ResourceApplyMomentum operation to the graph.
|
static <T> ResourceApplyMomentum |
ResourceApplyMomentum.create(Scope scope,
Operand<?> var,
Operand<?> accum,
Operand<T> lr,
Operand<T> grad,
Operand<T> momentum,
ResourceApplyMomentum.Options... options)
Factory method to create a class to wrap a new ResourceApplyMomentum operation to the graph.
|
static <T> ResourceApplyMomentum |
ResourceApplyMomentum.create(Scope scope,
Operand<?> var,
Operand<?> accum,
Operand<T> lr,
Operand<T> grad,
Operand<T> momentum,
ResourceApplyMomentum.Options... options)
Factory method to create a class to wrap a new ResourceApplyMomentum operation to the graph.
|
static <T> ResourceApplyMomentum |
ResourceApplyMomentum.create(Scope scope,
Operand<?> var,
Operand<?> accum,
Operand<T> lr,
Operand<T> grad,
Operand<T> momentum,
ResourceApplyMomentum.Options... options)
Factory method to create a class to wrap a new ResourceApplyMomentum operation to the graph.
|
static <T> ResourceApplyMomentum |
ResourceApplyMomentum.create(Scope scope,
Operand<?> var,
Operand<?> accum,
Operand<T> lr,
Operand<T> grad,
Operand<T> momentum,
ResourceApplyMomentum.Options... options)
Factory method to create a class to wrap a new ResourceApplyMomentum operation to the graph.
|
static <T,U extends Number> |
ResourceSparseApplyMomentum.create(Scope scope,
Operand<?> var,
Operand<?> accum,
Operand<T> lr,
Operand<T> grad,
Operand<U> indices,
Operand<T> momentum,
ResourceSparseApplyMomentum.Options... options)
Factory method to create a class to wrap a new ResourceSparseApplyMomentum operation to the graph.
|
static <T,U extends Number> |
ResourceSparseApplyMomentum.create(Scope scope,
Operand<?> var,
Operand<?> accum,
Operand<T> lr,
Operand<T> grad,
Operand<U> indices,
Operand<T> momentum,
ResourceSparseApplyMomentum.Options... options)
Factory method to create a class to wrap a new ResourceSparseApplyMomentum operation to the graph.
|
static <T,U extends Number> |
ResourceSparseApplyMomentum.create(Scope scope,
Operand<?> var,
Operand<?> accum,
Operand<T> lr,
Operand<T> grad,
Operand<U> indices,
Operand<T> momentum,
ResourceSparseApplyMomentum.Options... options)
Factory method to create a class to wrap a new ResourceSparseApplyMomentum operation to the graph.
|
static <T,U extends Number> |
ResourceSparseApplyMomentum.create(Scope scope,
Operand<?> var,
Operand<?> accum,
Operand<T> lr,
Operand<T> grad,
Operand<U> indices,
Operand<T> momentum,
ResourceSparseApplyMomentum.Options... options)
Factory method to create a class to wrap a new ResourceSparseApplyMomentum operation to the graph.
|
static <T,U extends Number> |
ResourceSparseApplyMomentum.create(Scope scope,
Operand<?> var,
Operand<?> accum,
Operand<T> lr,
Operand<T> grad,
Operand<U> indices,
Operand<T> momentum,
ResourceSparseApplyMomentum.Options... options)
Factory method to create a class to wrap a new ResourceSparseApplyMomentum operation to the graph.
|
static <T,U extends Number> |
ResourceSparseApplyMomentum.create(Scope scope,
Operand<?> var,
Operand<?> accum,
Operand<T> lr,
Operand<T> grad,
Operand<U> indices,
Operand<T> momentum,
ResourceSparseApplyMomentum.Options... options)
Factory method to create a class to wrap a new ResourceSparseApplyMomentum operation to the graph.
|
static <T,U extends Number> |
ResourceSparseApplyAdagrad.create(Scope scope,
Operand<?> var,
Operand<?> accum,
Operand<T> lr,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyAdagrad.Options... options)
Factory method to create a class to wrap a new ResourceSparseApplyAdagrad operation to the graph.
|
static <T,U extends Number> |
ResourceSparseApplyAdagrad.create(Scope scope,
Operand<?> var,
Operand<?> accum,
Operand<T> lr,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyAdagrad.Options... options)
Factory method to create a class to wrap a new ResourceSparseApplyAdagrad operation to the graph.
|
static <T,U extends Number> |
ResourceSparseApplyAdagrad.create(Scope scope,
Operand<?> var,
Operand<?> accum,
Operand<T> lr,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyAdagrad.Options... options)
Factory method to create a class to wrap a new ResourceSparseApplyAdagrad operation to the graph.
|
static <T,U extends Number> |
ResourceSparseApplyAdagrad.create(Scope scope,
Operand<?> var,
Operand<?> accum,
Operand<T> lr,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyAdagrad.Options... options)
Factory method to create a class to wrap a new ResourceSparseApplyAdagrad operation to the graph.
|
static <T,U extends Number> |
ResourceSparseApplyAdagrad.create(Scope scope,
Operand<?> var,
Operand<?> accum,
Operand<T> lr,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyAdagrad.Options... options)
Factory method to create a class to wrap a new ResourceSparseApplyAdagrad operation to the graph.
|
static <T> ResourceApplyAdagrad |
ResourceApplyAdagrad.create(Scope scope,
Operand<?> var,
Operand<?> accum,
Operand<T> lr,
Operand<T> grad,
ResourceApplyAdagrad.Options... options)
Factory method to create a class to wrap a new ResourceApplyAdagrad operation to the graph.
|
static <T> ResourceApplyAdagrad |
ResourceApplyAdagrad.create(Scope scope,
Operand<?> var,
Operand<?> accum,
Operand<T> lr,
Operand<T> grad,
ResourceApplyAdagrad.Options... options)
Factory method to create a class to wrap a new ResourceApplyAdagrad operation to the graph.
|
static <T> ResourceApplyAdagrad |
ResourceApplyAdagrad.create(Scope scope,
Operand<?> var,
Operand<?> accum,
Operand<T> lr,
Operand<T> grad,
ResourceApplyAdagrad.Options... options)
Factory method to create a class to wrap a new ResourceApplyAdagrad operation to the graph.
|
static <T> ResourceApplyAdagrad |
ResourceApplyAdagrad.create(Scope scope,
Operand<?> var,
Operand<?> accum,
Operand<T> lr,
Operand<T> grad,
ResourceApplyAdagrad.Options... options)
Factory method to create a class to wrap a new ResourceApplyAdagrad operation to the graph.
|
static TensorArraySize |
TensorArraySize.create(Scope scope,
Operand<?> handle,
Operand<Float> flowIn)
Factory method to create a class to wrap a new TensorArraySize operation to the graph.
|
static TensorArraySize |
TensorArraySize.create(Scope scope,
Operand<?> handle,
Operand<Float> flowIn)
Factory method to create a class to wrap a new TensorArraySize operation to the graph.
|
static <T> TensorArrayConcat<T> |
TensorArrayConcat.create(Scope scope,
Operand<?> handle,
Operand<Float> flowIn,
Class<T> dtype,
TensorArrayConcat.Options... options)
Factory method to create a class to wrap a new TensorArrayConcat operation to the graph.
|
static <T> TensorArrayConcat<T> |
TensorArrayConcat.create(Scope scope,
Operand<?> handle,
Operand<Float> flowIn,
Class<T> dtype,
TensorArrayConcat.Options... options)
Factory method to create a class to wrap a new TensorArrayConcat operation to the graph.
|
static BoostedTreesCenterBias |
BoostedTreesCenterBias.create(Scope scope,
Operand<?> treeEnsembleHandle,
Operand<Float> meanGradients,
Operand<Float> meanHessians,
Operand<Float> l1,
Operand<Float> l2)
Factory method to create a class to wrap a new BoostedTreesCenterBias operation to the graph.
|
static BoostedTreesCenterBias |
BoostedTreesCenterBias.create(Scope scope,
Operand<?> treeEnsembleHandle,
Operand<Float> meanGradients,
Operand<Float> meanHessians,
Operand<Float> l1,
Operand<Float> l2)
Factory method to create a class to wrap a new BoostedTreesCenterBias operation to the graph.
|
static BoostedTreesCenterBias |
BoostedTreesCenterBias.create(Scope scope,
Operand<?> treeEnsembleHandle,
Operand<Float> meanGradients,
Operand<Float> meanHessians,
Operand<Float> l1,
Operand<Float> l2)
Factory method to create a class to wrap a new BoostedTreesCenterBias operation to the graph.
|
static BoostedTreesCenterBias |
BoostedTreesCenterBias.create(Scope scope,
Operand<?> treeEnsembleHandle,
Operand<Float> meanGradients,
Operand<Float> meanHessians,
Operand<Float> l1,
Operand<Float> l2)
Factory method to create a class to wrap a new BoostedTreesCenterBias operation to the graph.
|
static BoostedTreesCenterBias |
BoostedTreesCenterBias.create(Scope scope,
Operand<?> treeEnsembleHandle,
Operand<Float> meanGradients,
Operand<Float> meanHessians,
Operand<Float> l1,
Operand<Float> l2)
Factory method to create a class to wrap a new BoostedTreesCenterBias operation to the graph.
|
static TensorArrayGradWithShape |
TensorArrayGradWithShape.create(Scope scope,
Operand<?> handle,
Operand<Float> flowIn,
Operand<Integer> shapeToPrepend,
String source)
Factory method to create a class to wrap a new TensorArrayGradWithShape operation to the graph.
|
static TensorArrayGradWithShape |
TensorArrayGradWithShape.create(Scope scope,
Operand<?> handle,
Operand<Float> flowIn,
Operand<Integer> shapeToPrepend,
String source)
Factory method to create a class to wrap a new TensorArrayGradWithShape operation to the graph.
|
static TensorArrayGradWithShape |
TensorArrayGradWithShape.create(Scope scope,
Operand<?> handle,
Operand<Float> flowIn,
Operand<Integer> shapeToPrepend,
String source)
Factory method to create a class to wrap a new TensorArrayGradWithShape operation to the graph.
|
static BoostedTreesCreateQuantileStreamResource |
BoostedTreesCreateQuantileStreamResource.create(Scope scope,
Operand<?> quantileStreamResourceHandle,
Operand<Float> epsilon,
Operand<Long> numStreams,
BoostedTreesCreateQuantileStreamResource.Options... options)
Factory method to create a class to wrap a new BoostedTreesCreateQuantileStreamResource operation to the graph.
|
static BoostedTreesCreateQuantileStreamResource |
BoostedTreesCreateQuantileStreamResource.create(Scope scope,
Operand<?> quantileStreamResourceHandle,
Operand<Float> epsilon,
Operand<Long> numStreams,
BoostedTreesCreateQuantileStreamResource.Options... options)
Factory method to create a class to wrap a new BoostedTreesCreateQuantileStreamResource operation to the graph.
|
static BoostedTreesCreateQuantileStreamResource |
BoostedTreesCreateQuantileStreamResource.create(Scope scope,
Operand<?> quantileStreamResourceHandle,
Operand<Float> epsilon,
Operand<Long> numStreams,
BoostedTreesCreateQuantileStreamResource.Options... options)
Factory method to create a class to wrap a new BoostedTreesCreateQuantileStreamResource operation to the graph.
|
static TensorArrayGrad |
TensorArrayGrad.create(Scope scope,
Operand<?> handle,
Operand<Float> flowIn,
String source)
Factory method to create a class to wrap a new TensorArrayGrad operation to the graph.
|
static TensorArrayGrad |
TensorArrayGrad.create(Scope scope,
Operand<?> handle,
Operand<Float> flowIn,
String source)
Factory method to create a class to wrap a new TensorArrayGrad operation to the graph.
|
static IRFFT3D |
IRFFT3D.create(Scope scope,
Operand<?> input,
Operand<Integer> fftLength)
Factory method to create a class to wrap a new IRFFT3D operation to the graph.
|
static IRFFT3D |
IRFFT3D.create(Scope scope,
Operand<?> input,
Operand<Integer> fftLength)
Factory method to create a class to wrap a new IRFFT3D operation to the graph.
|
static IRFFT |
IRFFT.create(Scope scope,
Operand<?> input,
Operand<Integer> fftLength)
Factory method to create a class to wrap a new IRFFT operation to the graph.
|
static IRFFT |
IRFFT.create(Scope scope,
Operand<?> input,
Operand<Integer> fftLength)
Factory method to create a class to wrap a new IRFFT operation to the graph.
|
static IRFFT2D |
IRFFT2D.create(Scope scope,
Operand<?> input,
Operand<Integer> fftLength)
Factory method to create a class to wrap a new IRFFT2D operation to the graph.
|
static IRFFT2D |
IRFFT2D.create(Scope scope,
Operand<?> input,
Operand<Integer> fftLength)
Factory method to create a class to wrap a new IRFFT2D operation to the graph.
|
static <T> TensorListGetItem<T> |
TensorListGetItem.create(Scope scope,
Operand<?> inputHandle,
Operand<Integer> index,
Class<T> elementDtype)
Factory method to create a class to wrap a new TensorListGetItem operation to the graph.
|
static <T> TensorListGetItem<T> |
TensorListGetItem.create(Scope scope,
Operand<?> inputHandle,
Operand<Integer> index,
Class<T> elementDtype)
Factory method to create a class to wrap a new TensorListGetItem operation to the graph.
|
static <T> TensorListGather<T> |
TensorListGather.create(Scope scope,
Operand<?> inputHandle,
Operand<Integer> indices,
Class<T> elementDtype)
Factory method to create a class to wrap a new TensorListGather operation to the graph.
|
static <T> TensorListGather<T> |
TensorListGather.create(Scope scope,
Operand<?> inputHandle,
Operand<Integer> indices,
Class<T> elementDtype)
Factory method to create a class to wrap a new TensorListGather operation to the graph.
|
static BoostedTreesUpdateEnsemble |
BoostedTreesUpdateEnsemble.create(Scope scope,
Operand<?> treeEnsembleHandle,
Operand<Integer> featureIds,
Iterable<Operand<Integer>> nodeIds,
Iterable<Operand<Float>> gains,
Iterable<Operand<Integer>> thresholds,
Iterable<Operand<Float>> leftNodeContribs,
Iterable<Operand<Float>> rightNodeContribs,
Operand<Integer> maxDepth,
Operand<Float> learningRate,
Long pruningMode)
Factory method to create a class to wrap a new BoostedTreesUpdateEnsemble operation to the graph.
|
static BoostedTreesUpdateEnsemble |
BoostedTreesUpdateEnsemble.create(Scope scope,
Operand<?> treeEnsembleHandle,
Operand<Integer> featureIds,
Iterable<Operand<Integer>> nodeIds,
Iterable<Operand<Float>> gains,
Iterable<Operand<Integer>> thresholds,
Iterable<Operand<Float>> leftNodeContribs,
Iterable<Operand<Float>> rightNodeContribs,
Operand<Integer> maxDepth,
Operand<Float> learningRate,
Long pruningMode)
Factory method to create a class to wrap a new BoostedTreesUpdateEnsemble operation to the graph.
|
static BoostedTreesUpdateEnsemble |
BoostedTreesUpdateEnsemble.create(Scope scope,
Operand<?> treeEnsembleHandle,
Operand<Integer> featureIds,
Iterable<Operand<Integer>> nodeIds,
Iterable<Operand<Float>> gains,
Iterable<Operand<Integer>> thresholds,
Iterable<Operand<Float>> leftNodeContribs,
Iterable<Operand<Float>> rightNodeContribs,
Operand<Integer> maxDepth,
Operand<Float> learningRate,
Long pruningMode)
Factory method to create a class to wrap a new BoostedTreesUpdateEnsemble operation to the graph.
|
static BoostedTreesUpdateEnsemble |
BoostedTreesUpdateEnsemble.create(Scope scope,
Operand<?> treeEnsembleHandle,
Operand<Integer> featureIds,
Iterable<Operand<Integer>> nodeIds,
Iterable<Operand<Float>> gains,
Iterable<Operand<Integer>> thresholds,
Iterable<Operand<Float>> leftNodeContribs,
Iterable<Operand<Float>> rightNodeContribs,
Operand<Integer> maxDepth,
Operand<Float> learningRate,
Long pruningMode)
Factory method to create a class to wrap a new BoostedTreesUpdateEnsemble operation to the graph.
|
static QueueDequeueMany |
QueueDequeueMany.create(Scope scope,
Operand<?> handle,
Operand<Integer> n,
List<Class<?>> componentTypes,
QueueDequeueMany.Options... options)
Factory method to create a class to wrap a new QueueDequeueMany operation to the graph.
|
static QueueDequeueMany |
QueueDequeueMany.create(Scope scope,
Operand<?> handle,
Operand<Integer> n,
List<Class<?>> componentTypes,
QueueDequeueMany.Options... options)
Factory method to create a class to wrap a new QueueDequeueMany operation to the graph.
|
static QueueDequeueUpTo |
QueueDequeueUpTo.create(Scope scope,
Operand<?> handle,
Operand<Integer> n,
List<Class<?>> componentTypes,
QueueDequeueUpTo.Options... options)
Factory method to create a class to wrap a new QueueDequeueUpTo operation to the graph.
|
static QueueDequeueUpTo |
QueueDequeueUpTo.create(Scope scope,
Operand<?> handle,
Operand<Integer> n,
List<Class<?>> componentTypes,
QueueDequeueUpTo.Options... options)
Factory method to create a class to wrap a new QueueDequeueUpTo operation to the graph.
|
static <T> TensorArrayRead<T> |
TensorArrayRead.create(Scope scope,
Operand<?> handle,
Operand<Integer> index,
Operand<Float> flowIn,
Class<T> dtype)
Factory method to create a class to wrap a new TensorArrayRead operation to the graph.
|
static <T> TensorArrayRead<T> |
TensorArrayRead.create(Scope scope,
Operand<?> handle,
Operand<Integer> index,
Operand<Float> flowIn,
Class<T> dtype)
Factory method to create a class to wrap a new TensorArrayRead operation to the graph.
|
static <T> TensorArrayRead<T> |
TensorArrayRead.create(Scope scope,
Operand<?> handle,
Operand<Integer> index,
Operand<Float> flowIn,
Class<T> dtype)
Factory method to create a class to wrap a new TensorArrayRead operation to the graph.
|
static <T> TensorArrayGather<T> |
TensorArrayGather.create(Scope scope,
Operand<?> handle,
Operand<Integer> indices,
Operand<Float> flowIn,
Class<T> dtype,
TensorArrayGather.Options... options)
Factory method to create a class to wrap a new TensorArrayGather operation to the graph.
|
static <T> TensorArrayGather<T> |
TensorArrayGather.create(Scope scope,
Operand<?> handle,
Operand<Integer> indices,
Operand<Float> flowIn,
Class<T> dtype,
TensorArrayGather.Options... options)
Factory method to create a class to wrap a new TensorArrayGather operation to the graph.
|
static <T> TensorArrayGather<T> |
TensorArrayGather.create(Scope scope,
Operand<?> handle,
Operand<Integer> indices,
Operand<Float> flowIn,
Class<T> dtype,
TensorArrayGather.Options... options)
Factory method to create a class to wrap a new TensorArrayGather operation to the graph.
|
static BoostedTreesTrainingPredict |
BoostedTreesTrainingPredict.create(Scope scope,
Operand<?> treeEnsembleHandle,
Operand<Integer> cachedTreeIds,
Operand<Integer> cachedNodeIds,
Iterable<Operand<Integer>> bucketizedFeatures,
Long logitsDimension)
Factory method to create a class to wrap a new BoostedTreesTrainingPredict operation to the graph.
|
static BoostedTreesTrainingPredict |
BoostedTreesTrainingPredict.create(Scope scope,
Operand<?> treeEnsembleHandle,
Operand<Integer> cachedTreeIds,
Operand<Integer> cachedNodeIds,
Iterable<Operand<Integer>> bucketizedFeatures,
Long logitsDimension)
Factory method to create a class to wrap a new BoostedTreesTrainingPredict operation to the graph.
|
static BoostedTreesTrainingPredict |
BoostedTreesTrainingPredict.create(Scope scope,
Operand<?> treeEnsembleHandle,
Operand<Integer> cachedTreeIds,
Operand<Integer> cachedNodeIds,
Iterable<Operand<Integer>> bucketizedFeatures,
Long logitsDimension)
Factory method to create a class to wrap a new BoostedTreesTrainingPredict operation to the graph.
|
static MultiDeviceIteratorGetNextFromShard |
MultiDeviceIteratorGetNextFromShard.create(Scope scope,
Operand<?> multiDeviceIterator,
Operand<Integer> shardNum,
Operand<Long> incarnationId,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Factory method to create a class to wrap a new MultiDeviceIteratorGetNextFromShard operation to the graph.
|
static MultiDeviceIteratorGetNextFromShard |
MultiDeviceIteratorGetNextFromShard.create(Scope scope,
Operand<?> multiDeviceIterator,
Operand<Integer> shardNum,
Operand<Long> incarnationId,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Factory method to create a class to wrap a new MultiDeviceIteratorGetNextFromShard operation to the graph.
|
static MultiDeviceIteratorGetNextFromShard |
MultiDeviceIteratorGetNextFromShard.create(Scope scope,
Operand<?> multiDeviceIterator,
Operand<Integer> shardNum,
Operand<Long> incarnationId,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Factory method to create a class to wrap a new MultiDeviceIteratorGetNextFromShard operation to the graph.
|
static <T> TensorListSetItem |
TensorListSetItem.create(Scope scope,
Operand<?> inputHandle,
Operand<Integer> index,
Operand<T> item)
Factory method to create a class to wrap a new TensorListSetItem operation to the graph.
|
static <T> TensorListSetItem |
TensorListSetItem.create(Scope scope,
Operand<?> inputHandle,
Operand<Integer> index,
Operand<T> item)
Factory method to create a class to wrap a new TensorListSetItem operation to the graph.
|
static <T> TensorListSetItem |
TensorListSetItem.create(Scope scope,
Operand<?> inputHandle,
Operand<Integer> index,
Operand<T> item)
Factory method to create a class to wrap a new TensorListSetItem operation to the graph.
|
static <T> TensorArrayWrite |
TensorArrayWrite.create(Scope scope,
Operand<?> handle,
Operand<Integer> index,
Operand<T> value,
Operand<Float> flowIn)
Factory method to create a class to wrap a new TensorArrayWrite operation to the graph.
|
static <T> TensorArrayWrite |
TensorArrayWrite.create(Scope scope,
Operand<?> handle,
Operand<Integer> index,
Operand<T> value,
Operand<Float> flowIn)
Factory method to create a class to wrap a new TensorArrayWrite operation to the graph.
|
static <T> TensorArrayWrite |
TensorArrayWrite.create(Scope scope,
Operand<?> handle,
Operand<Integer> index,
Operand<T> value,
Operand<Float> flowIn)
Factory method to create a class to wrap a new TensorArrayWrite operation to the graph.
|
static <T> TensorArrayWrite |
TensorArrayWrite.create(Scope scope,
Operand<?> handle,
Operand<Integer> index,
Operand<T> value,
Operand<Float> flowIn)
Factory method to create a class to wrap a new TensorArrayWrite operation to the graph.
|
static <T> TensorArrayScatter |
TensorArrayScatter.create(Scope scope,
Operand<?> handle,
Operand<Integer> indices,
Operand<T> value,
Operand<Float> flowIn)
Factory method to create a class to wrap a new TensorArrayScatter operation to the graph.
|
static <T> TensorArrayScatter |
TensorArrayScatter.create(Scope scope,
Operand<?> handle,
Operand<Integer> indices,
Operand<T> value,
Operand<Float> flowIn)
Factory method to create a class to wrap a new TensorArrayScatter operation to the graph.
|
static <T> TensorArrayScatter |
TensorArrayScatter.create(Scope scope,
Operand<?> handle,
Operand<Integer> indices,
Operand<T> value,
Operand<Float> flowIn)
Factory method to create a class to wrap a new TensorArrayScatter operation to the graph.
|
static <T> TensorArrayScatter |
TensorArrayScatter.create(Scope scope,
Operand<?> handle,
Operand<Integer> indices,
Operand<T> value,
Operand<Float> flowIn)
Factory method to create a class to wrap a new TensorArrayScatter operation to the graph.
|
static BoostedTreesQuantileStreamResourceFlush |
BoostedTreesQuantileStreamResourceFlush.create(Scope scope,
Operand<?> quantileStreamResourceHandle,
Operand<Long> numBuckets,
BoostedTreesQuantileStreamResourceFlush.Options... options)
Factory method to create a class to wrap a new BoostedTreesQuantileStreamResourceFlush operation to the graph.
|
static BoostedTreesQuantileStreamResourceFlush |
BoostedTreesQuantileStreamResourceFlush.create(Scope scope,
Operand<?> quantileStreamResourceHandle,
Operand<Long> numBuckets,
BoostedTreesQuantileStreamResourceFlush.Options... options)
Factory method to create a class to wrap a new BoostedTreesQuantileStreamResourceFlush operation to the graph.
|
static ParseExampleDataset |
ParseExampleDataset.create(Scope scope,
Operand<?> inputDataset,
Operand<Long> numParallelCalls,
Iterable<Operand<?>> denseDefaults,
List<String> sparseKeys,
List<String> denseKeys,
List<Class<?>> sparseTypes,
List<Shape> denseShapes,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Factory method to create a class to wrap a new ParseExampleDataset operation to the graph.
|
static ParseExampleDataset |
ParseExampleDataset.create(Scope scope,
Operand<?> inputDataset,
Operand<Long> numParallelCalls,
Iterable<Operand<?>> denseDefaults,
List<String> sparseKeys,
List<String> denseKeys,
List<Class<?>> sparseTypes,
List<Shape> denseShapes,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Factory method to create a class to wrap a new ParseExampleDataset operation to the graph.
|
static PaddedBatchDataset |
PaddedBatchDataset.create(Scope scope,
Operand<?> inputDataset,
Operand<Long> batchSize,
Iterable<Operand<Long>> paddedShapes,
Iterable<Operand<?>> paddingValues,
List<Shape> outputShapes)
Factory method to create a class to wrap a new PaddedBatchDataset operation to the graph.
|
static PaddedBatchDataset |
PaddedBatchDataset.create(Scope scope,
Operand<?> inputDataset,
Operand<Long> batchSize,
Iterable<Operand<Long>> paddedShapes,
Iterable<Operand<?>> paddingValues,
List<Shape> outputShapes)
Factory method to create a class to wrap a new PaddedBatchDataset operation to the graph.
|
static PrependFromQueueAndPaddedBatchDataset |
PrependFromQueueAndPaddedBatchDataset.create(Scope scope,
Operand<?> inputDataset,
Operand<Long> batchSize,
Iterable<Operand<Long>> paddedShapes,
Iterable<Operand<?>> paddingValues,
List<Shape> outputShapes)
Factory method to create a class to wrap a new PrependFromQueueAndPaddedBatchDataset operation to the graph.
|
static PrependFromQueueAndPaddedBatchDataset |
PrependFromQueueAndPaddedBatchDataset.create(Scope scope,
Operand<?> inputDataset,
Operand<Long> batchSize,
Iterable<Operand<Long>> paddedShapes,
Iterable<Operand<?>> paddingValues,
List<Shape> outputShapes)
Factory method to create a class to wrap a new PrependFromQueueAndPaddedBatchDataset operation to the graph.
|
static PaddedBatchDatasetV2 |
PaddedBatchDatasetV2.create(Scope scope,
Operand<?> inputDataset,
Operand<Long> batchSize,
Iterable<Operand<Long>> paddedShapes,
Iterable<Operand<?>> paddingValues,
Operand<Boolean> dropRemainder,
List<Shape> outputShapes)
Factory method to create a class to wrap a new PaddedBatchDatasetV2 operation to the graph.
|
static PaddedBatchDatasetV2 |
PaddedBatchDatasetV2.create(Scope scope,
Operand<?> inputDataset,
Operand<Long> batchSize,
Iterable<Operand<Long>> paddedShapes,
Iterable<Operand<?>> paddingValues,
Operand<Boolean> dropRemainder,
List<Shape> outputShapes)
Factory method to create a class to wrap a new PaddedBatchDatasetV2 operation to the graph.
|
static PaddedBatchDatasetV2 |
PaddedBatchDatasetV2.create(Scope scope,
Operand<?> inputDataset,
Operand<Long> batchSize,
Iterable<Operand<Long>> paddedShapes,
Iterable<Operand<?>> paddingValues,
Operand<Boolean> dropRemainder,
List<Shape> outputShapes)
Factory method to create a class to wrap a new PaddedBatchDatasetV2 operation to the graph.
|
static PrefetchDataset |
PrefetchDataset.create(Scope scope,
Operand<?> inputDataset,
Operand<Long> bufferSize,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Factory method to create a class to wrap a new PrefetchDataset operation to the graph.
|
static PrefetchDataset |
PrefetchDataset.create(Scope scope,
Operand<?> inputDataset,
Operand<Long> bufferSize,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Factory method to create a class to wrap a new PrefetchDataset operation to the graph.
|
static RepeatDataset |
RepeatDataset.create(Scope scope,
Operand<?> inputDataset,
Operand<Long> count,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Factory method to create a class to wrap a new RepeatDataset operation to the graph.
|
static RepeatDataset |
RepeatDataset.create(Scope scope,
Operand<?> inputDataset,
Operand<Long> count,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Factory method to create a class to wrap a new RepeatDataset operation to the graph.
|
static BatchDataset |
BatchDataset.create(Scope scope,
Operand<?> inputDataset,
Operand<Long> batchSize,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Factory method to create a class to wrap a new BatchDataset operation to the graph.
|
static BatchDataset |
BatchDataset.create(Scope scope,
Operand<?> inputDataset,
Operand<Long> batchSize,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Factory method to create a class to wrap a new BatchDataset operation to the graph.
|
static TakeDataset |
TakeDataset.create(Scope scope,
Operand<?> inputDataset,
Operand<Long> count,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Factory method to create a class to wrap a new TakeDataset operation to the graph.
|
static TakeDataset |
TakeDataset.create(Scope scope,
Operand<?> inputDataset,
Operand<Long> count,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Factory method to create a class to wrap a new TakeDataset operation to the graph.
|
static SkipDataset |
SkipDataset.create(Scope scope,
Operand<?> inputDataset,
Operand<Long> count,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Factory method to create a class to wrap a new SkipDataset operation to the graph.
|
static SkipDataset |
SkipDataset.create(Scope scope,
Operand<?> inputDataset,
Operand<Long> count,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Factory method to create a class to wrap a new SkipDataset operation to the graph.
|
static BatchDatasetV2 |
BatchDatasetV2.create(Scope scope,
Operand<?> inputDataset,
Operand<Long> batchSize,
Operand<Boolean> dropRemainder,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Factory method to create a class to wrap a new BatchDatasetV2 operation to the graph.
|
static BatchDatasetV2 |
BatchDatasetV2.create(Scope scope,
Operand<?> inputDataset,
Operand<Long> batchSize,
Operand<Boolean> dropRemainder,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Factory method to create a class to wrap a new BatchDatasetV2 operation to the graph.
|
static BatchDatasetV2 |
BatchDatasetV2.create(Scope scope,
Operand<?> inputDataset,
Operand<Long> batchSize,
Operand<Boolean> dropRemainder,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Factory method to create a class to wrap a new BatchDatasetV2 operation to the graph.
|
static DenseToSparseBatchDataset |
DenseToSparseBatchDataset.create(Scope scope,
Operand<?> inputDataset,
Operand<Long> batchSize,
Operand<Long> rowShape,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Factory method to create a class to wrap a new DenseToSparseBatchDataset operation to the graph.
|
static DenseToSparseBatchDataset |
DenseToSparseBatchDataset.create(Scope scope,
Operand<?> inputDataset,
Operand<Long> batchSize,
Operand<Long> rowShape,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Factory method to create a class to wrap a new DenseToSparseBatchDataset operation to the graph.
|
static DenseToSparseBatchDataset |
DenseToSparseBatchDataset.create(Scope scope,
Operand<?> inputDataset,
Operand<Long> batchSize,
Operand<Long> rowShape,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Factory method to create a class to wrap a new DenseToSparseBatchDataset operation to the graph.
|
static SlideDataset |
SlideDataset.create(Scope scope,
Operand<?> inputDataset,
Operand<Long> windowSize,
Operand<Long> windowShift,
Operand<Long> windowStride,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Factory method to create a class to wrap a new SlideDataset operation to the graph.
|
static SlideDataset |
SlideDataset.create(Scope scope,
Operand<?> inputDataset,
Operand<Long> windowSize,
Operand<Long> windowShift,
Operand<Long> windowStride,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Factory method to create a class to wrap a new SlideDataset operation to the graph.
|
static SlideDataset |
SlideDataset.create(Scope scope,
Operand<?> inputDataset,
Operand<Long> windowSize,
Operand<Long> windowShift,
Operand<Long> windowStride,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Factory method to create a class to wrap a new SlideDataset operation to the graph.
|
static SlideDataset |
SlideDataset.create(Scope scope,
Operand<?> inputDataset,
Operand<Long> windowSize,
Operand<Long> windowShift,
Operand<Long> windowStride,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Factory method to create a class to wrap a new SlideDataset operation to the graph.
|
static ShuffleDataset |
ShuffleDataset.create(Scope scope,
Operand<?> inputDataset,
Operand<Long> bufferSize,
Operand<Long> seed,
Operand<Long> seed2,
List<Class<?>> outputTypes,
List<Shape> outputShapes,
ShuffleDataset.Options... options)
Factory method to create a class to wrap a new ShuffleDataset operation to the graph.
|
static ShuffleDataset |
ShuffleDataset.create(Scope scope,
Operand<?> inputDataset,
Operand<Long> bufferSize,
Operand<Long> seed,
Operand<Long> seed2,
List<Class<?>> outputTypes,
List<Shape> outputShapes,
ShuffleDataset.Options... options)
Factory method to create a class to wrap a new ShuffleDataset operation to the graph.
|
static ShuffleDataset |
ShuffleDataset.create(Scope scope,
Operand<?> inputDataset,
Operand<Long> bufferSize,
Operand<Long> seed,
Operand<Long> seed2,
List<Class<?>> outputTypes,
List<Shape> outputShapes,
ShuffleDataset.Options... options)
Factory method to create a class to wrap a new ShuffleDataset operation to the graph.
|
static ShuffleDataset |
ShuffleDataset.create(Scope scope,
Operand<?> inputDataset,
Operand<Long> bufferSize,
Operand<Long> seed,
Operand<Long> seed2,
List<Class<?>> outputTypes,
List<Shape> outputShapes,
ShuffleDataset.Options... options)
Factory method to create a class to wrap a new ShuffleDataset operation to the graph.
|
static WindowDataset |
WindowDataset.create(Scope scope,
Operand<?> inputDataset,
Operand<Long> size,
Operand<Long> shift,
Operand<Long> stride,
Operand<Boolean> dropRemainder,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Factory method to create a class to wrap a new WindowDataset operation to the graph.
|
static WindowDataset |
WindowDataset.create(Scope scope,
Operand<?> inputDataset,
Operand<Long> size,
Operand<Long> shift,
Operand<Long> stride,
Operand<Boolean> dropRemainder,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Factory method to create a class to wrap a new WindowDataset operation to the graph.
|
static WindowDataset |
WindowDataset.create(Scope scope,
Operand<?> inputDataset,
Operand<Long> size,
Operand<Long> shift,
Operand<Long> stride,
Operand<Boolean> dropRemainder,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Factory method to create a class to wrap a new WindowDataset operation to the graph.
|
static WindowDataset |
WindowDataset.create(Scope scope,
Operand<?> inputDataset,
Operand<Long> size,
Operand<Long> shift,
Operand<Long> stride,
Operand<Boolean> dropRemainder,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Factory method to create a class to wrap a new WindowDataset operation to the graph.
|
static WindowDataset |
WindowDataset.create(Scope scope,
Operand<?> inputDataset,
Operand<Long> size,
Operand<Long> shift,
Operand<Long> stride,
Operand<Boolean> dropRemainder,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Factory method to create a class to wrap a new WindowDataset operation to the graph.
|
static ShuffleAndRepeatDataset |
ShuffleAndRepeatDataset.create(Scope scope,
Operand<?> inputDataset,
Operand<Long> bufferSize,
Operand<Long> seed,
Operand<Long> seed2,
Operand<Long> count,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Factory method to create a class to wrap a new ShuffleAndRepeatDataset operation to the graph.
|
static ShuffleAndRepeatDataset |
ShuffleAndRepeatDataset.create(Scope scope,
Operand<?> inputDataset,
Operand<Long> bufferSize,
Operand<Long> seed,
Operand<Long> seed2,
Operand<Long> count,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Factory method to create a class to wrap a new ShuffleAndRepeatDataset operation to the graph.
|
static ShuffleAndRepeatDataset |
ShuffleAndRepeatDataset.create(Scope scope,
Operand<?> inputDataset,
Operand<Long> bufferSize,
Operand<Long> seed,
Operand<Long> seed2,
Operand<Long> count,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Factory method to create a class to wrap a new ShuffleAndRepeatDataset operation to the graph.
|
static ShuffleAndRepeatDataset |
ShuffleAndRepeatDataset.create(Scope scope,
Operand<?> inputDataset,
Operand<Long> bufferSize,
Operand<Long> seed,
Operand<Long> seed2,
Operand<Long> count,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Factory method to create a class to wrap a new ShuffleAndRepeatDataset operation to the graph.
|
static ShuffleAndRepeatDataset |
ShuffleAndRepeatDataset.create(Scope scope,
Operand<?> inputDataset,
Operand<Long> bufferSize,
Operand<Long> seed,
Operand<Long> seed2,
Operand<Long> count,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Factory method to create a class to wrap a new ShuffleAndRepeatDataset operation to the graph.
|
static BoostedTreesCreateEnsemble |
BoostedTreesCreateEnsemble.create(Scope scope,
Operand<?> treeEnsembleHandle,
Operand<Long> stampToken,
Operand<String> treeEnsembleSerialized)
Factory method to create a class to wrap a new BoostedTreesCreateEnsemble operation to the graph.
|
static BoostedTreesCreateEnsemble |
BoostedTreesCreateEnsemble.create(Scope scope,
Operand<?> treeEnsembleHandle,
Operand<Long> stampToken,
Operand<String> treeEnsembleSerialized)
Factory method to create a class to wrap a new BoostedTreesCreateEnsemble operation to the graph.
|
static BoostedTreesCreateEnsemble |
BoostedTreesCreateEnsemble.create(Scope scope,
Operand<?> treeEnsembleHandle,
Operand<Long> stampToken,
Operand<String> treeEnsembleSerialized)
Factory method to create a class to wrap a new BoostedTreesCreateEnsemble operation to the graph.
|
static WriteGraphSummary |
WriteGraphSummary.create(Scope scope,
Operand<?> writer,
Operand<Long> step,
Operand<String> tensor)
Factory method to create a class to wrap a new WriteGraphSummary operation to the graph.
|
static WriteGraphSummary |
WriteGraphSummary.create(Scope scope,
Operand<?> writer,
Operand<Long> step,
Operand<String> tensor)
Factory method to create a class to wrap a new WriteGraphSummary operation to the graph.
|
static WriteGraphSummary |
WriteGraphSummary.create(Scope scope,
Operand<?> writer,
Operand<Long> step,
Operand<String> tensor)
Factory method to create a class to wrap a new WriteGraphSummary operation to the graph.
|
static BoostedTreesDeserializeEnsemble |
BoostedTreesDeserializeEnsemble.create(Scope scope,
Operand<?> treeEnsembleHandle,
Operand<Long> stampToken,
Operand<String> treeEnsembleSerialized)
Factory method to create a class to wrap a new BoostedTreesDeserializeEnsemble operation to the graph.
|
static BoostedTreesDeserializeEnsemble |
BoostedTreesDeserializeEnsemble.create(Scope scope,
Operand<?> treeEnsembleHandle,
Operand<Long> stampToken,
Operand<String> treeEnsembleSerialized)
Factory method to create a class to wrap a new BoostedTreesDeserializeEnsemble operation to the graph.
|
static BoostedTreesDeserializeEnsemble |
BoostedTreesDeserializeEnsemble.create(Scope scope,
Operand<?> treeEnsembleHandle,
Operand<Long> stampToken,
Operand<String> treeEnsembleSerialized)
Factory method to create a class to wrap a new BoostedTreesDeserializeEnsemble operation to the graph.
|
static WriteAudioSummary |
WriteAudioSummary.create(Scope scope,
Operand<?> writer,
Operand<Long> step,
Operand<String> tag,
Operand<Float> tensor,
Operand<Float> sampleRate,
WriteAudioSummary.Options... options)
Factory method to create a class to wrap a new WriteAudioSummary operation to the graph.
|
static WriteAudioSummary |
WriteAudioSummary.create(Scope scope,
Operand<?> writer,
Operand<Long> step,
Operand<String> tag,
Operand<Float> tensor,
Operand<Float> sampleRate,
WriteAudioSummary.Options... options)
Factory method to create a class to wrap a new WriteAudioSummary operation to the graph.
|
static WriteAudioSummary |
WriteAudioSummary.create(Scope scope,
Operand<?> writer,
Operand<Long> step,
Operand<String> tag,
Operand<Float> tensor,
Operand<Float> sampleRate,
WriteAudioSummary.Options... options)
Factory method to create a class to wrap a new WriteAudioSummary operation to the graph.
|
static WriteAudioSummary |
WriteAudioSummary.create(Scope scope,
Operand<?> writer,
Operand<Long> step,
Operand<String> tag,
Operand<Float> tensor,
Operand<Float> sampleRate,
WriteAudioSummary.Options... options)
Factory method to create a class to wrap a new WriteAudioSummary operation to the graph.
|
static WriteAudioSummary |
WriteAudioSummary.create(Scope scope,
Operand<?> writer,
Operand<Long> step,
Operand<String> tag,
Operand<Float> tensor,
Operand<Float> sampleRate,
WriteAudioSummary.Options... options)
Factory method to create a class to wrap a new WriteAudioSummary operation to the graph.
|
static <T extends Number> |
WriteScalarSummary.create(Scope scope,
Operand<?> writer,
Operand<Long> step,
Operand<String> tag,
Operand<T> value)
Factory method to create a class to wrap a new WriteScalarSummary operation to the graph.
|
static <T extends Number> |
WriteScalarSummary.create(Scope scope,
Operand<?> writer,
Operand<Long> step,
Operand<String> tag,
Operand<T> value)
Factory method to create a class to wrap a new WriteScalarSummary operation to the graph.
|
static <T extends Number> |
WriteScalarSummary.create(Scope scope,
Operand<?> writer,
Operand<Long> step,
Operand<String> tag,
Operand<T> value)
Factory method to create a class to wrap a new WriteScalarSummary operation to the graph.
|
static <T extends Number> |
WriteScalarSummary.create(Scope scope,
Operand<?> writer,
Operand<Long> step,
Operand<String> tag,
Operand<T> value)
Factory method to create a class to wrap a new WriteScalarSummary operation to the graph.
|
static <T extends Number> |
WriteHistogramSummary.create(Scope scope,
Operand<?> writer,
Operand<Long> step,
Operand<String> tag,
Operand<T> values)
Factory method to create a class to wrap a new WriteHistogramSummary operation to the graph.
|
static <T extends Number> |
WriteHistogramSummary.create(Scope scope,
Operand<?> writer,
Operand<Long> step,
Operand<String> tag,
Operand<T> values)
Factory method to create a class to wrap a new WriteHistogramSummary operation to the graph.
|
static <T extends Number> |
WriteHistogramSummary.create(Scope scope,
Operand<?> writer,
Operand<Long> step,
Operand<String> tag,
Operand<T> values)
Factory method to create a class to wrap a new WriteHistogramSummary operation to the graph.
|
static <T extends Number> |
WriteHistogramSummary.create(Scope scope,
Operand<?> writer,
Operand<Long> step,
Operand<String> tag,
Operand<T> values)
Factory method to create a class to wrap a new WriteHistogramSummary operation to the graph.
|
static <T extends Number> |
WriteImageSummary.create(Scope scope,
Operand<?> writer,
Operand<Long> step,
Operand<String> tag,
Operand<T> tensor,
Operand<UInt8> badColor,
WriteImageSummary.Options... options)
Factory method to create a class to wrap a new WriteImageSummary operation to the graph.
|
static <T extends Number> |
WriteImageSummary.create(Scope scope,
Operand<?> writer,
Operand<Long> step,
Operand<String> tag,
Operand<T> tensor,
Operand<UInt8> badColor,
WriteImageSummary.Options... options)
Factory method to create a class to wrap a new WriteImageSummary operation to the graph.
|
static <T extends Number> |
WriteImageSummary.create(Scope scope,
Operand<?> writer,
Operand<Long> step,
Operand<String> tag,
Operand<T> tensor,
Operand<UInt8> badColor,
WriteImageSummary.Options... options)
Factory method to create a class to wrap a new WriteImageSummary operation to the graph.
|
static <T extends Number> |
WriteImageSummary.create(Scope scope,
Operand<?> writer,
Operand<Long> step,
Operand<String> tag,
Operand<T> tensor,
Operand<UInt8> badColor,
WriteImageSummary.Options... options)
Factory method to create a class to wrap a new WriteImageSummary operation to the graph.
|
static <T extends Number> |
WriteImageSummary.create(Scope scope,
Operand<?> writer,
Operand<Long> step,
Operand<String> tag,
Operand<T> tensor,
Operand<UInt8> badColor,
WriteImageSummary.Options... options)
Factory method to create a class to wrap a new WriteImageSummary operation to the graph.
|
static <T> WriteSummary |
WriteSummary.create(Scope scope,
Operand<?> writer,
Operand<Long> step,
Operand<T> tensor,
Operand<String> tag,
Operand<String> summaryMetadata)
Factory method to create a class to wrap a new WriteSummary operation to the graph.
|
static <T> WriteSummary |
WriteSummary.create(Scope scope,
Operand<?> writer,
Operand<Long> step,
Operand<T> tensor,
Operand<String> tag,
Operand<String> summaryMetadata)
Factory method to create a class to wrap a new WriteSummary operation to the graph.
|
static <T> WriteSummary |
WriteSummary.create(Scope scope,
Operand<?> writer,
Operand<Long> step,
Operand<T> tensor,
Operand<String> tag,
Operand<String> summaryMetadata)
Factory method to create a class to wrap a new WriteSummary operation to the graph.
|
static <T> WriteSummary |
WriteSummary.create(Scope scope,
Operand<?> writer,
Operand<Long> step,
Operand<T> tensor,
Operand<String> tag,
Operand<String> summaryMetadata)
Factory method to create a class to wrap a new WriteSummary operation to the graph.
|
static <T> WriteSummary |
WriteSummary.create(Scope scope,
Operand<?> writer,
Operand<Long> step,
Operand<T> tensor,
Operand<String> tag,
Operand<String> summaryMetadata)
Factory method to create a class to wrap a new WriteSummary operation to the graph.
|
static ImportEvent |
ImportEvent.create(Scope scope,
Operand<?> writer,
Operand<String> event)
Factory method to create a class to wrap a new ImportEvent operation to the graph.
|
static ImportEvent |
ImportEvent.create(Scope scope,
Operand<?> writer,
Operand<String> event)
Factory method to create a class to wrap a new ImportEvent operation to the graph.
|
static ReaderRestoreState |
ReaderRestoreState.create(Scope scope,
Operand<?> readerHandle,
Operand<String> state)
Factory method to create a class to wrap a new ReaderRestoreState operation to the graph.
|
static ReaderRestoreState |
ReaderRestoreState.create(Scope scope,
Operand<?> readerHandle,
Operand<String> state)
Factory method to create a class to wrap a new ReaderRestoreState operation to the graph.
|
static LatencyStatsDataset |
LatencyStatsDataset.create(Scope scope,
Operand<?> inputDataset,
Operand<String> tag,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Factory method to create a class to wrap a new LatencyStatsDataset operation to the graph.
|
static LatencyStatsDataset |
LatencyStatsDataset.create(Scope scope,
Operand<?> inputDataset,
Operand<String> tag,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Factory method to create a class to wrap a new LatencyStatsDataset operation to the graph.
|
static OptimizeDataset |
OptimizeDataset.create(Scope scope,
Operand<?> inputDataset,
Operand<String> optimizations,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Factory method to create a class to wrap a new OptimizeDataset operation to the graph.
|
static OptimizeDataset |
OptimizeDataset.create(Scope scope,
Operand<?> inputDataset,
Operand<String> optimizations,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Factory method to create a class to wrap a new OptimizeDataset operation to the graph.
|
static ExperimentalAssertNextDataset |
ExperimentalAssertNextDataset.create(Scope scope,
Operand<?> inputDataset,
Operand<String> transformations,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Factory method to create a class to wrap a new ExperimentalAssertNextDataset operation to the graph.
|
static ExperimentalAssertNextDataset |
ExperimentalAssertNextDataset.create(Scope scope,
Operand<?> inputDataset,
Operand<String> transformations,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Factory method to create a class to wrap a new ExperimentalAssertNextDataset operation to the graph.
|
static BytesProducedStatsDataset |
BytesProducedStatsDataset.create(Scope scope,
Operand<?> inputDataset,
Operand<String> tag,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Factory method to create a class to wrap a new BytesProducedStatsDataset operation to the graph.
|
static BytesProducedStatsDataset |
BytesProducedStatsDataset.create(Scope scope,
Operand<?> inputDataset,
Operand<String> tag,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Factory method to create a class to wrap a new BytesProducedStatsDataset operation to the graph.
|
static CacheDataset |
CacheDataset.create(Scope scope,
Operand<?> inputDataset,
Operand<String> filename,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Factory method to create a class to wrap a new CacheDataset operation to the graph.
|
static CacheDataset |
CacheDataset.create(Scope scope,
Operand<?> inputDataset,
Operand<String> filename,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Factory method to create a class to wrap a new CacheDataset operation to the graph.
|
static InitializeTableFromTextFile |
InitializeTableFromTextFile.create(Scope scope,
Operand<?> tableHandle,
Operand<String> filename,
Long keyIndex,
Long valueIndex,
InitializeTableFromTextFile.Options... options)
Factory method to create a class to wrap a new InitializeTableFromTextFile operation to the graph.
|
static InitializeTableFromTextFile |
InitializeTableFromTextFile.create(Scope scope,
Operand<?> tableHandle,
Operand<String> filename,
Long keyIndex,
Long valueIndex,
InitializeTableFromTextFile.Options... options)
Factory method to create a class to wrap a new InitializeTableFromTextFile operation to the graph.
|
static CreateSummaryFileWriter |
CreateSummaryFileWriter.create(Scope scope,
Operand<?> writer,
Operand<String> logdir,
Operand<Integer> maxQueue,
Operand<Integer> flushMillis,
Operand<String> filenameSuffix)
Factory method to create a class to wrap a new CreateSummaryFileWriter operation to the graph.
|
static CreateSummaryFileWriter |
CreateSummaryFileWriter.create(Scope scope,
Operand<?> writer,
Operand<String> logdir,
Operand<Integer> maxQueue,
Operand<Integer> flushMillis,
Operand<String> filenameSuffix)
Factory method to create a class to wrap a new CreateSummaryFileWriter operation to the graph.
|
static CreateSummaryFileWriter |
CreateSummaryFileWriter.create(Scope scope,
Operand<?> writer,
Operand<String> logdir,
Operand<Integer> maxQueue,
Operand<Integer> flushMillis,
Operand<String> filenameSuffix)
Factory method to create a class to wrap a new CreateSummaryFileWriter operation to the graph.
|
static CreateSummaryFileWriter |
CreateSummaryFileWriter.create(Scope scope,
Operand<?> writer,
Operand<String> logdir,
Operand<Integer> maxQueue,
Operand<Integer> flushMillis,
Operand<String> filenameSuffix)
Factory method to create a class to wrap a new CreateSummaryFileWriter operation to the graph.
|
static CreateSummaryFileWriter |
CreateSummaryFileWriter.create(Scope scope,
Operand<?> writer,
Operand<String> logdir,
Operand<Integer> maxQueue,
Operand<Integer> flushMillis,
Operand<String> filenameSuffix)
Factory method to create a class to wrap a new CreateSummaryFileWriter operation to the graph.
|
static DatasetToTFRecord |
DatasetToTFRecord.create(Scope scope,
Operand<?> inputDataset,
Operand<String> filename,
Operand<String> compressionType)
Factory method to create a class to wrap a new DatasetToTFRecord operation to the graph.
|
static DatasetToTFRecord |
DatasetToTFRecord.create(Scope scope,
Operand<?> inputDataset,
Operand<String> filename,
Operand<String> compressionType)
Factory method to create a class to wrap a new DatasetToTFRecord operation to the graph.
|
static DatasetToTFRecord |
DatasetToTFRecord.create(Scope scope,
Operand<?> inputDataset,
Operand<String> filename,
Operand<String> compressionType)
Factory method to create a class to wrap a new DatasetToTFRecord operation to the graph.
|
static CreateSummaryDbWriter |
CreateSummaryDbWriter.create(Scope scope,
Operand<?> writer,
Operand<String> dbUri,
Operand<String> experimentName,
Operand<String> runName,
Operand<String> userName)
Factory method to create a class to wrap a new CreateSummaryDbWriter operation to the graph.
|
static CreateSummaryDbWriter |
CreateSummaryDbWriter.create(Scope scope,
Operand<?> writer,
Operand<String> dbUri,
Operand<String> experimentName,
Operand<String> runName,
Operand<String> userName)
Factory method to create a class to wrap a new CreateSummaryDbWriter operation to the graph.
|
static CreateSummaryDbWriter |
CreateSummaryDbWriter.create(Scope scope,
Operand<?> writer,
Operand<String> dbUri,
Operand<String> experimentName,
Operand<String> runName,
Operand<String> userName)
Factory method to create a class to wrap a new CreateSummaryDbWriter operation to the graph.
|
static CreateSummaryDbWriter |
CreateSummaryDbWriter.create(Scope scope,
Operand<?> writer,
Operand<String> dbUri,
Operand<String> experimentName,
Operand<String> runName,
Operand<String> userName)
Factory method to create a class to wrap a new CreateSummaryDbWriter operation to the graph.
|
static CreateSummaryDbWriter |
CreateSummaryDbWriter.create(Scope scope,
Operand<?> writer,
Operand<String> dbUri,
Operand<String> experimentName,
Operand<String> runName,
Operand<String> userName)
Factory method to create a class to wrap a new CreateSummaryDbWriter operation to the graph.
|
static <T> TensorListPushBackBatch |
TensorListPushBackBatch.create(Scope scope,
Operand<?> inputHandles,
Operand<T> tensor)
Factory method to create a class to wrap a new TensorListPushBackBatch operation to the graph.
|
static <T> TensorListPushBackBatch |
TensorListPushBackBatch.create(Scope scope,
Operand<?> inputHandles,
Operand<T> tensor)
Factory method to create a class to wrap a new TensorListPushBackBatch operation to the graph.
|
static <T> AssignSubVariableOp |
AssignSubVariableOp.create(Scope scope,
Operand<?> resource,
Operand<T> value)
Factory method to create a class to wrap a new AssignSubVariableOp operation to the graph.
|
static <T> AssignSubVariableOp |
AssignSubVariableOp.create(Scope scope,
Operand<?> resource,
Operand<T> value)
Factory method to create a class to wrap a new AssignSubVariableOp operation to the graph.
|
static <T> TensorListPushBack |
TensorListPushBack.create(Scope scope,
Operand<?> inputHandle,
Operand<T> tensor)
Factory method to create a class to wrap a new TensorListPushBack operation to the graph.
|
static <T> TensorListPushBack |
TensorListPushBack.create(Scope scope,
Operand<?> inputHandle,
Operand<T> tensor)
Factory method to create a class to wrap a new TensorListPushBack operation to the graph.
|
static <T> AssignVariableOp |
AssignVariableOp.create(Scope scope,
Operand<?> resource,
Operand<T> value)
Factory method to create a class to wrap a new AssignVariableOp operation to the graph.
|
static <T> AssignVariableOp |
AssignVariableOp.create(Scope scope,
Operand<?> resource,
Operand<T> value)
Factory method to create a class to wrap a new AssignVariableOp operation to the graph.
|
static <T> AssignAddVariableOp |
AssignAddVariableOp.create(Scope scope,
Operand<?> resource,
Operand<T> value)
Factory method to create a class to wrap a new AssignAddVariableOp operation to the graph.
|
static <T> AssignAddVariableOp |
AssignAddVariableOp.create(Scope scope,
Operand<?> resource,
Operand<T> value)
Factory method to create a class to wrap a new AssignAddVariableOp operation to the graph.
|
static <U,T extends Number> |
ResourceGather.create(Scope scope,
Operand<?> resource,
Operand<T> indices,
Class<U> dtype,
ResourceGather.Options... options)
Factory method to create a class to wrap a new ResourceGather operation to the graph.
|
static <U,T extends Number> |
ResourceGather.create(Scope scope,
Operand<?> resource,
Operand<T> indices,
Class<U> dtype,
ResourceGather.Options... options)
Factory method to create a class to wrap a new ResourceGather operation to the graph.
|
static <T> TensorArraySplit |
TensorArraySplit.create(Scope scope,
Operand<?> handle,
Operand<T> value,
Operand<Long> lengths,
Operand<Float> flowIn)
Factory method to create a class to wrap a new TensorArraySplit operation to the graph.
|
static <T> TensorArraySplit |
TensorArraySplit.create(Scope scope,
Operand<?> handle,
Operand<T> value,
Operand<Long> lengths,
Operand<Float> flowIn)
Factory method to create a class to wrap a new TensorArraySplit operation to the graph.
|
static <T> TensorArraySplit |
TensorArraySplit.create(Scope scope,
Operand<?> handle,
Operand<T> value,
Operand<Long> lengths,
Operand<Float> flowIn)
Factory method to create a class to wrap a new TensorArraySplit operation to the graph.
|
static <T> TensorArraySplit |
TensorArraySplit.create(Scope scope,
Operand<?> handle,
Operand<T> value,
Operand<Long> lengths,
Operand<Float> flowIn)
Factory method to create a class to wrap a new TensorArraySplit operation to the graph.
|
static <T,U extends Number> |
ResourceSparseApplyProximalGradientDescent.create(Scope scope,
Operand<?> var,
Operand<T> alpha,
Operand<T> l1,
Operand<T> l2,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyProximalGradientDescent.Options... options)
Factory method to create a class to wrap a new ResourceSparseApplyProximalGradientDescent operation to the graph.
|
static <T,U extends Number> |
ResourceSparseApplyProximalGradientDescent.create(Scope scope,
Operand<?> var,
Operand<T> alpha,
Operand<T> l1,
Operand<T> l2,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyProximalGradientDescent.Options... options)
Factory method to create a class to wrap a new ResourceSparseApplyProximalGradientDescent operation to the graph.
|
static <T,U extends Number> |
ResourceSparseApplyProximalGradientDescent.create(Scope scope,
Operand<?> var,
Operand<T> alpha,
Operand<T> l1,
Operand<T> l2,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyProximalGradientDescent.Options... options)
Factory method to create a class to wrap a new ResourceSparseApplyProximalGradientDescent operation to the graph.
|
static <T,U extends Number> |
ResourceSparseApplyProximalGradientDescent.create(Scope scope,
Operand<?> var,
Operand<T> alpha,
Operand<T> l1,
Operand<T> l2,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyProximalGradientDescent.Options... options)
Factory method to create a class to wrap a new ResourceSparseApplyProximalGradientDescent operation to the graph.
|
static <T,U extends Number> |
ResourceSparseApplyProximalGradientDescent.create(Scope scope,
Operand<?> var,
Operand<T> alpha,
Operand<T> l1,
Operand<T> l2,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyProximalGradientDescent.Options... options)
Factory method to create a class to wrap a new ResourceSparseApplyProximalGradientDescent operation to the graph.
|
static <T,U extends Number> |
ResourceSparseApplyProximalGradientDescent.create(Scope scope,
Operand<?> var,
Operand<T> alpha,
Operand<T> l1,
Operand<T> l2,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyProximalGradientDescent.Options... options)
Factory method to create a class to wrap a new ResourceSparseApplyProximalGradientDescent operation to the graph.
|
static <T> ResourceApplyProximalGradientDescent |
ResourceApplyProximalGradientDescent.create(Scope scope,
Operand<?> var,
Operand<T> alpha,
Operand<T> l1,
Operand<T> l2,
Operand<T> delta,
ResourceApplyProximalGradientDescent.Options... options)
Factory method to create a class to wrap a new ResourceApplyProximalGradientDescent operation to the graph.
|
static <T> ResourceApplyProximalGradientDescent |
ResourceApplyProximalGradientDescent.create(Scope scope,
Operand<?> var,
Operand<T> alpha,
Operand<T> l1,
Operand<T> l2,
Operand<T> delta,
ResourceApplyProximalGradientDescent.Options... options)
Factory method to create a class to wrap a new ResourceApplyProximalGradientDescent operation to the graph.
|
static <T> ResourceApplyProximalGradientDescent |
ResourceApplyProximalGradientDescent.create(Scope scope,
Operand<?> var,
Operand<T> alpha,
Operand<T> l1,
Operand<T> l2,
Operand<T> delta,
ResourceApplyProximalGradientDescent.Options... options)
Factory method to create a class to wrap a new ResourceApplyProximalGradientDescent operation to the graph.
|
static <T> ResourceApplyProximalGradientDescent |
ResourceApplyProximalGradientDescent.create(Scope scope,
Operand<?> var,
Operand<T> alpha,
Operand<T> l1,
Operand<T> l2,
Operand<T> delta,
ResourceApplyProximalGradientDescent.Options... options)
Factory method to create a class to wrap a new ResourceApplyProximalGradientDescent operation to the graph.
|
static <T> ResourceApplyProximalGradientDescent |
ResourceApplyProximalGradientDescent.create(Scope scope,
Operand<?> var,
Operand<T> alpha,
Operand<T> l1,
Operand<T> l2,
Operand<T> delta,
ResourceApplyProximalGradientDescent.Options... options)
Factory method to create a class to wrap a new ResourceApplyProximalGradientDescent operation to the graph.
|
static <T extends Number,U> |
ResourceStridedSliceAssign.create(Scope scope,
Operand<?> ref,
Operand<T> begin,
Operand<T> end,
Operand<T> strides,
Operand<U> value,
ResourceStridedSliceAssign.Options... options)
Factory method to create a class to wrap a new ResourceStridedSliceAssign operation to the graph.
|
static <T extends Number,U> |
ResourceStridedSliceAssign.create(Scope scope,
Operand<?> ref,
Operand<T> begin,
Operand<T> end,
Operand<T> strides,
Operand<U> value,
ResourceStridedSliceAssign.Options... options)
Factory method to create a class to wrap a new ResourceStridedSliceAssign operation to the graph.
|
static <T extends Number,U> |
ResourceStridedSliceAssign.create(Scope scope,
Operand<?> ref,
Operand<T> begin,
Operand<T> end,
Operand<T> strides,
Operand<U> value,
ResourceStridedSliceAssign.Options... options)
Factory method to create a class to wrap a new ResourceStridedSliceAssign operation to the graph.
|
static <T extends Number,U> |
ResourceStridedSliceAssign.create(Scope scope,
Operand<?> ref,
Operand<T> begin,
Operand<T> end,
Operand<T> strides,
Operand<U> value,
ResourceStridedSliceAssign.Options... options)
Factory method to create a class to wrap a new ResourceStridedSliceAssign operation to the graph.
|
static <T extends Number,U> |
ResourceStridedSliceAssign.create(Scope scope,
Operand<?> ref,
Operand<T> begin,
Operand<T> end,
Operand<T> strides,
Operand<U> value,
ResourceStridedSliceAssign.Options... options)
Factory method to create a class to wrap a new ResourceStridedSliceAssign operation to the graph.
|
static <T> ResourceApplyGradientDescent |
ResourceApplyGradientDescent.create(Scope scope,
Operand<?> var,
Operand<T> alpha,
Operand<T> delta,
ResourceApplyGradientDescent.Options... options)
Factory method to create a class to wrap a new ResourceApplyGradientDescent operation to the graph.
|
static <T> ResourceApplyGradientDescent |
ResourceApplyGradientDescent.create(Scope scope,
Operand<?> var,
Operand<T> alpha,
Operand<T> delta,
ResourceApplyGradientDescent.Options... options)
Factory method to create a class to wrap a new ResourceApplyGradientDescent operation to the graph.
|
static <T> ResourceApplyGradientDescent |
ResourceApplyGradientDescent.create(Scope scope,
Operand<?> var,
Operand<T> alpha,
Operand<T> delta,
ResourceApplyGradientDescent.Options... options)
Factory method to create a class to wrap a new ResourceApplyGradientDescent operation to the graph.
|
static <T extends Number,U> |
ResourceScatterMax.create(Scope scope,
Operand<?> resource,
Operand<T> indices,
Operand<U> updates)
Factory method to create a class to wrap a new ResourceScatterMax operation to the graph.
|
static <T extends Number,U> |
ResourceScatterMax.create(Scope scope,
Operand<?> resource,
Operand<T> indices,
Operand<U> updates)
Factory method to create a class to wrap a new ResourceScatterMax operation to the graph.
|
static <T extends Number,U> |
ResourceScatterMax.create(Scope scope,
Operand<?> resource,
Operand<T> indices,
Operand<U> updates)
Factory method to create a class to wrap a new ResourceScatterMax operation to the graph.
|
static <T extends Number,U> |
ResourceScatterDiv.create(Scope scope,
Operand<?> resource,
Operand<T> indices,
Operand<U> updates)
Factory method to create a class to wrap a new ResourceScatterDiv operation to the graph.
|
static <T extends Number,U> |
ResourceScatterDiv.create(Scope scope,
Operand<?> resource,
Operand<T> indices,
Operand<U> updates)
Factory method to create a class to wrap a new ResourceScatterDiv operation to the graph.
|
static <T extends Number,U> |
ResourceScatterDiv.create(Scope scope,
Operand<?> resource,
Operand<T> indices,
Operand<U> updates)
Factory method to create a class to wrap a new ResourceScatterDiv operation to the graph.
|
static <T extends Number,U> |
ResourceScatterSub.create(Scope scope,
Operand<?> resource,
Operand<T> indices,
Operand<U> updates)
Factory method to create a class to wrap a new ResourceScatterSub operation to the graph.
|
static <T extends Number,U> |
ResourceScatterSub.create(Scope scope,
Operand<?> resource,
Operand<T> indices,
Operand<U> updates)
Factory method to create a class to wrap a new ResourceScatterSub operation to the graph.
|
static <T extends Number,U> |
ResourceScatterSub.create(Scope scope,
Operand<?> resource,
Operand<T> indices,
Operand<U> updates)
Factory method to create a class to wrap a new ResourceScatterSub operation to the graph.
|
static <T extends Number,U> |
ResourceScatterMul.create(Scope scope,
Operand<?> resource,
Operand<T> indices,
Operand<U> updates)
Factory method to create a class to wrap a new ResourceScatterMul operation to the graph.
|
static <T extends Number,U> |
ResourceScatterMul.create(Scope scope,
Operand<?> resource,
Operand<T> indices,
Operand<U> updates)
Factory method to create a class to wrap a new ResourceScatterMul operation to the graph.
|
static <T extends Number,U> |
ResourceScatterMul.create(Scope scope,
Operand<?> resource,
Operand<T> indices,
Operand<U> updates)
Factory method to create a class to wrap a new ResourceScatterMul operation to the graph.
|
static <T extends Number,U> |
ResourceScatterUpdate.create(Scope scope,
Operand<?> resource,
Operand<T> indices,
Operand<U> updates)
Factory method to create a class to wrap a new ResourceScatterUpdate operation to the graph.
|
static <T extends Number,U> |
ResourceScatterUpdate.create(Scope scope,
Operand<?> resource,
Operand<T> indices,
Operand<U> updates)
Factory method to create a class to wrap a new ResourceScatterUpdate operation to the graph.
|
static <T extends Number,U> |
ResourceScatterUpdate.create(Scope scope,
Operand<?> resource,
Operand<T> indices,
Operand<U> updates)
Factory method to create a class to wrap a new ResourceScatterUpdate operation to the graph.
|
static <T extends Number,U> |
ResourceScatterMin.create(Scope scope,
Operand<?> resource,
Operand<T> indices,
Operand<U> updates)
Factory method to create a class to wrap a new ResourceScatterMin operation to the graph.
|
static <T extends Number,U> |
ResourceScatterMin.create(Scope scope,
Operand<?> resource,
Operand<T> indices,
Operand<U> updates)
Factory method to create a class to wrap a new ResourceScatterMin operation to the graph.
|
static <T extends Number,U> |
ResourceScatterMin.create(Scope scope,
Operand<?> resource,
Operand<T> indices,
Operand<U> updates)
Factory method to create a class to wrap a new ResourceScatterMin operation to the graph.
|
static <T extends Number,U> |
ResourceScatterAdd.create(Scope scope,
Operand<?> resource,
Operand<T> indices,
Operand<U> updates)
Factory method to create a class to wrap a new ResourceScatterAdd operation to the graph.
|
static <T extends Number,U> |
ResourceScatterAdd.create(Scope scope,
Operand<?> resource,
Operand<T> indices,
Operand<U> updates)
Factory method to create a class to wrap a new ResourceScatterAdd operation to the graph.
|
static <T extends Number,U> |
ResourceScatterAdd.create(Scope scope,
Operand<?> resource,
Operand<T> indices,
Operand<U> updates)
Factory method to create a class to wrap a new ResourceScatterAdd operation to the graph.
|
static <T,U> LookupTableImport |
LookupTableImport.create(Scope scope,
Operand<?> tableHandle,
Operand<T> keys,
Operand<U> values)
Factory method to create a class to wrap a new LookupTableImport operation to the graph.
|
static <T,U> LookupTableImport |
LookupTableImport.create(Scope scope,
Operand<?> tableHandle,
Operand<T> keys,
Operand<U> values)
Factory method to create a class to wrap a new LookupTableImport operation to the graph.
|
static <T,U> LookupTableImport |
LookupTableImport.create(Scope scope,
Operand<?> tableHandle,
Operand<T> keys,
Operand<U> values)
Factory method to create a class to wrap a new LookupTableImport operation to the graph.
|
static <T,U> InitializeTable |
InitializeTable.create(Scope scope,
Operand<?> tableHandle,
Operand<T> keys,
Operand<U> values)
Factory method to create a class to wrap a new InitializeTable operation to the graph.
|
static <T,U> InitializeTable |
InitializeTable.create(Scope scope,
Operand<?> tableHandle,
Operand<T> keys,
Operand<U> values)
Factory method to create a class to wrap a new InitializeTable operation to the graph.
|
static <T,U> InitializeTable |
InitializeTable.create(Scope scope,
Operand<?> tableHandle,
Operand<T> keys,
Operand<U> values)
Factory method to create a class to wrap a new InitializeTable operation to the graph.
|
static <T,U> LookupTableInsert |
LookupTableInsert.create(Scope scope,
Operand<?> tableHandle,
Operand<T> keys,
Operand<U> values)
Factory method to create a class to wrap a new LookupTableInsert operation to the graph.
|
static <T,U> LookupTableInsert |
LookupTableInsert.create(Scope scope,
Operand<?> tableHandle,
Operand<T> keys,
Operand<U> values)
Factory method to create a class to wrap a new LookupTableInsert operation to the graph.
|
static <T,U> LookupTableInsert |
LookupTableInsert.create(Scope scope,
Operand<?> tableHandle,
Operand<T> keys,
Operand<U> values)
Factory method to create a class to wrap a new LookupTableInsert operation to the graph.
|
static <U,T> LookupTableFind<U> |
LookupTableFind.create(Scope scope,
Operand<?> tableHandle,
Operand<T> keys,
Operand<U> defaultValue)
Factory method to create a class to wrap a new LookupTableFind operation to the graph.
|
static <U,T> LookupTableFind<U> |
LookupTableFind.create(Scope scope,
Operand<?> tableHandle,
Operand<T> keys,
Operand<U> defaultValue)
Factory method to create a class to wrap a new LookupTableFind operation to the graph.
|
static <U,T> LookupTableFind<U> |
LookupTableFind.create(Scope scope,
Operand<?> tableHandle,
Operand<T> keys,
Operand<U> defaultValue)
Factory method to create a class to wrap a new LookupTableFind operation to the graph.
|
static <T extends Number,U> |
ResourceScatterNdAdd.create(Scope scope,
Operand<?> ref,
Operand<T> indices,
Operand<U> updates,
ResourceScatterNdAdd.Options... options)
Factory method to create a class to wrap a new ResourceScatterNdAdd operation to the graph.
|
static <T extends Number,U> |
ResourceScatterNdAdd.create(Scope scope,
Operand<?> ref,
Operand<T> indices,
Operand<U> updates,
ResourceScatterNdAdd.Options... options)
Factory method to create a class to wrap a new ResourceScatterNdAdd operation to the graph.
|
static <T extends Number,U> |
ResourceScatterNdAdd.create(Scope scope,
Operand<?> ref,
Operand<T> indices,
Operand<U> updates,
ResourceScatterNdAdd.Options... options)
Factory method to create a class to wrap a new ResourceScatterNdAdd operation to the graph.
|
static <T extends Number,U> |
ResourceScatterNdUpdate.create(Scope scope,
Operand<?> ref,
Operand<T> indices,
Operand<U> updates,
ResourceScatterNdUpdate.Options... options)
Factory method to create a class to wrap a new ResourceScatterNdUpdate operation to the graph.
|
static <T extends Number,U> |
ResourceScatterNdUpdate.create(Scope scope,
Operand<?> ref,
Operand<T> indices,
Operand<U> updates,
ResourceScatterNdUpdate.Options... options)
Factory method to create a class to wrap a new ResourceScatterNdUpdate operation to the graph.
|
static <T extends Number,U> |
ResourceScatterNdUpdate.create(Scope scope,
Operand<?> ref,
Operand<T> indices,
Operand<U> updates,
ResourceScatterNdUpdate.Options... options)
Factory method to create a class to wrap a new ResourceScatterNdUpdate operation to the graph.
|
static QueueClose |
QueueClose.create(Scope scope,
Operand<?> handle,
QueueClose.Options... options)
Factory method to create a class to wrap a new QueueClose operation to the graph.
|
static LogicalNot |
LogicalNot.create(Scope scope,
Operand<Boolean> x)
Factory method to create a class to wrap a new LogicalNot operation to the graph.
|
static LoopCond |
LoopCond.create(Scope scope,
Operand<Boolean> input)
Factory method to create a class to wrap a new LoopCond operation to the graph.
|
static Assert |
Assert.create(Scope scope,
Operand<Boolean> condition,
Iterable<Operand<?>> data,
Assert.Options... options)
Factory method to create a class to wrap a new Assert operation to the graph.
|
static LogicalAnd |
LogicalAnd.create(Scope scope,
Operand<Boolean> x,
Operand<Boolean> y)
Factory method to create a class to wrap a new LogicalAnd operation to the graph.
|
static LogicalAnd |
LogicalAnd.create(Scope scope,
Operand<Boolean> x,
Operand<Boolean> y)
Factory method to create a class to wrap a new LogicalAnd operation to the graph.
|
static LogicalOr |
LogicalOr.create(Scope scope,
Operand<Boolean> x,
Operand<Boolean> y)
Factory method to create a class to wrap a new LogicalOr operation to the graph.
|
static LogicalOr |
LogicalOr.create(Scope scope,
Operand<Boolean> x,
Operand<Boolean> y)
Factory method to create a class to wrap a new LogicalOr operation to the graph.
|
static <T extends Number> |
All.create(Scope scope,
Operand<Boolean> input,
Operand<T> axis,
All.Options... options)
Factory method to create a class to wrap a new All operation to the graph.
|
static <T extends Number> |
All.create(Scope scope,
Operand<Boolean> input,
Operand<T> axis,
All.Options... options)
Factory method to create a class to wrap a new All operation to the graph.
|
static <T extends Number> |
Any.create(Scope scope,
Operand<Boolean> input,
Operand<T> axis,
Any.Options... options)
Factory method to create a class to wrap a new Any operation to the graph.
|
static <T extends Number> |
Any.create(Scope scope,
Operand<Boolean> input,
Operand<T> axis,
Any.Options... options)
Factory method to create a class to wrap a new Any operation to the graph.
|
static <T> Where3<T> |
Where3.create(Scope scope,
Operand<Boolean> condition,
Operand<T> x,
Operand<T> y)
Factory method to create a class to wrap a new Where3 operation to the graph.
|
static <T> Where3<T> |
Where3.create(Scope scope,
Operand<Boolean> condition,
Operand<T> x,
Operand<T> y)
Factory method to create a class to wrap a new Where3 operation to the graph.
|
static <T> Where3<T> |
Where3.create(Scope scope,
Operand<Boolean> condition,
Operand<T> x,
Operand<T> y)
Factory method to create a class to wrap a new Where3 operation to the graph.
|
static <T extends Number> |
ReduceAll.create(Scope scope,
Operand<Boolean> input,
Operand<T> axis,
ReduceAll.Options... options)
Factory method to create a class to wrap a new ReduceAll operation to the graph.
|
static <T extends Number> |
ReduceAll.create(Scope scope,
Operand<Boolean> input,
Operand<T> axis,
ReduceAll.Options... options)
Factory method to create a class to wrap a new ReduceAll operation to the graph.
|
static <T extends Number> |
ReduceAny.create(Scope scope,
Operand<Boolean> input,
Operand<T> axis,
ReduceAny.Options... options)
Factory method to create a class to wrap a new ReduceAny operation to the graph.
|
static <T extends Number> |
ReduceAny.create(Scope scope,
Operand<Boolean> input,
Operand<T> axis,
ReduceAny.Options... options)
Factory method to create a class to wrap a new ReduceAny operation to the graph.
|
static FakeQuantWithMinMaxArgs |
FakeQuantWithMinMaxArgs.create(Scope scope,
Operand<Float> inputs,
FakeQuantWithMinMaxArgs.Options... options)
Factory method to create a class to wrap a new FakeQuantWithMinMaxArgs operation to the graph.
|
static AudioSpectrogram |
AudioSpectrogram.create(Scope scope,
Operand<Float> input,
Long windowSize,
Long stride,
AudioSpectrogram.Options... options)
Factory method to create a class to wrap a new AudioSpectrogram operation to the graph.
|
static AdjustSaturation |
AdjustSaturation.create(Scope scope,
Operand<Float> images,
Operand<Float> scale)
Factory method to create a class to wrap a new AdjustSaturation operation to the graph.
|
static AdjustSaturation |
AdjustSaturation.create(Scope scope,
Operand<Float> images,
Operand<Float> scale)
Factory method to create a class to wrap a new AdjustSaturation operation to the graph.
|
static AdjustHue |
AdjustHue.create(Scope scope,
Operand<Float> images,
Operand<Float> delta)
Factory method to create a class to wrap a new AdjustHue operation to the graph.
|
static AdjustHue |
AdjustHue.create(Scope scope,
Operand<Float> images,
Operand<Float> delta)
Factory method to create a class to wrap a new AdjustHue operation to the graph.
|
static AdjustContrast |
AdjustContrast.create(Scope scope,
Operand<Float> images,
Operand<Float> contrastFactor)
Factory method to create a class to wrap a new AdjustContrast operation to the graph.
|
static AdjustContrast |
AdjustContrast.create(Scope scope,
Operand<Float> images,
Operand<Float> contrastFactor)
Factory method to create a class to wrap a new AdjustContrast operation to the graph.
|
static FakeQuantWithMinMaxArgsGradient |
FakeQuantWithMinMaxArgsGradient.create(Scope scope,
Operand<Float> gradients,
Operand<Float> inputs,
FakeQuantWithMinMaxArgsGradient.Options... options)
Factory method to create a class to wrap a new FakeQuantWithMinMaxArgsGradient operation to the graph.
|
static FakeQuantWithMinMaxArgsGradient |
FakeQuantWithMinMaxArgsGradient.create(Scope scope,
Operand<Float> gradients,
Operand<Float> inputs,
FakeQuantWithMinMaxArgsGradient.Options... options)
Factory method to create a class to wrap a new FakeQuantWithMinMaxArgsGradient operation to the graph.
|
static <T> QuantizeV2<T> |
QuantizeV2.create(Scope scope,
Operand<Float> input,
Operand<Float> minRange,
Operand<Float> maxRange,
Class<T> T,
QuantizeV2.Options... options)
Factory method to create a class to wrap a new QuantizeV2 operation to the graph.
|
static <T> QuantizeV2<T> |
QuantizeV2.create(Scope scope,
Operand<Float> input,
Operand<Float> minRange,
Operand<Float> maxRange,
Class<T> T,
QuantizeV2.Options... options)
Factory method to create a class to wrap a new QuantizeV2 operation to the graph.
|
static <T> QuantizeV2<T> |
QuantizeV2.create(Scope scope,
Operand<Float> input,
Operand<Float> minRange,
Operand<Float> maxRange,
Class<T> T,
QuantizeV2.Options... options)
Factory method to create a class to wrap a new QuantizeV2 operation to the graph.
|
static FakeQuantWithMinMaxVars |
FakeQuantWithMinMaxVars.create(Scope scope,
Operand<Float> inputs,
Operand<Float> min,
Operand<Float> max,
FakeQuantWithMinMaxVars.Options... options)
Factory method to create a class to wrap a new FakeQuantWithMinMaxVars operation to the graph.
|
static FakeQuantWithMinMaxVars |
FakeQuantWithMinMaxVars.create(Scope scope,
Operand<Float> inputs,
Operand<Float> min,
Operand<Float> max,
FakeQuantWithMinMaxVars.Options... options)
Factory method to create a class to wrap a new FakeQuantWithMinMaxVars operation to the graph.
|
static FakeQuantWithMinMaxVars |
FakeQuantWithMinMaxVars.create(Scope scope,
Operand<Float> inputs,
Operand<Float> min,
Operand<Float> max,
FakeQuantWithMinMaxVars.Options... options)
Factory method to create a class to wrap a new FakeQuantWithMinMaxVars operation to the graph.
|
static FakeQuantWithMinMaxVarsPerChannel |
FakeQuantWithMinMaxVarsPerChannel.create(Scope scope,
Operand<Float> inputs,
Operand<Float> min,
Operand<Float> max,
FakeQuantWithMinMaxVarsPerChannel.Options... options)
Factory method to create a class to wrap a new FakeQuantWithMinMaxVarsPerChannel operation to the graph.
|
static FakeQuantWithMinMaxVarsPerChannel |
FakeQuantWithMinMaxVarsPerChannel.create(Scope scope,
Operand<Float> inputs,
Operand<Float> min,
Operand<Float> max,
FakeQuantWithMinMaxVarsPerChannel.Options... options)
Factory method to create a class to wrap a new FakeQuantWithMinMaxVarsPerChannel operation to the graph.
|
static FakeQuantWithMinMaxVarsPerChannel |
FakeQuantWithMinMaxVarsPerChannel.create(Scope scope,
Operand<Float> inputs,
Operand<Float> min,
Operand<Float> max,
FakeQuantWithMinMaxVarsPerChannel.Options... options)
Factory method to create a class to wrap a new FakeQuantWithMinMaxVarsPerChannel operation to the graph.
|
static FakeQuantWithMinMaxVarsGradient |
FakeQuantWithMinMaxVarsGradient.create(Scope scope,
Operand<Float> gradients,
Operand<Float> inputs,
Operand<Float> min,
Operand<Float> max,
FakeQuantWithMinMaxVarsGradient.Options... options)
Factory method to create a class to wrap a new FakeQuantWithMinMaxVarsGradient operation to the graph.
|
static FakeQuantWithMinMaxVarsGradient |
FakeQuantWithMinMaxVarsGradient.create(Scope scope,
Operand<Float> gradients,
Operand<Float> inputs,
Operand<Float> min,
Operand<Float> max,
FakeQuantWithMinMaxVarsGradient.Options... options)
Factory method to create a class to wrap a new FakeQuantWithMinMaxVarsGradient operation to the graph.
|
static FakeQuantWithMinMaxVarsGradient |
FakeQuantWithMinMaxVarsGradient.create(Scope scope,
Operand<Float> gradients,
Operand<Float> inputs,
Operand<Float> min,
Operand<Float> max,
FakeQuantWithMinMaxVarsGradient.Options... options)
Factory method to create a class to wrap a new FakeQuantWithMinMaxVarsGradient operation to the graph.
|
static FakeQuantWithMinMaxVarsGradient |
FakeQuantWithMinMaxVarsGradient.create(Scope scope,
Operand<Float> gradients,
Operand<Float> inputs,
Operand<Float> min,
Operand<Float> max,
FakeQuantWithMinMaxVarsGradient.Options... options)
Factory method to create a class to wrap a new FakeQuantWithMinMaxVarsGradient operation to the graph.
|
static FakeQuantWithMinMaxVarsPerChannelGradient |
FakeQuantWithMinMaxVarsPerChannelGradient.create(Scope scope,
Operand<Float> gradients,
Operand<Float> inputs,
Operand<Float> min,
Operand<Float> max,
FakeQuantWithMinMaxVarsPerChannelGradient.Options... options)
Factory method to create a class to wrap a new FakeQuantWithMinMaxVarsPerChannelGradient operation to the graph.
|
static FakeQuantWithMinMaxVarsPerChannelGradient |
FakeQuantWithMinMaxVarsPerChannelGradient.create(Scope scope,
Operand<Float> gradients,
Operand<Float> inputs,
Operand<Float> min,
Operand<Float> max,
FakeQuantWithMinMaxVarsPerChannelGradient.Options... options)
Factory method to create a class to wrap a new FakeQuantWithMinMaxVarsPerChannelGradient operation to the graph.
|
static FakeQuantWithMinMaxVarsPerChannelGradient |
FakeQuantWithMinMaxVarsPerChannelGradient.create(Scope scope,
Operand<Float> gradients,
Operand<Float> inputs,
Operand<Float> min,
Operand<Float> max,
FakeQuantWithMinMaxVarsPerChannelGradient.Options... options)
Factory method to create a class to wrap a new FakeQuantWithMinMaxVarsPerChannelGradient operation to the graph.
|
static FakeQuantWithMinMaxVarsPerChannelGradient |
FakeQuantWithMinMaxVarsPerChannelGradient.create(Scope scope,
Operand<Float> gradients,
Operand<Float> inputs,
Operand<Float> min,
Operand<Float> max,
FakeQuantWithMinMaxVarsPerChannelGradient.Options... options)
Factory method to create a class to wrap a new FakeQuantWithMinMaxVarsPerChannelGradient operation to the graph.
|
static NonMaxSuppression |
NonMaxSuppression.create(Scope scope,
Operand<Float> boxes,
Operand<Float> scores,
Operand<Integer> maxOutputSize,
NonMaxSuppression.Options... options)
Factory method to create a class to wrap a new NonMaxSuppression operation to the graph.
|
static NonMaxSuppression |
NonMaxSuppression.create(Scope scope,
Operand<Float> boxes,
Operand<Float> scores,
Operand<Integer> maxOutputSize,
NonMaxSuppression.Options... options)
Factory method to create a class to wrap a new NonMaxSuppression operation to the graph.
|
static NonMaxSuppression |
NonMaxSuppression.create(Scope scope,
Operand<Float> boxes,
Operand<Float> scores,
Operand<Integer> maxOutputSize,
NonMaxSuppression.Options... options)
Factory method to create a class to wrap a new NonMaxSuppression operation to the graph.
|
static NonMaxSuppressionWithOverlaps |
NonMaxSuppressionWithOverlaps.create(Scope scope,
Operand<Float> overlaps,
Operand<Float> scores,
Operand<Integer> maxOutputSize,
Operand<Float> overlapThreshold,
Operand<Float> scoreThreshold)
Factory method to create a class to wrap a new NonMaxSuppressionWithOverlaps operation to the graph.
|
static NonMaxSuppressionWithOverlaps |
NonMaxSuppressionWithOverlaps.create(Scope scope,
Operand<Float> overlaps,
Operand<Float> scores,
Operand<Integer> maxOutputSize,
Operand<Float> overlapThreshold,
Operand<Float> scoreThreshold)
Factory method to create a class to wrap a new NonMaxSuppressionWithOverlaps operation to the graph.
|
static NonMaxSuppressionWithOverlaps |
NonMaxSuppressionWithOverlaps.create(Scope scope,
Operand<Float> overlaps,
Operand<Float> scores,
Operand<Integer> maxOutputSize,
Operand<Float> overlapThreshold,
Operand<Float> scoreThreshold)
Factory method to create a class to wrap a new NonMaxSuppressionWithOverlaps operation to the graph.
|
static NonMaxSuppressionWithOverlaps |
NonMaxSuppressionWithOverlaps.create(Scope scope,
Operand<Float> overlaps,
Operand<Float> scores,
Operand<Integer> maxOutputSize,
Operand<Float> overlapThreshold,
Operand<Float> scoreThreshold)
Factory method to create a class to wrap a new NonMaxSuppressionWithOverlaps operation to the graph.
|
static NonMaxSuppressionWithOverlaps |
NonMaxSuppressionWithOverlaps.create(Scope scope,
Operand<Float> overlaps,
Operand<Float> scores,
Operand<Integer> maxOutputSize,
Operand<Float> overlapThreshold,
Operand<Float> scoreThreshold)
Factory method to create a class to wrap a new NonMaxSuppressionWithOverlaps operation to the graph.
|
static <T extends Number> |
CropAndResizeGradImage.create(Scope scope,
Operand<Float> grads,
Operand<Float> boxes,
Operand<Integer> boxInd,
Operand<Integer> imageSize,
Class<T> T,
CropAndResizeGradImage.Options... options)
Factory method to create a class to wrap a new CropAndResizeGradImage operation to the graph.
|
static <T extends Number> |
CropAndResizeGradImage.create(Scope scope,
Operand<Float> grads,
Operand<Float> boxes,
Operand<Integer> boxInd,
Operand<Integer> imageSize,
Class<T> T,
CropAndResizeGradImage.Options... options)
Factory method to create a class to wrap a new CropAndResizeGradImage operation to the graph.
|
static <T extends Number> |
CropAndResizeGradImage.create(Scope scope,
Operand<Float> grads,
Operand<Float> boxes,
Operand<Integer> boxInd,
Operand<Integer> imageSize,
Class<T> T,
CropAndResizeGradImage.Options... options)
Factory method to create a class to wrap a new CropAndResizeGradImage operation to the graph.
|
static <T extends Number> |
CropAndResizeGradImage.create(Scope scope,
Operand<Float> grads,
Operand<Float> boxes,
Operand<Integer> boxInd,
Operand<Integer> imageSize,
Class<T> T,
CropAndResizeGradImage.Options... options)
Factory method to create a class to wrap a new CropAndResizeGradImage operation to the graph.
|
static NegTrain |
NegTrain.create(Scope scope,
Operand<Float> wIn,
Operand<Float> wOut,
Operand<Integer> examples,
Operand<Integer> labels,
Operand<Float> lr,
List<Long> vocabCount,
Long numNegativeSamples)
Factory method to create a class to wrap a new NegTrain operation to the graph.
|
static NegTrain |
NegTrain.create(Scope scope,
Operand<Float> wIn,
Operand<Float> wOut,
Operand<Integer> examples,
Operand<Integer> labels,
Operand<Float> lr,
List<Long> vocabCount,
Long numNegativeSamples)
Factory method to create a class to wrap a new NegTrain operation to the graph.
|
static NegTrain |
NegTrain.create(Scope scope,
Operand<Float> wIn,
Operand<Float> wOut,
Operand<Integer> examples,
Operand<Integer> labels,
Operand<Float> lr,
List<Long> vocabCount,
Long numNegativeSamples)
Factory method to create a class to wrap a new NegTrain operation to the graph.
|
static NegTrain |
NegTrain.create(Scope scope,
Operand<Float> wIn,
Operand<Float> wOut,
Operand<Integer> examples,
Operand<Integer> labels,
Operand<Float> lr,
List<Long> vocabCount,
Long numNegativeSamples)
Factory method to create a class to wrap a new NegTrain operation to the graph.
|
static NegTrain |
NegTrain.create(Scope scope,
Operand<Float> wIn,
Operand<Float> wOut,
Operand<Integer> examples,
Operand<Integer> labels,
Operand<Float> lr,
List<Long> vocabCount,
Long numNegativeSamples)
Factory method to create a class to wrap a new NegTrain operation to the graph.
|
static EncodeWav |
EncodeWav.create(Scope scope,
Operand<Float> audio,
Operand<Integer> sampleRate)
Factory method to create a class to wrap a new EncodeWav operation to the graph.
|
static EncodeWav |
EncodeWav.create(Scope scope,
Operand<Float> audio,
Operand<Integer> sampleRate)
Factory method to create a class to wrap a new EncodeWav operation to the graph.
|
static RFFT2D |
RFFT2D.create(Scope scope,
Operand<Float> input,
Operand<Integer> fftLength)
Factory method to create a class to wrap a new RFFT2D operation to the graph.
|
static RFFT2D |
RFFT2D.create(Scope scope,
Operand<Float> input,
Operand<Integer> fftLength)
Factory method to create a class to wrap a new RFFT2D operation to the graph.
|
static RFFT3D |
RFFT3D.create(Scope scope,
Operand<Float> input,
Operand<Integer> fftLength)
Factory method to create a class to wrap a new RFFT3D operation to the graph.
|
static RFFT3D |
RFFT3D.create(Scope scope,
Operand<Float> input,
Operand<Integer> fftLength)
Factory method to create a class to wrap a new RFFT3D operation to the graph.
|
static RFFT |
RFFT.create(Scope scope,
Operand<Float> input,
Operand<Integer> fftLength)
Factory method to create a class to wrap a new RFFT operation to the graph.
|
static RFFT |
RFFT.create(Scope scope,
Operand<Float> input,
Operand<Integer> fftLength)
Factory method to create a class to wrap a new RFFT operation to the graph.
|
static CTCGreedyDecoder |
CTCGreedyDecoder.create(Scope scope,
Operand<Float> inputs,
Operand<Integer> sequenceLength,
CTCGreedyDecoder.Options... options)
Factory method to create a class to wrap a new CTCGreedyDecoder operation to the graph.
|
static CTCGreedyDecoder |
CTCGreedyDecoder.create(Scope scope,
Operand<Float> inputs,
Operand<Integer> sequenceLength,
CTCGreedyDecoder.Options... options)
Factory method to create a class to wrap a new CTCGreedyDecoder operation to the graph.
|
static CTCBeamSearchDecoder |
CTCBeamSearchDecoder.create(Scope scope,
Operand<Float> inputs,
Operand<Integer> sequenceLength,
Long beamWidth,
Long topPaths,
CTCBeamSearchDecoder.Options... options)
Factory method to create a class to wrap a new CTCBeamSearchDecoder operation to the graph.
|
static CTCBeamSearchDecoder |
CTCBeamSearchDecoder.create(Scope scope,
Operand<Float> inputs,
Operand<Integer> sequenceLength,
Long beamWidth,
Long topPaths,
CTCBeamSearchDecoder.Options... options)
Factory method to create a class to wrap a new CTCBeamSearchDecoder operation to the graph.
|
static Mfcc |
Mfcc.create(Scope scope,
Operand<Float> spectrogram,
Operand<Integer> sampleRate,
Mfcc.Options... options)
Factory method to create a class to wrap a new Mfcc operation to the graph.
|
static Mfcc |
Mfcc.create(Scope scope,
Operand<Float> spectrogram,
Operand<Integer> sampleRate,
Mfcc.Options... options)
Factory method to create a class to wrap a new Mfcc operation to the graph.
|
static ExtractGlimpse |
ExtractGlimpse.create(Scope scope,
Operand<Float> input,
Operand<Integer> size,
Operand<Float> offsets,
ExtractGlimpse.Options... options)
Factory method to create a class to wrap a new ExtractGlimpse operation to the graph.
|
static ExtractGlimpse |
ExtractGlimpse.create(Scope scope,
Operand<Float> input,
Operand<Integer> size,
Operand<Float> offsets,
ExtractGlimpse.Options... options)
Factory method to create a class to wrap a new ExtractGlimpse operation to the graph.
|
static ExtractGlimpse |
ExtractGlimpse.create(Scope scope,
Operand<Float> input,
Operand<Integer> size,
Operand<Float> offsets,
ExtractGlimpse.Options... options)
Factory method to create a class to wrap a new ExtractGlimpse operation to the graph.
|
static CTCLoss |
CTCLoss.create(Scope scope,
Operand<Float> inputs,
Operand<Long> labelsIndices,
Operand<Integer> labelsValues,
Operand<Integer> sequenceLength,
CTCLoss.Options... options)
Factory method to create a class to wrap a new CTCLoss operation to the graph.
|
static CTCLoss |
CTCLoss.create(Scope scope,
Operand<Float> inputs,
Operand<Long> labelsIndices,
Operand<Integer> labelsValues,
Operand<Integer> sequenceLength,
CTCLoss.Options... options)
Factory method to create a class to wrap a new CTCLoss operation to the graph.
|
static CTCLoss |
CTCLoss.create(Scope scope,
Operand<Float> inputs,
Operand<Long> labelsIndices,
Operand<Integer> labelsValues,
Operand<Integer> sequenceLength,
CTCLoss.Options... options)
Factory method to create a class to wrap a new CTCLoss operation to the graph.
|
static CTCLoss |
CTCLoss.create(Scope scope,
Operand<Float> inputs,
Operand<Long> labelsIndices,
Operand<Integer> labelsValues,
Operand<Integer> sequenceLength,
CTCLoss.Options... options)
Factory method to create a class to wrap a new CTCLoss operation to the graph.
|
static <T extends Number> |
InTopK.create(Scope scope,
Operand<Float> predictions,
Operand<T> targets,
Long k)
Factory method to create a class to wrap a new InTopK operation to the graph.
|
static <T extends Number> |
InTopK.create(Scope scope,
Operand<Float> predictions,
Operand<T> targets,
Long k)
Factory method to create a class to wrap a new InTopK operation to the graph.
|
static <T extends Number> |
CropAndResizeGradBoxes.create(Scope scope,
Operand<Float> grads,
Operand<T> image,
Operand<Float> boxes,
Operand<Integer> boxInd,
CropAndResizeGradBoxes.Options... options)
Factory method to create a class to wrap a new CropAndResizeGradBoxes operation to the graph.
|
static <T extends Number> |
CropAndResizeGradBoxes.create(Scope scope,
Operand<Float> grads,
Operand<T> image,
Operand<Float> boxes,
Operand<Integer> boxInd,
CropAndResizeGradBoxes.Options... options)
Factory method to create a class to wrap a new CropAndResizeGradBoxes operation to the graph.
|
static <T extends Number> |
CropAndResizeGradBoxes.create(Scope scope,
Operand<Float> grads,
Operand<T> image,
Operand<Float> boxes,
Operand<Integer> boxInd,
CropAndResizeGradBoxes.Options... options)
Factory method to create a class to wrap a new CropAndResizeGradBoxes operation to the graph.
|
static <T extends Number> |
CropAndResizeGradBoxes.create(Scope scope,
Operand<Float> grads,
Operand<T> image,
Operand<Float> boxes,
Operand<Integer> boxInd,
CropAndResizeGradBoxes.Options... options)
Factory method to create a class to wrap a new CropAndResizeGradBoxes operation to the graph.
|
static <T extends Number> |
InTopKV2.create(Scope scope,
Operand<Float> predictions,
Operand<T> targets,
Operand<T> k)
Factory method to create a class to wrap a new InTopKV2 operation to the graph.
|
static <T extends Number> |
InTopKV2.create(Scope scope,
Operand<Float> predictions,
Operand<T> targets,
Operand<T> k)
Factory method to create a class to wrap a new InTopKV2 operation to the graph.
|
static <T extends Number> |
InTopKV2.create(Scope scope,
Operand<Float> predictions,
Operand<T> targets,
Operand<T> k)
Factory method to create a class to wrap a new InTopKV2 operation to the graph.
|
static <T extends Number> |
ResizeBicubicGrad.create(Scope scope,
Operand<Float> grads,
Operand<T> originalImage,
ResizeBicubicGrad.Options... options)
Factory method to create a class to wrap a new ResizeBicubicGrad operation to the graph.
|
static <T extends Number> |
ResizeBicubicGrad.create(Scope scope,
Operand<Float> grads,
Operand<T> originalImage,
ResizeBicubicGrad.Options... options)
Factory method to create a class to wrap a new ResizeBicubicGrad operation to the graph.
|
static <T extends Number> |
ResizeBilinearGrad.create(Scope scope,
Operand<Float> grads,
Operand<T> originalImage,
ResizeBilinearGrad.Options... options)
Factory method to create a class to wrap a new ResizeBilinearGrad operation to the graph.
|
static <T extends Number> |
ResizeBilinearGrad.create(Scope scope,
Operand<Float> grads,
Operand<T> originalImage,
ResizeBilinearGrad.Options... options)
Factory method to create a class to wrap a new ResizeBilinearGrad operation to the graph.
|
static UnicodeScript |
UnicodeScript.create(Scope scope,
Operand<Integer> input)
Factory method to create a class to wrap a new UnicodeScript operation to the graph.
|
static <T> Empty<T> |
Empty.create(Scope scope,
Operand<Integer> shape,
Class<T> dtype,
Empty.Options... options)
Factory method to create a class to wrap a new Empty operation to the graph.
|
static <T> TensorArray |
TensorArray.create(Scope scope,
Operand<Integer> size,
Class<T> dtype,
TensorArray.Options... options)
Factory method to create a class to wrap a new TensorArray operation to the graph.
|
static EncodeProto |
EncodeProto.create(Scope scope,
Operand<Integer> sizes,
Iterable<Operand<?>> values,
List<String> fieldNames,
String messageType,
EncodeProto.Options... options)
Factory method to create a class to wrap a new EncodeProto operation to the graph.
|
static BoostedTreesCalculateBestGainsPerFeature |
BoostedTreesCalculateBestGainsPerFeature.create(Scope scope,
Operand<Integer> nodeIdRange,
Iterable<Operand<Float>> statsSummaryList,
Operand<Float> l1,
Operand<Float> l2,
Operand<Float> treeComplexity,
Operand<Float> minNodeWeight,
Long maxSplits)
Factory method to create a class to wrap a new BoostedTreesCalculateBestGainsPerFeature operation to the graph.
|
static BoostedTreesCalculateBestGainsPerFeature |
BoostedTreesCalculateBestGainsPerFeature.create(Scope scope,
Operand<Integer> nodeIdRange,
Iterable<Operand<Float>> statsSummaryList,
Operand<Float> l1,
Operand<Float> l2,
Operand<Float> treeComplexity,
Operand<Float> minNodeWeight,
Long maxSplits)
Factory method to create a class to wrap a new BoostedTreesCalculateBestGainsPerFeature operation to the graph.
|
static BoostedTreesCalculateBestGainsPerFeature |
BoostedTreesCalculateBestGainsPerFeature.create(Scope scope,
Operand<Integer> nodeIdRange,
Iterable<Operand<Float>> statsSummaryList,
Operand<Float> l1,
Operand<Float> l2,
Operand<Float> treeComplexity,
Operand<Float> minNodeWeight,
Long maxSplits)
Factory method to create a class to wrap a new BoostedTreesCalculateBestGainsPerFeature operation to the graph.
|
static BoostedTreesCalculateBestGainsPerFeature |
BoostedTreesCalculateBestGainsPerFeature.create(Scope scope,
Operand<Integer> nodeIdRange,
Iterable<Operand<Float>> statsSummaryList,
Operand<Float> l1,
Operand<Float> l2,
Operand<Float> treeComplexity,
Operand<Float> minNodeWeight,
Long maxSplits)
Factory method to create a class to wrap a new BoostedTreesCalculateBestGainsPerFeature operation to the graph.
|
static BoostedTreesCalculateBestGainsPerFeature |
BoostedTreesCalculateBestGainsPerFeature.create(Scope scope,
Operand<Integer> nodeIdRange,
Iterable<Operand<Float>> statsSummaryList,
Operand<Float> l1,
Operand<Float> l2,
Operand<Float> treeComplexity,
Operand<Float> minNodeWeight,
Long maxSplits)
Factory method to create a class to wrap a new BoostedTreesCalculateBestGainsPerFeature operation to the graph.
|
static MapUnstageNoKey |
MapUnstageNoKey.create(Scope scope,
Operand<Integer> indices,
List<Class<?>> dtypes,
MapUnstageNoKey.Options... options)
Factory method to create a class to wrap a new MapUnstageNoKey operation to the graph.
|
static OrderedMapUnstageNoKey |
OrderedMapUnstageNoKey.create(Scope scope,
Operand<Integer> indices,
List<Class<?>> dtypes,
OrderedMapUnstageNoKey.Options... options)
Factory method to create a class to wrap a new OrderedMapUnstageNoKey operation to the graph.
|
static StagePeek |
StagePeek.create(Scope scope,
Operand<Integer> index,
List<Class<?>> dtypes,
StagePeek.Options... options)
Factory method to create a class to wrap a new StagePeek operation to the graph.
|
static BoostedTreesMakeStatsSummary |
BoostedTreesMakeStatsSummary.create(Scope scope,
Operand<Integer> nodeIds,
Operand<Float> gradients,
Operand<Float> hessians,
Iterable<Operand<Integer>> bucketizedFeaturesList,
Long maxSplits,
Long numBuckets)
Factory method to create a class to wrap a new BoostedTreesMakeStatsSummary operation to the graph.
|
static BoostedTreesMakeStatsSummary |
BoostedTreesMakeStatsSummary.create(Scope scope,
Operand<Integer> nodeIds,
Operand<Float> gradients,
Operand<Float> hessians,
Iterable<Operand<Integer>> bucketizedFeaturesList,
Long maxSplits,
Long numBuckets)
Factory method to create a class to wrap a new BoostedTreesMakeStatsSummary operation to the graph.
|
static BoostedTreesMakeStatsSummary |
BoostedTreesMakeStatsSummary.create(Scope scope,
Operand<Integer> nodeIds,
Operand<Float> gradients,
Operand<Float> hessians,
Iterable<Operand<Integer>> bucketizedFeaturesList,
Long maxSplits,
Long numBuckets)
Factory method to create a class to wrap a new BoostedTreesMakeStatsSummary operation to the graph.
|
static <U extends Number,T extends Number> |
CudnnRNNParamsSize.create(Scope scope,
Operand<Integer> numLayers,
Operand<Integer> numUnits,
Operand<Integer> inputSize,
Class<T> T,
Class<U> S,
CudnnRNNParamsSize.Options... options)
Factory method to create a class to wrap a new CudnnRNNParamsSize operation to the graph.
|
static <U extends Number,T extends Number> |
CudnnRNNParamsSize.create(Scope scope,
Operand<Integer> numLayers,
Operand<Integer> numUnits,
Operand<Integer> inputSize,
Class<T> T,
Class<U> S,
CudnnRNNParamsSize.Options... options)
Factory method to create a class to wrap a new CudnnRNNParamsSize operation to the graph.
|
static <U extends Number,T extends Number> |
CudnnRNNParamsSize.create(Scope scope,
Operand<Integer> numLayers,
Operand<Integer> numUnits,
Operand<Integer> inputSize,
Class<T> T,
Class<U> S,
CudnnRNNParamsSize.Options... options)
Factory method to create a class to wrap a new CudnnRNNParamsSize operation to the graph.
|
static <T extends Number> |
CudnnRNNCanonicalToParams.create(Scope scope,
Operand<Integer> numLayers,
Operand<Integer> numUnits,
Operand<Integer> inputSize,
Operand<T> weights,
Iterable<Operand<T>> biases,
CudnnRNNCanonicalToParams.Options... options)
Factory method to create a class to wrap a new CudnnRNNCanonicalToParams operation to the graph.
|
static <T extends Number> |
CudnnRNNCanonicalToParams.create(Scope scope,
Operand<Integer> numLayers,
Operand<Integer> numUnits,
Operand<Integer> inputSize,
Operand<T> weights,
Iterable<Operand<T>> biases,
CudnnRNNCanonicalToParams.Options... options)
Factory method to create a class to wrap a new CudnnRNNCanonicalToParams operation to the graph.
|
static <T extends Number> |
CudnnRNNCanonicalToParams.create(Scope scope,
Operand<Integer> numLayers,
Operand<Integer> numUnits,
Operand<Integer> inputSize,
Operand<T> weights,
Iterable<Operand<T>> biases,
CudnnRNNCanonicalToParams.Options... options)
Factory method to create a class to wrap a new CudnnRNNCanonicalToParams operation to the graph.
|
static <T extends Number> |
CudnnRNNCanonicalToParams.create(Scope scope,
Operand<Integer> numLayers,
Operand<Integer> numUnits,
Operand<Integer> inputSize,
Operand<T> weights,
Iterable<Operand<T>> biases,
CudnnRNNCanonicalToParams.Options... options)
Factory method to create a class to wrap a new CudnnRNNCanonicalToParams operation to the graph.
|
static <T extends Number> |
CudnnRNNParamsToCanonical.create(Scope scope,
Operand<Integer> numLayers,
Operand<Integer> numUnits,
Operand<Integer> inputSize,
Operand<T> params,
Long numParams,
CudnnRNNParamsToCanonical.Options... options)
Factory method to create a class to wrap a new CudnnRNNParamsToCanonical operation to the graph.
|
static <T extends Number> |
CudnnRNNParamsToCanonical.create(Scope scope,
Operand<Integer> numLayers,
Operand<Integer> numUnits,
Operand<Integer> inputSize,
Operand<T> params,
Long numParams,
CudnnRNNParamsToCanonical.Options... options)
Factory method to create a class to wrap a new CudnnRNNParamsToCanonical operation to the graph.
|
static <T extends Number> |
CudnnRNNParamsToCanonical.create(Scope scope,
Operand<Integer> numLayers,
Operand<Integer> numUnits,
Operand<Integer> inputSize,
Operand<T> params,
Long numParams,
CudnnRNNParamsToCanonical.Options... options)
Factory method to create a class to wrap a new CudnnRNNParamsToCanonical operation to the graph.
|
static <T extends Number> |
CudnnRNNParamsToCanonical.create(Scope scope,
Operand<Integer> numLayers,
Operand<Integer> numUnits,
Operand<Integer> inputSize,
Operand<T> params,
Long numParams,
CudnnRNNParamsToCanonical.Options... options)
Factory method to create a class to wrap a new CudnnRNNParamsToCanonical operation to the graph.
|
static <T extends Number> |
Bincount.create(Scope scope,
Operand<Integer> arr,
Operand<Integer> size,
Operand<T> weights)
Factory method to create a class to wrap a new Bincount operation to the graph.
|
static <T extends Number> |
Bincount.create(Scope scope,
Operand<Integer> arr,
Operand<Integer> size,
Operand<T> weights)
Factory method to create a class to wrap a new Bincount operation to the graph.
|
static <T extends Number> |
Bincount.create(Scope scope,
Operand<Integer> arr,
Operand<Integer> size,
Operand<T> weights)
Factory method to create a class to wrap a new Bincount operation to the graph.
|
static <T> RefSelect<T> |
RefSelect.create(Scope scope,
Operand<Integer> index,
Operand<T> inputs)
Factory method to create a class to wrap a new RefSelect operation to the graph.
|
static <T> RefSelect<T> |
RefSelect.create(Scope scope,
Operand<Integer> index,
Operand<T> inputs)
Factory method to create a class to wrap a new RefSelect operation to the graph.
|
static <T> QuantizedConcat<T> |
QuantizedConcat.create(Scope scope,
Operand<Integer> concatDim,
Operand<T> values,
Iterable<Operand<Float>> inputMins,
Iterable<Operand<Float>> inputMaxes)
Factory method to create a class to wrap a new QuantizedConcat operation to the graph.
|
static <T> QuantizedConcat<T> |
QuantizedConcat.create(Scope scope,
Operand<Integer> concatDim,
Operand<T> values,
Iterable<Operand<Float>> inputMins,
Iterable<Operand<Float>> inputMaxes)
Factory method to create a class to wrap a new QuantizedConcat operation to the graph.
|
static <T extends Number> |
AvgPool3DGrad.create(Scope scope,
Operand<Integer> origInputShape,
Operand<T> grad,
List<Long> ksize,
List<Long> strides,
String padding,
AvgPool3DGrad.Options... options)
Factory method to create a class to wrap a new AvgPool3DGrad operation to the graph.
|
static <T extends Number> |
AvgPool3DGrad.create(Scope scope,
Operand<Integer> origInputShape,
Operand<T> grad,
List<Long> ksize,
List<Long> strides,
String padding,
AvgPool3DGrad.Options... options)
Factory method to create a class to wrap a new AvgPool3DGrad operation to the graph.
|
static <T extends Number> |
AvgPoolGrad.create(Scope scope,
Operand<Integer> origInputShape,
Operand<T> grad,
List<Long> ksize,
List<Long> strides,
String padding,
AvgPoolGrad.Options... options)
Factory method to create a class to wrap a new AvgPoolGrad operation to the graph.
|
static <T extends Number> |
AvgPoolGrad.create(Scope scope,
Operand<Integer> origInputShape,
Operand<T> grad,
List<Long> ksize,
List<Long> strides,
String padding,
AvgPoolGrad.Options... options)
Factory method to create a class to wrap a new AvgPoolGrad operation to the graph.
|
static <T> Split<T> |
Split.create(Scope scope,
Operand<Integer> axis,
Operand<T> value,
Long numSplit)
Factory method to create a class to wrap a new Split operation to the graph.
|
static <T> Split<T> |
Split.create(Scope scope,
Operand<Integer> axis,
Operand<T> value,
Long numSplit)
Factory method to create a class to wrap a new Split operation to the graph.
|
static <T extends Number> |
Conv2DBackpropInput.create(Scope scope,
Operand<Integer> inputSizes,
Operand<T> filter,
Operand<T> outBackprop,
List<Long> strides,
String padding,
Conv2DBackpropInput.Options... options)
Factory method to create a class to wrap a new Conv2DBackpropInput operation to the graph.
|
static <T extends Number> |
Conv2DBackpropInput.create(Scope scope,
Operand<Integer> inputSizes,
Operand<T> filter,
Operand<T> outBackprop,
List<Long> strides,
String padding,
Conv2DBackpropInput.Options... options)
Factory method to create a class to wrap a new Conv2DBackpropInput operation to the graph.
|
static <T extends Number> |
Conv2DBackpropInput.create(Scope scope,
Operand<Integer> inputSizes,
Operand<T> filter,
Operand<T> outBackprop,
List<Long> strides,
String padding,
Conv2DBackpropInput.Options... options)
Factory method to create a class to wrap a new Conv2DBackpropInput operation to the graph.
|
static <T extends Number> |
DepthwiseConv2dNativeBackpropInput.create(Scope scope,
Operand<Integer> inputSizes,
Operand<T> filter,
Operand<T> outBackprop,
List<Long> strides,
String padding,
DepthwiseConv2dNativeBackpropInput.Options... options)
Factory method to create a class to wrap a new DepthwiseConv2dNativeBackpropInput operation to the graph.
|
static <T extends Number> |
DepthwiseConv2dNativeBackpropInput.create(Scope scope,
Operand<Integer> inputSizes,
Operand<T> filter,
Operand<T> outBackprop,
List<Long> strides,
String padding,
DepthwiseConv2dNativeBackpropInput.Options... options)
Factory method to create a class to wrap a new DepthwiseConv2dNativeBackpropInput operation to the graph.
|
static <T extends Number> |
DepthwiseConv2dNativeBackpropInput.create(Scope scope,
Operand<Integer> inputSizes,
Operand<T> filter,
Operand<T> outBackprop,
List<Long> strides,
String padding,
DepthwiseConv2dNativeBackpropInput.Options... options)
Factory method to create a class to wrap a new DepthwiseConv2dNativeBackpropInput operation to the graph.
|
static <T> TakeManySparseFromTensorsMap<T> |
TakeManySparseFromTensorsMap.create(Scope scope,
Operand<Long> sparseHandles,
Class<T> dtype,
TakeManySparseFromTensorsMap.Options... options)
Factory method to create a class to wrap a new TakeManySparseFromTensorsMap operation to the graph.
|
static AllCandidateSampler |
AllCandidateSampler.create(Scope scope,
Operand<Long> trueClasses,
Long numTrue,
Long numSampled,
Boolean unique,
AllCandidateSampler.Options... options)
Factory method to create a class to wrap a new AllCandidateSampler operation to the graph.
|
static FixedUnigramCandidateSampler |
FixedUnigramCandidateSampler.create(Scope scope,
Operand<Long> trueClasses,
Long numTrue,
Long numSampled,
Boolean unique,
Long rangeMax,
FixedUnigramCandidateSampler.Options... options)
Factory method to create a class to wrap a new FixedUnigramCandidateSampler operation to the graph.
|
static LearnedUnigramCandidateSampler |
LearnedUnigramCandidateSampler.create(Scope scope,
Operand<Long> trueClasses,
Long numTrue,
Long numSampled,
Boolean unique,
Long rangeMax,
LearnedUnigramCandidateSampler.Options... options)
Factory method to create a class to wrap a new LearnedUnigramCandidateSampler operation to the graph.
|
static LogUniformCandidateSampler |
LogUniformCandidateSampler.create(Scope scope,
Operand<Long> trueClasses,
Long numTrue,
Long numSampled,
Boolean unique,
Long rangeMax,
LogUniformCandidateSampler.Options... options)
Factory method to create a class to wrap a new LogUniformCandidateSampler operation to the graph.
|
static UniformCandidateSampler |
UniformCandidateSampler.create(Scope scope,
Operand<Long> trueClasses,
Long numTrue,
Long numSampled,
Boolean unique,
Long rangeMax,
UniformCandidateSampler.Options... options)
Factory method to create a class to wrap a new UniformCandidateSampler operation to the graph.
|
static MapStage |
MapStage.create(Scope scope,
Operand<Long> key,
Operand<Integer> indices,
Iterable<Operand<?>> values,
List<Class<?>> dtypes,
MapStage.Options... options)
Factory method to create a class to wrap a new MapStage operation to the graph.
|
static MapStage |
MapStage.create(Scope scope,
Operand<Long> key,
Operand<Integer> indices,
Iterable<Operand<?>> values,
List<Class<?>> dtypes,
MapStage.Options... options)
Factory method to create a class to wrap a new MapStage operation to the graph.
|
static OrderedMapStage |
OrderedMapStage.create(Scope scope,
Operand<Long> key,
Operand<Integer> indices,
Iterable<Operand<?>> values,
List<Class<?>> dtypes,
OrderedMapStage.Options... options)
Factory method to create a class to wrap a new OrderedMapStage operation to the graph.
|
static OrderedMapStage |
OrderedMapStage.create(Scope scope,
Operand<Long> key,
Operand<Integer> indices,
Iterable<Operand<?>> values,
List<Class<?>> dtypes,
OrderedMapStage.Options... options)
Factory method to create a class to wrap a new OrderedMapStage operation to the graph.
|
static MapPeek |
MapPeek.create(Scope scope,
Operand<Long> key,
Operand<Integer> indices,
List<Class<?>> dtypes,
MapPeek.Options... options)
Factory method to create a class to wrap a new MapPeek operation to the graph.
|
static MapPeek |
MapPeek.create(Scope scope,
Operand<Long> key,
Operand<Integer> indices,
List<Class<?>> dtypes,
MapPeek.Options... options)
Factory method to create a class to wrap a new MapPeek operation to the graph.
|
static MapUnstage |
MapUnstage.create(Scope scope,
Operand<Long> key,
Operand<Integer> indices,
List<Class<?>> dtypes,
MapUnstage.Options... options)
Factory method to create a class to wrap a new MapUnstage operation to the graph.
|
static MapUnstage |
MapUnstage.create(Scope scope,
Operand<Long> key,
Operand<Integer> indices,
List<Class<?>> dtypes,
MapUnstage.Options... options)
Factory method to create a class to wrap a new MapUnstage operation to the graph.
|
static OrderedMapPeek |
OrderedMapPeek.create(Scope scope,
Operand<Long> key,
Operand<Integer> indices,
List<Class<?>> dtypes,
OrderedMapPeek.Options... options)
Factory method to create a class to wrap a new OrderedMapPeek operation to the graph.
|
static OrderedMapPeek |
OrderedMapPeek.create(Scope scope,
Operand<Long> key,
Operand<Integer> indices,
List<Class<?>> dtypes,
OrderedMapPeek.Options... options)
Factory method to create a class to wrap a new OrderedMapPeek operation to the graph.
|
static OrderedMapUnstage |
OrderedMapUnstage.create(Scope scope,
Operand<Long> key,
Operand<Integer> indices,
List<Class<?>> dtypes,
OrderedMapUnstage.Options... options)
Factory method to create a class to wrap a new OrderedMapUnstage operation to the graph.
|
static OrderedMapUnstage |
OrderedMapUnstage.create(Scope scope,
Operand<Long> key,
Operand<Integer> indices,
List<Class<?>> dtypes,
OrderedMapUnstage.Options... options)
Factory method to create a class to wrap a new OrderedMapUnstage operation to the graph.
|
static RandomDataset |
RandomDataset.create(Scope scope,
Operand<Long> seed,
Operand<Long> seed2,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Factory method to create a class to wrap a new RandomDataset operation to the graph.
|
static RandomDataset |
RandomDataset.create(Scope scope,
Operand<Long> seed,
Operand<Long> seed2,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Factory method to create a class to wrap a new RandomDataset operation to the graph.
|
static ComputeAccidentalHits |
ComputeAccidentalHits.create(Scope scope,
Operand<Long> trueClasses,
Operand<Long> sampledCandidates,
Long numTrue,
ComputeAccidentalHits.Options... options)
Factory method to create a class to wrap a new ComputeAccidentalHits operation to the graph.
|
static ComputeAccidentalHits |
ComputeAccidentalHits.create(Scope scope,
Operand<Long> trueClasses,
Operand<Long> sampledCandidates,
Long numTrue,
ComputeAccidentalHits.Options... options)
Factory method to create a class to wrap a new ComputeAccidentalHits operation to the graph.
|
static SparseReshape |
SparseReshape.create(Scope scope,
Operand<Long> inputIndices,
Operand<Long> inputShape,
Operand<Long> newShape)
Factory method to create a class to wrap a new SparseReshape operation to the graph.
|
static SparseReshape |
SparseReshape.create(Scope scope,
Operand<Long> inputIndices,
Operand<Long> inputShape,
Operand<Long> newShape)
Factory method to create a class to wrap a new SparseReshape operation to the graph.
|
static SparseReshape |
SparseReshape.create(Scope scope,
Operand<Long> inputIndices,
Operand<Long> inputShape,
Operand<Long> newShape)
Factory method to create a class to wrap a new SparseReshape operation to the graph.
|
static RangeDataset |
RangeDataset.create(Scope scope,
Operand<Long> start,
Operand<Long> stop,
Operand<Long> step,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Factory method to create a class to wrap a new RangeDataset operation to the graph.
|
static RangeDataset |
RangeDataset.create(Scope scope,
Operand<Long> start,
Operand<Long> stop,
Operand<Long> step,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Factory method to create a class to wrap a new RangeDataset operation to the graph.
|
static RangeDataset |
RangeDataset.create(Scope scope,
Operand<Long> start,
Operand<Long> stop,
Operand<Long> step,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Factory method to create a class to wrap a new RangeDataset operation to the graph.
|
static <T> SparseSplit<T> |
SparseSplit.create(Scope scope,
Operand<Long> splitDim,
Operand<Long> indices,
Operand<T> values,
Operand<Long> shape,
Long numSplit)
Factory method to create a class to wrap a new SparseSplit operation to the graph.
|
static <T> SparseSplit<T> |
SparseSplit.create(Scope scope,
Operand<Long> splitDim,
Operand<Long> indices,
Operand<T> values,
Operand<Long> shape,
Long numSplit)
Factory method to create a class to wrap a new SparseSplit operation to the graph.
|
static <T> SparseSplit<T> |
SparseSplit.create(Scope scope,
Operand<Long> splitDim,
Operand<Long> indices,
Operand<T> values,
Operand<Long> shape,
Long numSplit)
Factory method to create a class to wrap a new SparseSplit operation to the graph.
|
static <T> SparseSplit<T> |
SparseSplit.create(Scope scope,
Operand<Long> splitDim,
Operand<Long> indices,
Operand<T> values,
Operand<Long> shape,
Long numSplit)
Factory method to create a class to wrap a new SparseSplit operation to the graph.
|
static <T> SparseFillEmptyRowsGrad<T> |
SparseFillEmptyRowsGrad.create(Scope scope,
Operand<Long> reverseIndexMap,
Operand<T> gradValues)
Factory method to create a class to wrap a new SparseFillEmptyRowsGrad operation to the graph.
|
static <T> SparseFillEmptyRowsGrad<T> |
SparseFillEmptyRowsGrad.create(Scope scope,
Operand<Long> reverseIndexMap,
Operand<T> gradValues)
Factory method to create a class to wrap a new SparseFillEmptyRowsGrad operation to the graph.
|
static <T> SparseTensorSliceDataset |
SparseTensorSliceDataset.create(Scope scope,
Operand<Long> indices,
Operand<T> values,
Operand<Long> denseShape)
Factory method to create a class to wrap a new SparseTensorSliceDataset operation to the graph.
|
static <T> SparseTensorSliceDataset |
SparseTensorSliceDataset.create(Scope scope,
Operand<Long> indices,
Operand<T> values,
Operand<Long> denseShape)
Factory method to create a class to wrap a new SparseTensorSliceDataset operation to the graph.
|
static <T> SparseTensorSliceDataset |
SparseTensorSliceDataset.create(Scope scope,
Operand<Long> indices,
Operand<T> values,
Operand<Long> denseShape)
Factory method to create a class to wrap a new SparseTensorSliceDataset operation to the graph.
|
static <T> SerializeManySparse<String> |
SerializeManySparse.create(Scope scope,
Operand<Long> sparseIndices,
Operand<T> sparseValues,
Operand<Long> sparseShape)
Factory method to create a class to wrap a new SerializeManySparse operation to the graph, using default output types.
|
static <T> SerializeManySparse<String> |
SerializeManySparse.create(Scope scope,
Operand<Long> sparseIndices,
Operand<T> sparseValues,
Operand<Long> sparseShape)
Factory method to create a class to wrap a new SerializeManySparse operation to the graph, using default output types.
|
static <T> SerializeManySparse<String> |
SerializeManySparse.create(Scope scope,
Operand<Long> sparseIndices,
Operand<T> sparseValues,
Operand<Long> sparseShape)
Factory method to create a class to wrap a new SerializeManySparse operation to the graph, using default output types.
|
static <T> SerializeSparse<String> |
SerializeSparse.create(Scope scope,
Operand<Long> sparseIndices,
Operand<T> sparseValues,
Operand<Long> sparseShape)
Factory method to create a class to wrap a new SerializeSparse operation to the graph, using default output types.
|
static <T> SerializeSparse<String> |
SerializeSparse.create(Scope scope,
Operand<Long> sparseIndices,
Operand<T> sparseValues,
Operand<Long> sparseShape)
Factory method to create a class to wrap a new SerializeSparse operation to the graph, using default output types.
|
static <T> SerializeSparse<String> |
SerializeSparse.create(Scope scope,
Operand<Long> sparseIndices,
Operand<T> sparseValues,
Operand<Long> sparseShape)
Factory method to create a class to wrap a new SerializeSparse operation to the graph, using default output types.
|
static <T> SparseReorder<T> |
SparseReorder.create(Scope scope,
Operand<Long> inputIndices,
Operand<T> inputValues,
Operand<Long> inputShape)
Factory method to create a class to wrap a new SparseReorder operation to the graph.
|
static <T> SparseReorder<T> |
SparseReorder.create(Scope scope,
Operand<Long> inputIndices,
Operand<T> inputValues,
Operand<Long> inputShape)
Factory method to create a class to wrap a new SparseReorder operation to the graph.
|
static <T> SparseReorder<T> |
SparseReorder.create(Scope scope,
Operand<Long> inputIndices,
Operand<T> inputValues,
Operand<Long> inputShape)
Factory method to create a class to wrap a new SparseReorder operation to the graph.
|
static <T extends Number> |
SparseSoftmax.create(Scope scope,
Operand<Long> spIndices,
Operand<T> spValues,
Operand<Long> spShape)
Factory method to create a class to wrap a new SparseSoftmax operation to the graph.
|
static <T extends Number> |
SparseSoftmax.create(Scope scope,
Operand<Long> spIndices,
Operand<T> spValues,
Operand<Long> spShape)
Factory method to create a class to wrap a new SparseSoftmax operation to the graph.
|
static <T extends Number> |
SparseSoftmax.create(Scope scope,
Operand<Long> spIndices,
Operand<T> spValues,
Operand<Long> spShape)
Factory method to create a class to wrap a new SparseSoftmax operation to the graph.
|
static <T> AddManySparseToTensorsMap |
AddManySparseToTensorsMap.create(Scope scope,
Operand<Long> sparseIndices,
Operand<T> sparseValues,
Operand<Long> sparseShape,
AddManySparseToTensorsMap.Options... options)
Factory method to create a class to wrap a new AddManySparseToTensorsMap operation to the graph.
|
static <T> AddManySparseToTensorsMap |
AddManySparseToTensorsMap.create(Scope scope,
Operand<Long> sparseIndices,
Operand<T> sparseValues,
Operand<Long> sparseShape,
AddManySparseToTensorsMap.Options... options)
Factory method to create a class to wrap a new AddManySparseToTensorsMap operation to the graph.
|
static <T> AddManySparseToTensorsMap |
AddManySparseToTensorsMap.create(Scope scope,
Operand<Long> sparseIndices,
Operand<T> sparseValues,
Operand<Long> sparseShape,
AddManySparseToTensorsMap.Options... options)
Factory method to create a class to wrap a new AddManySparseToTensorsMap operation to the graph.
|
static <T> AddSparseToTensorsMap |
AddSparseToTensorsMap.create(Scope scope,
Operand<Long> sparseIndices,
Operand<T> sparseValues,
Operand<Long> sparseShape,
AddSparseToTensorsMap.Options... options)
Factory method to create a class to wrap a new AddSparseToTensorsMap operation to the graph.
|
static <T> AddSparseToTensorsMap |
AddSparseToTensorsMap.create(Scope scope,
Operand<Long> sparseIndices,
Operand<T> sparseValues,
Operand<Long> sparseShape,
AddSparseToTensorsMap.Options... options)
Factory method to create a class to wrap a new AddSparseToTensorsMap operation to the graph.
|
static <T> AddSparseToTensorsMap |
AddSparseToTensorsMap.create(Scope scope,
Operand<Long> sparseIndices,
Operand<T> sparseValues,
Operand<Long> sparseShape,
AddSparseToTensorsMap.Options... options)
Factory method to create a class to wrap a new AddSparseToTensorsMap operation to the graph.
|
static <U,T> SerializeManySparse<U> |
SerializeManySparse.create(Scope scope,
Operand<Long> sparseIndices,
Operand<T> sparseValues,
Operand<Long> sparseShape,
Class<U> outType)
Factory method to create a class to wrap a new SerializeManySparse operation to the graph.
|
static <U,T> SerializeManySparse<U> |
SerializeManySparse.create(Scope scope,
Operand<Long> sparseIndices,
Operand<T> sparseValues,
Operand<Long> sparseShape,
Class<U> outType)
Factory method to create a class to wrap a new SerializeManySparse operation to the graph.
|
static <U,T> SerializeManySparse<U> |
SerializeManySparse.create(Scope scope,
Operand<Long> sparseIndices,
Operand<T> sparseValues,
Operand<Long> sparseShape,
Class<U> outType)
Factory method to create a class to wrap a new SerializeManySparse operation to the graph.
|
static <U,T> SerializeSparse<U> |
SerializeSparse.create(Scope scope,
Operand<Long> sparseIndices,
Operand<T> sparseValues,
Operand<Long> sparseShape,
Class<U> outType)
Factory method to create a class to wrap a new SerializeSparse operation to the graph.
|
static <U,T> SerializeSparse<U> |
SerializeSparse.create(Scope scope,
Operand<Long> sparseIndices,
Operand<T> sparseValues,
Operand<Long> sparseShape,
Class<U> outType)
Factory method to create a class to wrap a new SerializeSparse operation to the graph.
|
static <U,T> SerializeSparse<U> |
SerializeSparse.create(Scope scope,
Operand<Long> sparseIndices,
Operand<T> sparseValues,
Operand<Long> sparseShape,
Class<U> outType)
Factory method to create a class to wrap a new SerializeSparse operation to the graph.
|
static <T extends Number> |
SparseReduceMax.create(Scope scope,
Operand<Long> inputIndices,
Operand<T> inputValues,
Operand<Long> inputShape,
Operand<Integer> reductionAxes,
SparseReduceMax.Options... options)
Factory method to create a class to wrap a new SparseReduceMax operation to the graph.
|
static <T extends Number> |
SparseReduceMax.create(Scope scope,
Operand<Long> inputIndices,
Operand<T> inputValues,
Operand<Long> inputShape,
Operand<Integer> reductionAxes,
SparseReduceMax.Options... options)
Factory method to create a class to wrap a new SparseReduceMax operation to the graph.
|
static <T extends Number> |
SparseReduceMax.create(Scope scope,
Operand<Long> inputIndices,
Operand<T> inputValues,
Operand<Long> inputShape,
Operand<Integer> reductionAxes,
SparseReduceMax.Options... options)
Factory method to create a class to wrap a new SparseReduceMax operation to the graph.
|
static <T extends Number> |
SparseReduceMax.create(Scope scope,
Operand<Long> inputIndices,
Operand<T> inputValues,
Operand<Long> inputShape,
Operand<Integer> reductionAxes,
SparseReduceMax.Options... options)
Factory method to create a class to wrap a new SparseReduceMax operation to the graph.
|
static <T extends Number> |
SparseReduceMaxSparse.create(Scope scope,
Operand<Long> inputIndices,
Operand<T> inputValues,
Operand<Long> inputShape,
Operand<Integer> reductionAxes,
SparseReduceMaxSparse.Options... options)
Factory method to create a class to wrap a new SparseReduceMaxSparse operation to the graph.
|
static <T extends Number> |
SparseReduceMaxSparse.create(Scope scope,
Operand<Long> inputIndices,
Operand<T> inputValues,
Operand<Long> inputShape,
Operand<Integer> reductionAxes,
SparseReduceMaxSparse.Options... options)
Factory method to create a class to wrap a new SparseReduceMaxSparse operation to the graph.
|
static <T extends Number> |
SparseReduceMaxSparse.create(Scope scope,
Operand<Long> inputIndices,
Operand<T> inputValues,
Operand<Long> inputShape,
Operand<Integer> reductionAxes,
SparseReduceMaxSparse.Options... options)
Factory method to create a class to wrap a new SparseReduceMaxSparse operation to the graph.
|
static <T extends Number> |
SparseReduceMaxSparse.create(Scope scope,
Operand<Long> inputIndices,
Operand<T> inputValues,
Operand<Long> inputShape,
Operand<Integer> reductionAxes,
SparseReduceMaxSparse.Options... options)
Factory method to create a class to wrap a new SparseReduceMaxSparse operation to the graph.
|
static <T> SparseReduceSum<T> |
SparseReduceSum.create(Scope scope,
Operand<Long> inputIndices,
Operand<T> inputValues,
Operand<Long> inputShape,
Operand<Integer> reductionAxes,
SparseReduceSum.Options... options)
Factory method to create a class to wrap a new SparseReduceSum operation to the graph.
|
static <T> SparseReduceSum<T> |
SparseReduceSum.create(Scope scope,
Operand<Long> inputIndices,
Operand<T> inputValues,
Operand<Long> inputShape,
Operand<Integer> reductionAxes,
SparseReduceSum.Options... options)
Factory method to create a class to wrap a new SparseReduceSum operation to the graph.
|
static <T> SparseReduceSum<T> |
SparseReduceSum.create(Scope scope,
Operand<Long> inputIndices,
Operand<T> inputValues,
Operand<Long> inputShape,
Operand<Integer> reductionAxes,
SparseReduceSum.Options... options)
Factory method to create a class to wrap a new SparseReduceSum operation to the graph.
|
static <T> SparseReduceSum<T> |
SparseReduceSum.create(Scope scope,
Operand<Long> inputIndices,
Operand<T> inputValues,
Operand<Long> inputShape,
Operand<Integer> reductionAxes,
SparseReduceSum.Options... options)
Factory method to create a class to wrap a new SparseReduceSum operation to the graph.
|
static <T> SparseReduceSumSparse<T> |
SparseReduceSumSparse.create(Scope scope,
Operand<Long> inputIndices,
Operand<T> inputValues,
Operand<Long> inputShape,
Operand<Integer> reductionAxes,
SparseReduceSumSparse.Options... options)
Factory method to create a class to wrap a new SparseReduceSumSparse operation to the graph.
|
static <T> SparseReduceSumSparse<T> |
SparseReduceSumSparse.create(Scope scope,
Operand<Long> inputIndices,
Operand<T> inputValues,
Operand<Long> inputShape,
Operand<Integer> reductionAxes,
SparseReduceSumSparse.Options... options)
Factory method to create a class to wrap a new SparseReduceSumSparse operation to the graph.
|
static <T> SparseReduceSumSparse<T> |
SparseReduceSumSparse.create(Scope scope,
Operand<Long> inputIndices,
Operand<T> inputValues,
Operand<Long> inputShape,
Operand<Integer> reductionAxes,
SparseReduceSumSparse.Options... options)
Factory method to create a class to wrap a new SparseReduceSumSparse operation to the graph.
|
static <T> SparseReduceSumSparse<T> |
SparseReduceSumSparse.create(Scope scope,
Operand<Long> inputIndices,
Operand<T> inputValues,
Operand<Long> inputShape,
Operand<Integer> reductionAxes,
SparseReduceSumSparse.Options... options)
Factory method to create a class to wrap a new SparseReduceSumSparse operation to the graph.
|
static <T extends Number> |
FractionalAvgPoolGrad.create(Scope scope,
Operand<Long> origInputTensorShape,
Operand<T> outBackprop,
Operand<Long> rowPoolingSequence,
Operand<Long> colPoolingSequence,
FractionalAvgPoolGrad.Options... options)
Factory method to create a class to wrap a new FractionalAvgPoolGrad operation to the graph.
|
static <T extends Number> |
FractionalAvgPoolGrad.create(Scope scope,
Operand<Long> origInputTensorShape,
Operand<T> outBackprop,
Operand<Long> rowPoolingSequence,
Operand<Long> colPoolingSequence,
FractionalAvgPoolGrad.Options... options)
Factory method to create a class to wrap a new FractionalAvgPoolGrad operation to the graph.
|
static <T extends Number> |
FractionalAvgPoolGrad.create(Scope scope,
Operand<Long> origInputTensorShape,
Operand<T> outBackprop,
Operand<Long> rowPoolingSequence,
Operand<Long> colPoolingSequence,
FractionalAvgPoolGrad.Options... options)
Factory method to create a class to wrap a new FractionalAvgPoolGrad operation to the graph.
|
static <T extends Number> |
FractionalAvgPoolGrad.create(Scope scope,
Operand<Long> origInputTensorShape,
Operand<T> outBackprop,
Operand<Long> rowPoolingSequence,
Operand<Long> colPoolingSequence,
FractionalAvgPoolGrad.Options... options)
Factory method to create a class to wrap a new FractionalAvgPoolGrad operation to the graph.
|
static <T> SparseSlice<T> |
SparseSlice.create(Scope scope,
Operand<Long> indices,
Operand<T> values,
Operand<Long> shape,
Operand<Long> start,
Operand<Long> size)
Factory method to create a class to wrap a new SparseSlice operation to the graph.
|
static <T> SparseSlice<T> |
SparseSlice.create(Scope scope,
Operand<Long> indices,
Operand<T> values,
Operand<Long> shape,
Operand<Long> start,
Operand<Long> size)
Factory method to create a class to wrap a new SparseSlice operation to the graph.
|
static <T> SparseSlice<T> |
SparseSlice.create(Scope scope,
Operand<Long> indices,
Operand<T> values,
Operand<Long> shape,
Operand<Long> start,
Operand<Long> size)
Factory method to create a class to wrap a new SparseSlice operation to the graph.
|
static <T> SparseSlice<T> |
SparseSlice.create(Scope scope,
Operand<Long> indices,
Operand<T> values,
Operand<Long> shape,
Operand<Long> start,
Operand<Long> size)
Factory method to create a class to wrap a new SparseSlice operation to the graph.
|
static <T> SparseSlice<T> |
SparseSlice.create(Scope scope,
Operand<Long> indices,
Operand<T> values,
Operand<Long> shape,
Operand<Long> start,
Operand<Long> size)
Factory method to create a class to wrap a new SparseSlice operation to the graph.
|
static <T> SparseSparseMinimum<T> |
SparseSparseMinimum.create(Scope scope,
Operand<Long> aIndices,
Operand<T> aValues,
Operand<Long> aShape,
Operand<Long> bIndices,
Operand<T> bValues,
Operand<Long> bShape)
Factory method to create a class to wrap a new SparseSparseMinimum operation to the graph.
|
static <T> SparseSparseMinimum<T> |
SparseSparseMinimum.create(Scope scope,
Operand<Long> aIndices,
Operand<T> aValues,
Operand<Long> aShape,
Operand<Long> bIndices,
Operand<T> bValues,
Operand<Long> bShape)
Factory method to create a class to wrap a new SparseSparseMinimum operation to the graph.
|
static <T> SparseSparseMinimum<T> |
SparseSparseMinimum.create(Scope scope,
Operand<Long> aIndices,
Operand<T> aValues,
Operand<Long> aShape,
Operand<Long> bIndices,
Operand<T> bValues,
Operand<Long> bShape)
Factory method to create a class to wrap a new SparseSparseMinimum operation to the graph.
|
static <T> SparseSparseMinimum<T> |
SparseSparseMinimum.create(Scope scope,
Operand<Long> aIndices,
Operand<T> aValues,
Operand<Long> aShape,
Operand<Long> bIndices,
Operand<T> bValues,
Operand<Long> bShape)
Factory method to create a class to wrap a new SparseSparseMinimum operation to the graph.
|
static <T> SparseSparseMinimum<T> |
SparseSparseMinimum.create(Scope scope,
Operand<Long> aIndices,
Operand<T> aValues,
Operand<Long> aShape,
Operand<Long> bIndices,
Operand<T> bValues,
Operand<Long> bShape)
Factory method to create a class to wrap a new SparseSparseMinimum operation to the graph.
|
static <T> SparseSparseMinimum<T> |
SparseSparseMinimum.create(Scope scope,
Operand<Long> aIndices,
Operand<T> aValues,
Operand<Long> aShape,
Operand<Long> bIndices,
Operand<T> bValues,
Operand<Long> bShape)
Factory method to create a class to wrap a new SparseSparseMinimum operation to the graph.
|
static <T extends Number> |
SparseSparseMaximum.create(Scope scope,
Operand<Long> aIndices,
Operand<T> aValues,
Operand<Long> aShape,
Operand<Long> bIndices,
Operand<T> bValues,
Operand<Long> bShape)
Factory method to create a class to wrap a new SparseSparseMaximum operation to the graph.
|
static <T extends Number> |
SparseSparseMaximum.create(Scope scope,
Operand<Long> aIndices,
Operand<T> aValues,
Operand<Long> aShape,
Operand<Long> bIndices,
Operand<T> bValues,
Operand<Long> bShape)
Factory method to create a class to wrap a new SparseSparseMaximum operation to the graph.
|
static <T extends Number> |
SparseSparseMaximum.create(Scope scope,
Operand<Long> aIndices,
Operand<T> aValues,
Operand<Long> aShape,
Operand<Long> bIndices,
Operand<T> bValues,
Operand<Long> bShape)
Factory method to create a class to wrap a new SparseSparseMaximum operation to the graph.
|
static <T extends Number> |
SparseSparseMaximum.create(Scope scope,
Operand<Long> aIndices,
Operand<T> aValues,
Operand<Long> aShape,
Operand<Long> bIndices,
Operand<T> bValues,
Operand<Long> bShape)
Factory method to create a class to wrap a new SparseSparseMaximum operation to the graph.
|
static <T extends Number> |
SparseSparseMaximum.create(Scope scope,
Operand<Long> aIndices,
Operand<T> aValues,
Operand<Long> aShape,
Operand<Long> bIndices,
Operand<T> bValues,
Operand<Long> bShape)
Factory method to create a class to wrap a new SparseSparseMaximum operation to the graph.
|
static <T extends Number> |
SparseSparseMaximum.create(Scope scope,
Operand<Long> aIndices,
Operand<T> aValues,
Operand<Long> aShape,
Operand<Long> bIndices,
Operand<T> bValues,
Operand<Long> bShape)
Factory method to create a class to wrap a new SparseSparseMaximum operation to the graph.
|
static <T> EditDistance |
EditDistance.create(Scope scope,
Operand<Long> hypothesisIndices,
Operand<T> hypothesisValues,
Operand<Long> hypothesisShape,
Operand<Long> truthIndices,
Operand<T> truthValues,
Operand<Long> truthShape,
EditDistance.Options... options)
Factory method to create a class to wrap a new EditDistance operation to the graph.
|
static <T> EditDistance |
EditDistance.create(Scope scope,
Operand<Long> hypothesisIndices,
Operand<T> hypothesisValues,
Operand<Long> hypothesisShape,
Operand<Long> truthIndices,
Operand<T> truthValues,
Operand<Long> truthShape,
EditDistance.Options... options)
Factory method to create a class to wrap a new EditDistance operation to the graph.
|
static <T> EditDistance |
EditDistance.create(Scope scope,
Operand<Long> hypothesisIndices,
Operand<T> hypothesisValues,
Operand<Long> hypothesisShape,
Operand<Long> truthIndices,
Operand<T> truthValues,
Operand<Long> truthShape,
EditDistance.Options... options)
Factory method to create a class to wrap a new EditDistance operation to the graph.
|
static <T> EditDistance |
EditDistance.create(Scope scope,
Operand<Long> hypothesisIndices,
Operand<T> hypothesisValues,
Operand<Long> hypothesisShape,
Operand<Long> truthIndices,
Operand<T> truthValues,
Operand<Long> truthShape,
EditDistance.Options... options)
Factory method to create a class to wrap a new EditDistance operation to the graph.
|
static <T> EditDistance |
EditDistance.create(Scope scope,
Operand<Long> hypothesisIndices,
Operand<T> hypothesisValues,
Operand<Long> hypothesisShape,
Operand<Long> truthIndices,
Operand<T> truthValues,
Operand<Long> truthShape,
EditDistance.Options... options)
Factory method to create a class to wrap a new EditDistance operation to the graph.
|
static <T> EditDistance |
EditDistance.create(Scope scope,
Operand<Long> hypothesisIndices,
Operand<T> hypothesisValues,
Operand<Long> hypothesisShape,
Operand<Long> truthIndices,
Operand<T> truthValues,
Operand<Long> truthShape,
EditDistance.Options... options)
Factory method to create a class to wrap a new EditDistance operation to the graph.
|
static <T,U extends Number> |
SparseAdd.create(Scope scope,
Operand<Long> aIndices,
Operand<T> aValues,
Operand<Long> aShape,
Operand<Long> bIndices,
Operand<T> bValues,
Operand<Long> bShape,
Operand<U> thresh)
Factory method to create a class to wrap a new SparseAdd operation to the graph.
|
static <T,U extends Number> |
SparseAdd.create(Scope scope,
Operand<Long> aIndices,
Operand<T> aValues,
Operand<Long> aShape,
Operand<Long> bIndices,
Operand<T> bValues,
Operand<Long> bShape,
Operand<U> thresh)
Factory method to create a class to wrap a new SparseAdd operation to the graph.
|
static <T,U extends Number> |
SparseAdd.create(Scope scope,
Operand<Long> aIndices,
Operand<T> aValues,
Operand<Long> aShape,
Operand<Long> bIndices,
Operand<T> bValues,
Operand<Long> bShape,
Operand<U> thresh)
Factory method to create a class to wrap a new SparseAdd operation to the graph.
|
static <T,U extends Number> |
SparseAdd.create(Scope scope,
Operand<Long> aIndices,
Operand<T> aValues,
Operand<Long> aShape,
Operand<Long> bIndices,
Operand<T> bValues,
Operand<Long> bShape,
Operand<U> thresh)
Factory method to create a class to wrap a new SparseAdd operation to the graph.
|
static <T,U extends Number> |
SparseAdd.create(Scope scope,
Operand<Long> aIndices,
Operand<T> aValues,
Operand<Long> aShape,
Operand<Long> bIndices,
Operand<T> bValues,
Operand<Long> bShape,
Operand<U> thresh)
Factory method to create a class to wrap a new SparseAdd operation to the graph.
|
static <T,U extends Number> |
SparseAdd.create(Scope scope,
Operand<Long> aIndices,
Operand<T> aValues,
Operand<Long> aShape,
Operand<Long> bIndices,
Operand<T> bValues,
Operand<Long> bShape,
Operand<U> thresh)
Factory method to create a class to wrap a new SparseAdd operation to the graph.
|
static <T,U extends Number> |
SparseAdd.create(Scope scope,
Operand<Long> aIndices,
Operand<T> aValues,
Operand<Long> aShape,
Operand<Long> bIndices,
Operand<T> bValues,
Operand<Long> bShape,
Operand<U> thresh)
Factory method to create a class to wrap a new SparseAdd operation to the graph.
|
static <T> SparseToSparseSetOperation<T> |
SparseToSparseSetOperation.create(Scope scope,
Operand<Long> set1Indices,
Operand<T> set1Values,
Operand<Long> set1Shape,
Operand<Long> set2Indices,
Operand<T> set2Values,
Operand<Long> set2Shape,
String setOperation,
SparseToSparseSetOperation.Options... options)
Factory method to create a class to wrap a new SparseToSparseSetOperation operation to the graph.
|
static <T> SparseToSparseSetOperation<T> |
SparseToSparseSetOperation.create(Scope scope,
Operand<Long> set1Indices,
Operand<T> set1Values,
Operand<Long> set1Shape,
Operand<Long> set2Indices,
Operand<T> set2Values,
Operand<Long> set2Shape,
String setOperation,
SparseToSparseSetOperation.Options... options)
Factory method to create a class to wrap a new SparseToSparseSetOperation operation to the graph.
|
static <T> SparseToSparseSetOperation<T> |
SparseToSparseSetOperation.create(Scope scope,
Operand<Long> set1Indices,
Operand<T> set1Values,
Operand<Long> set1Shape,
Operand<Long> set2Indices,
Operand<T> set2Values,
Operand<Long> set2Shape,
String setOperation,
SparseToSparseSetOperation.Options... options)
Factory method to create a class to wrap a new SparseToSparseSetOperation operation to the graph.
|
static <T> SparseToSparseSetOperation<T> |
SparseToSparseSetOperation.create(Scope scope,
Operand<Long> set1Indices,
Operand<T> set1Values,
Operand<Long> set1Shape,
Operand<Long> set2Indices,
Operand<T> set2Values,
Operand<Long> set2Shape,
String setOperation,
SparseToSparseSetOperation.Options... options)
Factory method to create a class to wrap a new SparseToSparseSetOperation operation to the graph.
|
static <T> SparseToSparseSetOperation<T> |
SparseToSparseSetOperation.create(Scope scope,
Operand<Long> set1Indices,
Operand<T> set1Values,
Operand<Long> set1Shape,
Operand<Long> set2Indices,
Operand<T> set2Values,
Operand<Long> set2Shape,
String setOperation,
SparseToSparseSetOperation.Options... options)
Factory method to create a class to wrap a new SparseToSparseSetOperation operation to the graph.
|
static <T> SparseToSparseSetOperation<T> |
SparseToSparseSetOperation.create(Scope scope,
Operand<Long> set1Indices,
Operand<T> set1Values,
Operand<Long> set1Shape,
Operand<Long> set2Indices,
Operand<T> set2Values,
Operand<Long> set2Shape,
String setOperation,
SparseToSparseSetOperation.Options... options)
Factory method to create a class to wrap a new SparseToSparseSetOperation operation to the graph.
|
static <T> SparseDenseCwiseMul<T> |
SparseDenseCwiseMul.create(Scope scope,
Operand<Long> spIndices,
Operand<T> spValues,
Operand<Long> spShape,
Operand<T> dense)
Factory method to create a class to wrap a new SparseDenseCwiseMul operation to the graph.
|
static <T> SparseDenseCwiseMul<T> |
SparseDenseCwiseMul.create(Scope scope,
Operand<Long> spIndices,
Operand<T> spValues,
Operand<Long> spShape,
Operand<T> dense)
Factory method to create a class to wrap a new SparseDenseCwiseMul operation to the graph.
|
static <T> SparseDenseCwiseMul<T> |
SparseDenseCwiseMul.create(Scope scope,
Operand<Long> spIndices,
Operand<T> spValues,
Operand<Long> spShape,
Operand<T> dense)
Factory method to create a class to wrap a new SparseDenseCwiseMul operation to the graph.
|
static <T> SparseDenseCwiseMul<T> |
SparseDenseCwiseMul.create(Scope scope,
Operand<Long> spIndices,
Operand<T> spValues,
Operand<Long> spShape,
Operand<T> dense)
Factory method to create a class to wrap a new SparseDenseCwiseMul operation to the graph.
|
static <T> SparseFillEmptyRows<T> |
SparseFillEmptyRows.create(Scope scope,
Operand<Long> indices,
Operand<T> values,
Operand<Long> denseShape,
Operand<T> defaultValue)
Factory method to create a class to wrap a new SparseFillEmptyRows operation to the graph.
|
static <T> SparseFillEmptyRows<T> |
SparseFillEmptyRows.create(Scope scope,
Operand<Long> indices,
Operand<T> values,
Operand<Long> denseShape,
Operand<T> defaultValue)
Factory method to create a class to wrap a new SparseFillEmptyRows operation to the graph.
|
static <T> SparseFillEmptyRows<T> |
SparseFillEmptyRows.create(Scope scope,
Operand<Long> indices,
Operand<T> values,
Operand<Long> denseShape,
Operand<T> defaultValue)
Factory method to create a class to wrap a new SparseFillEmptyRows operation to the graph.
|
static <T> SparseFillEmptyRows<T> |
SparseFillEmptyRows.create(Scope scope,
Operand<Long> indices,
Operand<T> values,
Operand<Long> denseShape,
Operand<T> defaultValue)
Factory method to create a class to wrap a new SparseFillEmptyRows operation to the graph.
|
static <T> SparseDenseCwiseAdd<T> |
SparseDenseCwiseAdd.create(Scope scope,
Operand<Long> spIndices,
Operand<T> spValues,
Operand<Long> spShape,
Operand<T> dense)
Factory method to create a class to wrap a new SparseDenseCwiseAdd operation to the graph.
|
static <T> SparseDenseCwiseAdd<T> |
SparseDenseCwiseAdd.create(Scope scope,
Operand<Long> spIndices,
Operand<T> spValues,
Operand<Long> spShape,
Operand<T> dense)
Factory method to create a class to wrap a new SparseDenseCwiseAdd operation to the graph.
|
static <T> SparseDenseCwiseAdd<T> |
SparseDenseCwiseAdd.create(Scope scope,
Operand<Long> spIndices,
Operand<T> spValues,
Operand<Long> spShape,
Operand<T> dense)
Factory method to create a class to wrap a new SparseDenseCwiseAdd operation to the graph.
|
static <T> SparseDenseCwiseAdd<T> |
SparseDenseCwiseAdd.create(Scope scope,
Operand<Long> spIndices,
Operand<T> spValues,
Operand<Long> spShape,
Operand<T> dense)
Factory method to create a class to wrap a new SparseDenseCwiseAdd operation to the graph.
|
static <T> SparseDenseCwiseDiv<T> |
SparseDenseCwiseDiv.create(Scope scope,
Operand<Long> spIndices,
Operand<T> spValues,
Operand<Long> spShape,
Operand<T> dense)
Factory method to create a class to wrap a new SparseDenseCwiseDiv operation to the graph.
|
static <T> SparseDenseCwiseDiv<T> |
SparseDenseCwiseDiv.create(Scope scope,
Operand<Long> spIndices,
Operand<T> spValues,
Operand<Long> spShape,
Operand<T> dense)
Factory method to create a class to wrap a new SparseDenseCwiseDiv operation to the graph.
|
static <T> SparseDenseCwiseDiv<T> |
SparseDenseCwiseDiv.create(Scope scope,
Operand<Long> spIndices,
Operand<T> spValues,
Operand<Long> spShape,
Operand<T> dense)
Factory method to create a class to wrap a new SparseDenseCwiseDiv operation to the graph.
|
static <T> SparseDenseCwiseDiv<T> |
SparseDenseCwiseDiv.create(Scope scope,
Operand<Long> spIndices,
Operand<T> spValues,
Operand<Long> spShape,
Operand<T> dense)
Factory method to create a class to wrap a new SparseDenseCwiseDiv operation to the graph.
|
static <T> SetSize |
SetSize.create(Scope scope,
Operand<Long> setIndices,
Operand<T> setValues,
Operand<Long> setShape,
SetSize.Options... options)
Factory method to create a class to wrap a new SetSize operation to the graph.
|
static <T> SetSize |
SetSize.create(Scope scope,
Operand<Long> setIndices,
Operand<T> setValues,
Operand<Long> setShape,
SetSize.Options... options)
Factory method to create a class to wrap a new SetSize operation to the graph.
|
static <T> SetSize |
SetSize.create(Scope scope,
Operand<Long> setIndices,
Operand<T> setValues,
Operand<Long> setShape,
SetSize.Options... options)
Factory method to create a class to wrap a new SetSize operation to the graph.
|
static ExtractJpegShape<Integer> |
ExtractJpegShape.create(Scope scope,
Operand<String> contents)
Factory method to create a class to wrap a new ExtractJpegShape operation to the graph, using default output types.
|
static DecodeJSONExample |
DecodeJSONExample.create(Scope scope,
Operand<String> jsonExamples)
Factory method to create a class to wrap a new DecodeJSONExample operation to the graph.
|
static QueueIsClosed |
QueueIsClosed.create(Scope scope,
Operand<String> handle)
Factory method to create a class to wrap a new QueueIsClosed operation to the graph.
|
static SdcaFprint |
SdcaFprint.create(Scope scope,
Operand<String> input)
Factory method to create a class to wrap a new SdcaFprint operation to the graph.
|
static StringStrip |
StringStrip.create(Scope scope,
Operand<String> input)
Factory method to create a class to wrap a new StringStrip operation to the graph.
|
static DeleteSessionTensor |
DeleteSessionTensor.create(Scope scope,
Operand<String> handle)
Factory method to create a class to wrap a new DeleteSessionTensor operation to the graph.
|
static ReadFile |
ReadFile.create(Scope scope,
Operand<String> filename)
Factory method to create a class to wrap a new ReadFile operation to the graph.
|
static BarrierReadySize |
BarrierReadySize.create(Scope scope,
Operand<String> handle)
Factory method to create a class to wrap a new BarrierReadySize operation to the graph.
|
static GcsConfigureCredentials |
GcsConfigureCredentials.create(Scope scope,
Operand<String> json)
Factory method to create a class to wrap a new GcsConfigureCredentials operation to the graph.
|
static DecodeGif |
DecodeGif.create(Scope scope,
Operand<String> contents)
Factory method to create a class to wrap a new DecodeGif operation to the graph.
|
static MatchingFiles |
MatchingFiles.create(Scope scope,
Operand<String> pattern)
Factory method to create a class to wrap a new MatchingFiles operation to the graph.
|
static BarrierIncompleteSize |
BarrierIncompleteSize.create(Scope scope,
Operand<String> handle)
Factory method to create a class to wrap a new BarrierIncompleteSize operation to the graph.
|
static StringToNumber<Float> |
StringToNumber.create(Scope scope,
Operand<String> stringTensor)
Factory method to create a class to wrap a new StringToNumber operation to the graph, using default output types.
|
static AccumulatorNumAccumulated |
AccumulatorNumAccumulated.create(Scope scope,
Operand<String> handle)
Factory method to create a class to wrap a new AccumulatorNumAccumulated operation to the graph.
|
static DecodeBase64 |
DecodeBase64.create(Scope scope,
Operand<String> input)
Factory method to create a class to wrap a new DecodeBase64 operation to the graph.
|
static BarrierClose |
BarrierClose.create(Scope scope,
Operand<String> handle,
BarrierClose.Options... options)
Factory method to create a class to wrap a new BarrierClose operation to the graph.
|
static <T> DeserializeManySparse<T> |
DeserializeManySparse.create(Scope scope,
Operand<String> serializedSparse,
Class<T> dtype)
Factory method to create a class to wrap a new DeserializeManySparse operation to the graph.
|
static <T> GetSessionTensor<T> |
GetSessionTensor.create(Scope scope,
Operand<String> handle,
Class<T> dtype)
Factory method to create a class to wrap a new GetSessionTensor operation to the graph.
|
static <T> ParseTensor<T> |
ParseTensor.create(Scope scope,
Operand<String> serialized,
Class<T> outType)
Factory method to create a class to wrap a new ParseTensor operation to the graph.
|
static <T extends Number> |
ExtractJpegShape.create(Scope scope,
Operand<String> contents,
Class<T> outputType)
Factory method to create a class to wrap a new ExtractJpegShape operation to the graph.
|
static <T extends Number> |
StringToNumber.create(Scope scope,
Operand<String> stringTensor,
Class<T> outType)
Factory method to create a class to wrap a new StringToNumber operation to the graph.
|
static <T extends Number> |
DecodePng.create(Scope scope,
Operand<String> contents,
Class<T> dtype,
DecodePng.Options... options)
Factory method to create a class to wrap a new DecodePng operation to the graph.
|
static <T extends Number> |
DecodeRaw.create(Scope scope,
Operand<String> bytes,
Class<T> outType,
DecodeRaw.Options... options)
Factory method to create a class to wrap a new DecodeRaw operation to the graph.
|
static DecodeBmp |
DecodeBmp.create(Scope scope,
Operand<String> contents,
DecodeBmp.Options... options)
Factory method to create a class to wrap a new DecodeBmp operation to the graph.
|
static DecodeCompressed |
DecodeCompressed.create(Scope scope,
Operand<String> bytes,
DecodeCompressed.Options... options)
Factory method to create a class to wrap a new DecodeCompressed operation to the graph.
|
static DecodeJpeg |
DecodeJpeg.create(Scope scope,
Operand<String> contents,
DecodeJpeg.Options... options)
Factory method to create a class to wrap a new DecodeJpeg operation to the graph.
|
static DecodePng<UInt8> |
DecodePng.create(Scope scope,
Operand<String> contents,
DecodePng.Options... options)
Factory method to create a class to wrap a new DecodePng operation to the graph, using default output types.
|
static DecodeWav |
DecodeWav.create(Scope scope,
Operand<String> contents,
DecodeWav.Options... options)
Factory method to create a class to wrap a new DecodeWav operation to the graph.
|
static EncodeBase64 |
EncodeBase64.create(Scope scope,
Operand<String> input,
EncodeBase64.Options... options)
Factory method to create a class to wrap a new EncodeBase64 operation to the graph.
|
static DecodeCSV |
DecodeCSV.create(Scope scope,
Operand<String> records,
Iterable<Operand<?>> recordDefaults,
DecodeCSV.Options... options)
Factory method to create a class to wrap a new DecodeCSV operation to the graph.
|
static ParseSingleExample |
ParseSingleExample.create(Scope scope,
Operand<String> serialized,
Iterable<Operand<?>> denseDefaults,
Long numSparse,
List<String> sparseKeys,
List<String> denseKeys,
List<Class<?>> sparseTypes,
List<Shape> denseShapes)
Factory method to create a class to wrap a new ParseSingleExample operation to the graph.
|
static IteratorFromStringHandle |
IteratorFromStringHandle.create(Scope scope,
Operand<String> stringHandle,
List<Class<?>> outputTypes,
IteratorFromStringHandle.Options... options)
Factory method to create a class to wrap a new IteratorFromStringHandle operation to the graph.
|
static IteratorFromStringHandleV2 |
IteratorFromStringHandleV2.create(Scope scope,
Operand<String> stringHandle,
List<Class<?>> outputTypes,
IteratorFromStringHandleV2.Options... options)
Factory method to create a class to wrap a new IteratorFromStringHandleV2 operation to the graph.
|
static ExperimentalLMDBDataset |
ExperimentalLMDBDataset.create(Scope scope,
Operand<String> filenames,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Factory method to create a class to wrap a new ExperimentalLMDBDataset operation to the graph.
|
static MultiDeviceIteratorFromStringHandle |
MultiDeviceIteratorFromStringHandle.create(Scope scope,
Operand<String> stringHandle,
List<Class<?>> outputTypes,
MultiDeviceIteratorFromStringHandle.Options... options)
Factory method to create a class to wrap a new MultiDeviceIteratorFromStringHandle operation to the graph.
|
static StringToHashBucketFast |
StringToHashBucketFast.create(Scope scope,
Operand<String> input,
Long numBuckets)
Factory method to create a class to wrap a new StringToHashBucketFast operation to the graph.
|
static StringToHashBucket |
StringToHashBucket.create(Scope scope,
Operand<String> stringTensor,
Long numBuckets)
Factory method to create a class to wrap a new StringToHashBucket operation to the graph.
|
static StringToHashBucketStrong |
StringToHashBucketStrong.create(Scope scope,
Operand<String> input,
Long numBuckets,
List<Long> key)
Factory method to create a class to wrap a new StringToHashBucketStrong operation to the graph.
|
static <T> TensorArrayPack<T> |
TensorArrayPack.create(Scope scope,
Operand<String> handle,
Operand<Float> flowIn,
Class<T> dtype,
TensorArrayPack.Options... options)
Factory method to create a class to wrap a new TensorArrayPack operation to the graph.
|
static <T> TensorArrayPack<T> |
TensorArrayPack.create(Scope scope,
Operand<String> handle,
Operand<Float> flowIn,
Class<T> dtype,
TensorArrayPack.Options... options)
Factory method to create a class to wrap a new TensorArrayPack operation to the graph.
|
static AudioSummary |
AudioSummary.create(Scope scope,
Operand<String> tag,
Operand<Float> tensor,
Operand<Float> sampleRate,
AudioSummary.Options... options)
Factory method to create a class to wrap a new AudioSummary operation to the graph.
|
static AudioSummary |
AudioSummary.create(Scope scope,
Operand<String> tag,
Operand<Float> tensor,
Operand<Float> sampleRate,
AudioSummary.Options... options)
Factory method to create a class to wrap a new AudioSummary operation to the graph.
|
static AudioSummary |
AudioSummary.create(Scope scope,
Operand<String> tag,
Operand<Float> tensor,
Operand<Float> sampleRate,
AudioSummary.Options... options)
Factory method to create a class to wrap a new AudioSummary operation to the graph.
|
static ShardedFilespec |
ShardedFilespec.create(Scope scope,
Operand<String> basename,
Operand<Integer> numShards)
Factory method to create a class to wrap a new ShardedFilespec operation to the graph.
|
static ShardedFilespec |
ShardedFilespec.create(Scope scope,
Operand<String> basename,
Operand<Integer> numShards)
Factory method to create a class to wrap a new ShardedFilespec operation to the graph.
|
static <T> AccumulatorTakeGradient<T> |
AccumulatorTakeGradient.create(Scope scope,
Operand<String> handle,
Operand<Integer> numRequired,
Class<T> dtype)
Factory method to create a class to wrap a new AccumulatorTakeGradient operation to the graph.
|
static <T> AccumulatorTakeGradient<T> |
AccumulatorTakeGradient.create(Scope scope,
Operand<String> handle,
Operand<Integer> numRequired,
Class<T> dtype)
Factory method to create a class to wrap a new AccumulatorTakeGradient operation to the graph.
|
static <T> SparseAccumulatorTakeGradient<T> |
SparseAccumulatorTakeGradient.create(Scope scope,
Operand<String> handle,
Operand<Integer> numRequired,
Class<T> dtype)
Factory method to create a class to wrap a new SparseAccumulatorTakeGradient operation to the graph.
|
static <T> SparseAccumulatorTakeGradient<T> |
SparseAccumulatorTakeGradient.create(Scope scope,
Operand<String> handle,
Operand<Integer> numRequired,
Class<T> dtype)
Factory method to create a class to wrap a new SparseAccumulatorTakeGradient operation to the graph.
|
static DecodeAndCropJpeg |
DecodeAndCropJpeg.create(Scope scope,
Operand<String> contents,
Operand<Integer> cropWindow,
DecodeAndCropJpeg.Options... options)
Factory method to create a class to wrap a new DecodeAndCropJpeg operation to the graph.
|
static DecodeAndCropJpeg |
DecodeAndCropJpeg.create(Scope scope,
Operand<String> contents,
Operand<Integer> cropWindow,
DecodeAndCropJpeg.Options... options)
Factory method to create a class to wrap a new DecodeAndCropJpeg operation to the graph.
|
static BarrierTakeMany |
BarrierTakeMany.create(Scope scope,
Operand<String> handle,
Operand<Integer> numElements,
List<Class<?>> componentTypes,
BarrierTakeMany.Options... options)
Factory method to create a class to wrap a new BarrierTakeMany operation to the graph.
|
static BarrierTakeMany |
BarrierTakeMany.create(Scope scope,
Operand<String> handle,
Operand<Integer> numElements,
List<Class<?>> componentTypes,
BarrierTakeMany.Options... options)
Factory method to create a class to wrap a new BarrierTakeMany operation to the graph.
|
static ShardedFilename |
ShardedFilename.create(Scope scope,
Operand<String> basename,
Operand<Integer> shard,
Operand<Integer> numShards)
Factory method to create a class to wrap a new ShardedFilename operation to the graph.
|
static ShardedFilename |
ShardedFilename.create(Scope scope,
Operand<String> basename,
Operand<Integer> shard,
Operand<Integer> numShards)
Factory method to create a class to wrap a new ShardedFilename operation to the graph.
|
static ShardedFilename |
ShardedFilename.create(Scope scope,
Operand<String> basename,
Operand<Integer> shard,
Operand<Integer> numShards)
Factory method to create a class to wrap a new ShardedFilename operation to the graph.
|
static ReduceJoin |
ReduceJoin.create(Scope scope,
Operand<String> inputs,
Operand<Integer> reductionIndices,
ReduceJoin.Options... options)
Factory method to create a class to wrap a new ReduceJoin operation to the graph.
|
static ReduceJoin |
ReduceJoin.create(Scope scope,
Operand<String> inputs,
Operand<Integer> reductionIndices,
ReduceJoin.Options... options)
Factory method to create a class to wrap a new ReduceJoin operation to the graph.
|
static AccumulatorSetGlobalStep |
AccumulatorSetGlobalStep.create(Scope scope,
Operand<String> handle,
Operand<Long> newGlobalStep)
Factory method to create a class to wrap a new AccumulatorSetGlobalStep operation to the graph.
|
static AccumulatorSetGlobalStep |
AccumulatorSetGlobalStep.create(Scope scope,
Operand<String> handle,
Operand<Long> newGlobalStep)
Factory method to create a class to wrap a new AccumulatorSetGlobalStep operation to the graph.
|
static FixedLengthRecordDataset |
FixedLengthRecordDataset.create(Scope scope,
Operand<String> filenames,
Operand<Long> headerBytes,
Operand<Long> recordBytes,
Operand<Long> footerBytes,
Operand<Long> bufferSize)
Factory method to create a class to wrap a new FixedLengthRecordDataset operation to the graph.
|
static FixedLengthRecordDataset |
FixedLengthRecordDataset.create(Scope scope,
Operand<String> filenames,
Operand<Long> headerBytes,
Operand<Long> recordBytes,
Operand<Long> footerBytes,
Operand<Long> bufferSize)
Factory method to create a class to wrap a new FixedLengthRecordDataset operation to the graph.
|
static FixedLengthRecordDataset |
FixedLengthRecordDataset.create(Scope scope,
Operand<String> filenames,
Operand<Long> headerBytes,
Operand<Long> recordBytes,
Operand<Long> footerBytes,
Operand<Long> bufferSize)
Factory method to create a class to wrap a new FixedLengthRecordDataset operation to the graph.
|
static FixedLengthRecordDataset |
FixedLengthRecordDataset.create(Scope scope,
Operand<String> filenames,
Operand<Long> headerBytes,
Operand<Long> recordBytes,
Operand<Long> footerBytes,
Operand<Long> bufferSize)
Factory method to create a class to wrap a new FixedLengthRecordDataset operation to the graph.
|
static FixedLengthRecordDataset |
FixedLengthRecordDataset.create(Scope scope,
Operand<String> filenames,
Operand<Long> headerBytes,
Operand<Long> recordBytes,
Operand<Long> footerBytes,
Operand<Long> bufferSize)
Factory method to create a class to wrap a new FixedLengthRecordDataset operation to the graph.
|
static <T> SparseAccumulatorApplyGradient |
SparseAccumulatorApplyGradient.create(Scope scope,
Operand<String> handle,
Operand<Long> localStep,
Operand<Long> gradientIndices,
Operand<T> gradientValues,
Operand<Long> gradientShape,
Boolean hasKnownShape)
Factory method to create a class to wrap a new SparseAccumulatorApplyGradient operation to the graph.
|
static <T> SparseAccumulatorApplyGradient |
SparseAccumulatorApplyGradient.create(Scope scope,
Operand<String> handle,
Operand<Long> localStep,
Operand<Long> gradientIndices,
Operand<T> gradientValues,
Operand<Long> gradientShape,
Boolean hasKnownShape)
Factory method to create a class to wrap a new SparseAccumulatorApplyGradient operation to the graph.
|
static <T> SparseAccumulatorApplyGradient |
SparseAccumulatorApplyGradient.create(Scope scope,
Operand<String> handle,
Operand<Long> localStep,
Operand<Long> gradientIndices,
Operand<T> gradientValues,
Operand<Long> gradientShape,
Boolean hasKnownShape)
Factory method to create a class to wrap a new SparseAccumulatorApplyGradient operation to the graph.
|
static <T> SparseAccumulatorApplyGradient |
SparseAccumulatorApplyGradient.create(Scope scope,
Operand<String> handle,
Operand<Long> localStep,
Operand<Long> gradientIndices,
Operand<T> gradientValues,
Operand<Long> gradientShape,
Boolean hasKnownShape)
Factory method to create a class to wrap a new SparseAccumulatorApplyGradient operation to the graph.
|
static <T> SparseAccumulatorApplyGradient |
SparseAccumulatorApplyGradient.create(Scope scope,
Operand<String> handle,
Operand<Long> localStep,
Operand<Long> gradientIndices,
Operand<T> gradientValues,
Operand<Long> gradientShape,
Boolean hasKnownShape)
Factory method to create a class to wrap a new SparseAccumulatorApplyGradient operation to the graph.
|
static <T> AccumulatorApplyGradient |
AccumulatorApplyGradient.create(Scope scope,
Operand<String> handle,
Operand<Long> localStep,
Operand<T> gradient)
Factory method to create a class to wrap a new AccumulatorApplyGradient operation to the graph.
|
static <T> AccumulatorApplyGradient |
AccumulatorApplyGradient.create(Scope scope,
Operand<String> handle,
Operand<Long> localStep,
Operand<T> gradient)
Factory method to create a class to wrap a new AccumulatorApplyGradient operation to the graph.
|
static <T> AccumulatorApplyGradient |
AccumulatorApplyGradient.create(Scope scope,
Operand<String> handle,
Operand<Long> localStep,
Operand<T> gradient)
Factory method to create a class to wrap a new AccumulatorApplyGradient operation to the graph.
|
static RegexFullMatch |
RegexFullMatch.create(Scope scope,
Operand<String> input,
Operand<String> pattern)
Factory method to create a class to wrap a new RegexFullMatch operation to the graph.
|
static RegexFullMatch |
RegexFullMatch.create(Scope scope,
Operand<String> input,
Operand<String> pattern)
Factory method to create a class to wrap a new RegexFullMatch operation to the graph.
|
static WriteFile |
WriteFile.create(Scope scope,
Operand<String> filename,
Operand<String> contents)
Factory method to create a class to wrap a new WriteFile operation to the graph.
|
static WriteFile |
WriteFile.create(Scope scope,
Operand<String> filename,
Operand<String> contents)
Factory method to create a class to wrap a new WriteFile operation to the graph.
|
static <T> Restore<T> |
Restore.create(Scope scope,
Operand<String> filePattern,
Operand<String> tensorName,
Class<T> dt,
Restore.Options... options)
Factory method to create a class to wrap a new Restore operation to the graph.
|
static <T> Restore<T> |
Restore.create(Scope scope,
Operand<String> filePattern,
Operand<String> tensorName,
Class<T> dt,
Restore.Options... options)
Factory method to create a class to wrap a new Restore operation to the graph.
|
static Save |
Save.create(Scope scope,
Operand<String> filename,
Operand<String> tensorNames,
Iterable<Operand<?>> data)
Factory method to create a class to wrap a new Save operation to the graph.
|
static Save |
Save.create(Scope scope,
Operand<String> filename,
Operand<String> tensorNames,
Iterable<Operand<?>> data)
Factory method to create a class to wrap a new Save operation to the graph.
|
static ParseSequenceExample |
ParseSequenceExample.create(Scope scope,
Operand<String> serialized,
Operand<String> debugName,
Iterable<Operand<?>> contextDenseDefaults,
List<String> featureListDenseMissingAssumedEmpty,
List<String> contextSparseKeys,
List<String> contextDenseKeys,
List<String> featureListSparseKeys,
List<String> featureListDenseKeys,
List<Class<?>> contextSparseTypes,
List<Class<?>> featureListDenseTypes,
List<Class<?>> featureListSparseTypes,
ParseSequenceExample.Options... options)
Factory method to create a class to wrap a new ParseSequenceExample operation to the graph.
|
static ParseSequenceExample |
ParseSequenceExample.create(Scope scope,
Operand<String> serialized,
Operand<String> debugName,
Iterable<Operand<?>> contextDenseDefaults,
List<String> featureListDenseMissingAssumedEmpty,
List<String> contextSparseKeys,
List<String> contextDenseKeys,
List<String> featureListSparseKeys,
List<String> featureListDenseKeys,
List<Class<?>> contextSparseTypes,
List<Class<?>> featureListDenseTypes,
List<Class<?>> featureListSparseTypes,
ParseSequenceExample.Options... options)
Factory method to create a class to wrap a new ParseSequenceExample operation to the graph.
|
static ParseExample |
ParseExample.create(Scope scope,
Operand<String> serialized,
Operand<String> names,
Iterable<Operand<String>> sparseKeys,
Iterable<Operand<String>> denseKeys,
Iterable<Operand<?>> denseDefaults,
List<Class<?>> sparseTypes,
List<Shape> denseShapes)
Factory method to create a class to wrap a new ParseExample operation to the graph.
|
static ParseExample |
ParseExample.create(Scope scope,
Operand<String> serialized,
Operand<String> names,
Iterable<Operand<String>> sparseKeys,
Iterable<Operand<String>> denseKeys,
Iterable<Operand<?>> denseDefaults,
List<Class<?>> sparseTypes,
List<Shape> denseShapes)
Factory method to create a class to wrap a new ParseExample operation to the graph.
|
static ParseSingleSequenceExample |
ParseSingleSequenceExample.create(Scope scope,
Operand<String> serialized,
Operand<String> featureListDenseMissingAssumedEmpty,
Iterable<Operand<String>> contextSparseKeys,
Iterable<Operand<String>> contextDenseKeys,
Iterable<Operand<String>> featureListSparseKeys,
Iterable<Operand<String>> featureListDenseKeys,
Iterable<Operand<?>> contextDenseDefaults,
Operand<String> debugName,
List<Class<?>> contextSparseTypes,
List<Class<?>> featureListDenseTypes,
List<Class<?>> featureListSparseTypes,
ParseSingleSequenceExample.Options... options)
Factory method to create a class to wrap a new ParseSingleSequenceExample operation to the graph.
|
static ParseSingleSequenceExample |
ParseSingleSequenceExample.create(Scope scope,
Operand<String> serialized,
Operand<String> featureListDenseMissingAssumedEmpty,
Iterable<Operand<String>> contextSparseKeys,
Iterable<Operand<String>> contextDenseKeys,
Iterable<Operand<String>> featureListSparseKeys,
Iterable<Operand<String>> featureListDenseKeys,
Iterable<Operand<?>> contextDenseDefaults,
Operand<String> debugName,
List<Class<?>> contextSparseTypes,
List<Class<?>> featureListDenseTypes,
List<Class<?>> featureListSparseTypes,
ParseSingleSequenceExample.Options... options)
Factory method to create a class to wrap a new ParseSingleSequenceExample operation to the graph.
|
static ParseSingleSequenceExample |
ParseSingleSequenceExample.create(Scope scope,
Operand<String> serialized,
Operand<String> featureListDenseMissingAssumedEmpty,
Iterable<Operand<String>> contextSparseKeys,
Iterable<Operand<String>> contextDenseKeys,
Iterable<Operand<String>> featureListSparseKeys,
Iterable<Operand<String>> featureListDenseKeys,
Iterable<Operand<?>> contextDenseDefaults,
Operand<String> debugName,
List<Class<?>> contextSparseTypes,
List<Class<?>> featureListDenseTypes,
List<Class<?>> featureListSparseTypes,
ParseSingleSequenceExample.Options... options)
Factory method to create a class to wrap a new ParseSingleSequenceExample operation to the graph.
|
static GenerateVocabRemapping |
GenerateVocabRemapping.create(Scope scope,
Operand<String> newVocabFile,
Operand<String> oldVocabFile,
Long newVocabOffset,
Long numNewVocab,
GenerateVocabRemapping.Options... options)
Factory method to create a class to wrap a new GenerateVocabRemapping operation to the graph.
|
static GenerateVocabRemapping |
GenerateVocabRemapping.create(Scope scope,
Operand<String> newVocabFile,
Operand<String> oldVocabFile,
Long newVocabOffset,
Long numNewVocab,
GenerateVocabRemapping.Options... options)
Factory method to create a class to wrap a new GenerateVocabRemapping operation to the graph.
|
static MergeV2Checkpoints |
MergeV2Checkpoints.create(Scope scope,
Operand<String> checkpointPrefixes,
Operand<String> destinationPrefix,
MergeV2Checkpoints.Options... options)
Factory method to create a class to wrap a new MergeV2Checkpoints operation to the graph.
|
static MergeV2Checkpoints |
MergeV2Checkpoints.create(Scope scope,
Operand<String> checkpointPrefixes,
Operand<String> destinationPrefix,
MergeV2Checkpoints.Options... options)
Factory method to create a class to wrap a new MergeV2Checkpoints operation to the graph.
|
static TextLineDataset |
TextLineDataset.create(Scope scope,
Operand<String> filenames,
Operand<String> compressionType,
Operand<Long> bufferSize)
Factory method to create a class to wrap a new TextLineDataset operation to the graph.
|
static TextLineDataset |
TextLineDataset.create(Scope scope,
Operand<String> filenames,
Operand<String> compressionType,
Operand<Long> bufferSize)
Factory method to create a class to wrap a new TextLineDataset operation to the graph.
|
static TextLineDataset |
TextLineDataset.create(Scope scope,
Operand<String> filenames,
Operand<String> compressionType,
Operand<Long> bufferSize)
Factory method to create a class to wrap a new TextLineDataset operation to the graph.
|
static TFRecordDataset |
TFRecordDataset.create(Scope scope,
Operand<String> filenames,
Operand<String> compressionType,
Operand<Long> bufferSize)
Factory method to create a class to wrap a new TFRecordDataset operation to the graph.
|
static TFRecordDataset |
TFRecordDataset.create(Scope scope,
Operand<String> filenames,
Operand<String> compressionType,
Operand<Long> bufferSize)
Factory method to create a class to wrap a new TFRecordDataset operation to the graph.
|
static TFRecordDataset |
TFRecordDataset.create(Scope scope,
Operand<String> filenames,
Operand<String> compressionType,
Operand<Long> bufferSize)
Factory method to create a class to wrap a new TFRecordDataset operation to the graph.
|
static ExperimentalCSVDataset |
ExperimentalCSVDataset.create(Scope scope,
Operand<String> filenames,
Operand<String> compressionType,
Operand<Long> bufferSize,
Operand<Boolean> header,
Operand<String> fieldDelim,
Operand<Boolean> useQuoteDelim,
Operand<String> naValue,
Operand<Long> selectCols,
Iterable<Operand<?>> recordDefaults,
List<Shape> outputShapes)
Factory method to create a class to wrap a new ExperimentalCSVDataset operation to the graph.
|
static ExperimentalCSVDataset |
ExperimentalCSVDataset.create(Scope scope,
Operand<String> filenames,
Operand<String> compressionType,
Operand<Long> bufferSize,
Operand<Boolean> header,
Operand<String> fieldDelim,
Operand<Boolean> useQuoteDelim,
Operand<String> naValue,
Operand<Long> selectCols,
Iterable<Operand<?>> recordDefaults,
List<Shape> outputShapes)
Factory method to create a class to wrap a new ExperimentalCSVDataset operation to the graph.
|
static ExperimentalCSVDataset |
ExperimentalCSVDataset.create(Scope scope,
Operand<String> filenames,
Operand<String> compressionType,
Operand<Long> bufferSize,
Operand<Boolean> header,
Operand<String> fieldDelim,
Operand<Boolean> useQuoteDelim,
Operand<String> naValue,
Operand<Long> selectCols,
Iterable<Operand<?>> recordDefaults,
List<Shape> outputShapes)
Factory method to create a class to wrap a new ExperimentalCSVDataset operation to the graph.
|
static ExperimentalCSVDataset |
ExperimentalCSVDataset.create(Scope scope,
Operand<String> filenames,
Operand<String> compressionType,
Operand<Long> bufferSize,
Operand<Boolean> header,
Operand<String> fieldDelim,
Operand<Boolean> useQuoteDelim,
Operand<String> naValue,
Operand<Long> selectCols,
Iterable<Operand<?>> recordDefaults,
List<Shape> outputShapes)
Factory method to create a class to wrap a new ExperimentalCSVDataset operation to the graph.
|
static ExperimentalCSVDataset |
ExperimentalCSVDataset.create(Scope scope,
Operand<String> filenames,
Operand<String> compressionType,
Operand<Long> bufferSize,
Operand<Boolean> header,
Operand<String> fieldDelim,
Operand<Boolean> useQuoteDelim,
Operand<String> naValue,
Operand<Long> selectCols,
Iterable<Operand<?>> recordDefaults,
List<Shape> outputShapes)
Factory method to create a class to wrap a new ExperimentalCSVDataset operation to the graph.
|
static ExperimentalCSVDataset |
ExperimentalCSVDataset.create(Scope scope,
Operand<String> filenames,
Operand<String> compressionType,
Operand<Long> bufferSize,
Operand<Boolean> header,
Operand<String> fieldDelim,
Operand<Boolean> useQuoteDelim,
Operand<String> naValue,
Operand<Long> selectCols,
Iterable<Operand<?>> recordDefaults,
List<Shape> outputShapes)
Factory method to create a class to wrap a new ExperimentalCSVDataset operation to the graph.
|
static ExperimentalCSVDataset |
ExperimentalCSVDataset.create(Scope scope,
Operand<String> filenames,
Operand<String> compressionType,
Operand<Long> bufferSize,
Operand<Boolean> header,
Operand<String> fieldDelim,
Operand<Boolean> useQuoteDelim,
Operand<String> naValue,
Operand<Long> selectCols,
Iterable<Operand<?>> recordDefaults,
List<Shape> outputShapes)
Factory method to create a class to wrap a new ExperimentalCSVDataset operation to the graph.
|
static ExperimentalCSVDataset |
ExperimentalCSVDataset.create(Scope scope,
Operand<String> filenames,
Operand<String> compressionType,
Operand<Long> bufferSize,
Operand<Boolean> header,
Operand<String> fieldDelim,
Operand<Boolean> useQuoteDelim,
Operand<String> naValue,
Operand<Long> selectCols,
Iterable<Operand<?>> recordDefaults,
List<Shape> outputShapes)
Factory method to create a class to wrap a new ExperimentalCSVDataset operation to the graph.
|
static LoadAndRemapMatrix |
LoadAndRemapMatrix.create(Scope scope,
Operand<String> ckptPath,
Operand<String> oldTensorName,
Operand<Long> rowRemapping,
Operand<Long> colRemapping,
Operand<Float> initializingValues,
Long numRows,
Long numCols,
LoadAndRemapMatrix.Options... options)
Factory method to create a class to wrap a new LoadAndRemapMatrix operation to the graph.
|
static LoadAndRemapMatrix |
LoadAndRemapMatrix.create(Scope scope,
Operand<String> ckptPath,
Operand<String> oldTensorName,
Operand<Long> rowRemapping,
Operand<Long> colRemapping,
Operand<Float> initializingValues,
Long numRows,
Long numCols,
LoadAndRemapMatrix.Options... options)
Factory method to create a class to wrap a new LoadAndRemapMatrix operation to the graph.
|
static LoadAndRemapMatrix |
LoadAndRemapMatrix.create(Scope scope,
Operand<String> ckptPath,
Operand<String> oldTensorName,
Operand<Long> rowRemapping,
Operand<Long> colRemapping,
Operand<Float> initializingValues,
Long numRows,
Long numCols,
LoadAndRemapMatrix.Options... options)
Factory method to create a class to wrap a new LoadAndRemapMatrix operation to the graph.
|
static LoadAndRemapMatrix |
LoadAndRemapMatrix.create(Scope scope,
Operand<String> ckptPath,
Operand<String> oldTensorName,
Operand<Long> rowRemapping,
Operand<Long> colRemapping,
Operand<Float> initializingValues,
Long numRows,
Long numCols,
LoadAndRemapMatrix.Options... options)
Factory method to create a class to wrap a new LoadAndRemapMatrix operation to the graph.
|
static LoadAndRemapMatrix |
LoadAndRemapMatrix.create(Scope scope,
Operand<String> ckptPath,
Operand<String> oldTensorName,
Operand<Long> rowRemapping,
Operand<Long> colRemapping,
Operand<Float> initializingValues,
Long numRows,
Long numCols,
LoadAndRemapMatrix.Options... options)
Factory method to create a class to wrap a new LoadAndRemapMatrix operation to the graph.
|
static <T> RestoreSlice<T> |
RestoreSlice.create(Scope scope,
Operand<String> filePattern,
Operand<String> tensorName,
Operand<String> shapeAndSlice,
Class<T> dt,
RestoreSlice.Options... options)
Factory method to create a class to wrap a new RestoreSlice operation to the graph.
|
static <T> RestoreSlice<T> |
RestoreSlice.create(Scope scope,
Operand<String> filePattern,
Operand<String> tensorName,
Operand<String> shapeAndSlice,
Class<T> dt,
RestoreSlice.Options... options)
Factory method to create a class to wrap a new RestoreSlice operation to the graph.
|
static <T> RestoreSlice<T> |
RestoreSlice.create(Scope scope,
Operand<String> filePattern,
Operand<String> tensorName,
Operand<String> shapeAndSlice,
Class<T> dt,
RestoreSlice.Options... options)
Factory method to create a class to wrap a new RestoreSlice operation to the graph.
|
static SaveSlices |
SaveSlices.create(Scope scope,
Operand<String> filename,
Operand<String> tensorNames,
Operand<String> shapesAndSlices,
Iterable<Operand<?>> data)
Factory method to create a class to wrap a new SaveSlices operation to the graph.
|
static SaveSlices |
SaveSlices.create(Scope scope,
Operand<String> filename,
Operand<String> tensorNames,
Operand<String> shapesAndSlices,
Iterable<Operand<?>> data)
Factory method to create a class to wrap a new SaveSlices operation to the graph.
|
static SaveSlices |
SaveSlices.create(Scope scope,
Operand<String> filename,
Operand<String> tensorNames,
Operand<String> shapesAndSlices,
Iterable<Operand<?>> data)
Factory method to create a class to wrap a new SaveSlices operation to the graph.
|
static SaveV2 |
SaveV2.create(Scope scope,
Operand<String> prefix,
Operand<String> tensorNames,
Operand<String> shapeAndSlices,
Iterable<Operand<?>> tensors)
Factory method to create a class to wrap a new SaveV2 operation to the graph.
|
static SaveV2 |
SaveV2.create(Scope scope,
Operand<String> prefix,
Operand<String> tensorNames,
Operand<String> shapeAndSlices,
Iterable<Operand<?>> tensors)
Factory method to create a class to wrap a new SaveV2 operation to the graph.
|
static SaveV2 |
SaveV2.create(Scope scope,
Operand<String> prefix,
Operand<String> tensorNames,
Operand<String> shapeAndSlices,
Iterable<Operand<?>> tensors)
Factory method to create a class to wrap a new SaveV2 operation to the graph.
|
static RestoreV2 |
RestoreV2.create(Scope scope,
Operand<String> prefix,
Operand<String> tensorNames,
Operand<String> shapeAndSlices,
List<Class<?>> dtypes)
Factory method to create a class to wrap a new RestoreV2 operation to the graph.
|
static RestoreV2 |
RestoreV2.create(Scope scope,
Operand<String> prefix,
Operand<String> tensorNames,
Operand<String> shapeAndSlices,
List<Class<?>> dtypes)
Factory method to create a class to wrap a new RestoreV2 operation to the graph.
|
static RestoreV2 |
RestoreV2.create(Scope scope,
Operand<String> prefix,
Operand<String> tensorNames,
Operand<String> shapeAndSlices,
List<Class<?>> dtypes)
Factory method to create a class to wrap a new RestoreV2 operation to the graph.
|
static SqlDataset |
SqlDataset.create(Scope scope,
Operand<String> driverName,
Operand<String> dataSourceName,
Operand<String> query,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Factory method to create a class to wrap a new SqlDataset operation to the graph.
|
static SqlDataset |
SqlDataset.create(Scope scope,
Operand<String> driverName,
Operand<String> dataSourceName,
Operand<String> query,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Factory method to create a class to wrap a new SqlDataset operation to the graph.
|
static SqlDataset |
SqlDataset.create(Scope scope,
Operand<String> driverName,
Operand<String> dataSourceName,
Operand<String> query,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Factory method to create a class to wrap a new SqlDataset operation to the graph.
|
static RegexReplace |
RegexReplace.create(Scope scope,
Operand<String> input,
Operand<String> pattern,
Operand<String> rewrite,
RegexReplace.Options... options)
Factory method to create a class to wrap a new RegexReplace operation to the graph.
|
static RegexReplace |
RegexReplace.create(Scope scope,
Operand<String> input,
Operand<String> pattern,
Operand<String> rewrite,
RegexReplace.Options... options)
Factory method to create a class to wrap a new RegexReplace operation to the graph.
|
static RegexReplace |
RegexReplace.create(Scope scope,
Operand<String> input,
Operand<String> pattern,
Operand<String> rewrite,
RegexReplace.Options... options)
Factory method to create a class to wrap a new RegexReplace operation to the graph.
|
static Rpc |
Rpc.create(Scope scope,
Operand<String> address,
Operand<String> method,
Operand<String> request,
Rpc.Options... options)
Factory method to create a class to wrap a new Rpc operation to the graph.
|
static Rpc |
Rpc.create(Scope scope,
Operand<String> address,
Operand<String> method,
Operand<String> request,
Rpc.Options... options)
Factory method to create a class to wrap a new Rpc operation to the graph.
|
static Rpc |
Rpc.create(Scope scope,
Operand<String> address,
Operand<String> method,
Operand<String> request,
Rpc.Options... options)
Factory method to create a class to wrap a new Rpc operation to the graph.
|
static TryRpc |
TryRpc.create(Scope scope,
Operand<String> address,
Operand<String> method,
Operand<String> request,
TryRpc.Options... options)
Factory method to create a class to wrap a new TryRpc operation to the graph.
|
static TryRpc |
TryRpc.create(Scope scope,
Operand<String> address,
Operand<String> method,
Operand<String> request,
TryRpc.Options... options)
Factory method to create a class to wrap a new TryRpc operation to the graph.
|
static TryRpc |
TryRpc.create(Scope scope,
Operand<String> address,
Operand<String> method,
Operand<String> request,
TryRpc.Options... options)
Factory method to create a class to wrap a new TryRpc operation to the graph.
|
static <T> BarrierInsertMany |
BarrierInsertMany.create(Scope scope,
Operand<String> handle,
Operand<String> keys,
Operand<T> values,
Long componentIndex)
Factory method to create a class to wrap a new BarrierInsertMany operation to the graph.
|
static <T> BarrierInsertMany |
BarrierInsertMany.create(Scope scope,
Operand<String> handle,
Operand<String> keys,
Operand<T> values,
Long componentIndex)
Factory method to create a class to wrap a new BarrierInsertMany operation to the graph.
|
static <T> BarrierInsertMany |
BarrierInsertMany.create(Scope scope,
Operand<String> handle,
Operand<String> keys,
Operand<T> values,
Long componentIndex)
Factory method to create a class to wrap a new BarrierInsertMany operation to the graph.
|
static StringSplit |
StringSplit.create(Scope scope,
Operand<String> input,
Operand<String> delimiter,
StringSplit.Options... options)
Factory method to create a class to wrap a new StringSplit operation to the graph.
|
static StringSplit |
StringSplit.create(Scope scope,
Operand<String> input,
Operand<String> delimiter,
StringSplit.Options... options)
Factory method to create a class to wrap a new StringSplit operation to the graph.
|
static StringSplitV2 |
StringSplitV2.create(Scope scope,
Operand<String> input,
Operand<String> sep,
StringSplitV2.Options... options)
Factory method to create a class to wrap a new StringSplitV2 operation to the graph.
|
static StringSplitV2 |
StringSplitV2.create(Scope scope,
Operand<String> input,
Operand<String> sep,
StringSplitV2.Options... options)
Factory method to create a class to wrap a new StringSplitV2 operation to the graph.
|
static <T extends Number> |
HistogramSummary.create(Scope scope,
Operand<String> tag,
Operand<T> values)
Factory method to create a class to wrap a new HistogramSummary operation to the graph.
|
static <T extends Number> |
HistogramSummary.create(Scope scope,
Operand<String> tag,
Operand<T> values)
Factory method to create a class to wrap a new HistogramSummary operation to the graph.
|
static <T extends Number> |
ScalarSummary.create(Scope scope,
Operand<String> tags,
Operand<T> values)
Factory method to create a class to wrap a new ScalarSummary operation to the graph.
|
static <T extends Number> |
ScalarSummary.create(Scope scope,
Operand<String> tags,
Operand<T> values)
Factory method to create a class to wrap a new ScalarSummary operation to the graph.
|
static <T extends Number> |
ImageSummary.create(Scope scope,
Operand<String> tag,
Operand<T> tensor,
ImageSummary.Options... options)
Factory method to create a class to wrap a new ImageSummary operation to the graph.
|
static <T extends Number> |
ImageSummary.create(Scope scope,
Operand<String> tag,
Operand<T> tensor,
ImageSummary.Options... options)
Factory method to create a class to wrap a new ImageSummary operation to the graph.
|
static <T> TensorArrayUnpack |
TensorArrayUnpack.create(Scope scope,
Operand<String> handle,
Operand<T> value,
Operand<Float> flowIn)
Factory method to create a class to wrap a new TensorArrayUnpack operation to the graph.
|
static <T> TensorArrayUnpack |
TensorArrayUnpack.create(Scope scope,
Operand<String> handle,
Operand<T> value,
Operand<Float> flowIn)
Factory method to create a class to wrap a new TensorArrayUnpack operation to the graph.
|
static <T> TensorArrayUnpack |
TensorArrayUnpack.create(Scope scope,
Operand<String> handle,
Operand<T> value,
Operand<Float> flowIn)
Factory method to create a class to wrap a new TensorArrayUnpack operation to the graph.
|
static <T> TensorSummaryV2 |
TensorSummaryV2.create(Scope scope,
Operand<String> tag,
Operand<T> tensor,
Operand<String> serializedSummaryMetadata)
Factory method to create a class to wrap a new TensorSummaryV2 operation to the graph.
|
static <T> TensorSummaryV2 |
TensorSummaryV2.create(Scope scope,
Operand<String> tag,
Operand<T> tensor,
Operand<String> serializedSummaryMetadata)
Factory method to create a class to wrap a new TensorSummaryV2 operation to the graph.
|
static <T> TensorSummaryV2 |
TensorSummaryV2.create(Scope scope,
Operand<String> tag,
Operand<T> tensor,
Operand<String> serializedSummaryMetadata)
Factory method to create a class to wrap a new TensorSummaryV2 operation to the graph.
|
static <T extends Number> |
Substr.create(Scope scope,
Operand<String> input,
Operand<T> pos,
Operand<T> len)
Factory method to create a class to wrap a new Substr operation to the graph.
|
static <T extends Number> |
Substr.create(Scope scope,
Operand<String> input,
Operand<T> pos,
Operand<T> len)
Factory method to create a class to wrap a new Substr operation to the graph.
|
static <T extends Number> |
Substr.create(Scope scope,
Operand<String> input,
Operand<T> pos,
Operand<T> len)
Factory method to create a class to wrap a new Substr operation to the graph.
|
static PrintV2 |
PrintV2.create(Scope scope,
Operand<String> input,
PrintV2.Options... options)
Factory method to create a class to wrap a new PrintV2 operation to the graph.
|
static StaticRegexFullMatch |
StaticRegexFullMatch.create(Scope scope,
Operand<String> input,
String pattern)
Factory method to create a class to wrap a new StaticRegexFullMatch operation to the graph.
|
static StringLength |
StringLength.create(Scope scope,
Operand<String> input,
StringLength.Options... options)
Factory method to create a class to wrap a new StringLength operation to the graph.
|
static DecodeProtoV2 |
DecodeProtoV2.create(Scope scope,
Operand<String> bytes,
String messageType,
List<String> fieldNames,
List<Class<?>> outputTypes,
DecodeProtoV2.Options... options)
Factory method to create a class to wrap a new DecodeProtoV2 operation to the graph.
|
static StaticRegexReplace |
StaticRegexReplace.create(Scope scope,
Operand<String> input,
String pattern,
String rewrite,
StaticRegexReplace.Options... options)
Factory method to create a class to wrap a new StaticRegexReplace operation to the graph.
|
static <T> Sinh<T> |
Sinh.create(Scope scope,
Operand<T> x)
Factory method to create a class to wrap a new Sinh operation to the graph.
|
static <T> FFT2D<T> |
FFT2D.create(Scope scope,
Operand<T> input)
Factory method to create a class to wrap a new FFT2D operation to the graph.
|
static <T> SerializeTensor |
SerializeTensor.create(Scope scope,
Operand<T> tensor)
Factory method to create a class to wrap a new SerializeTensor operation to the graph.
|
static <T> Imag<Float> |
Imag.create(Scope scope,
Operand<T> input)
Factory method to create a class to wrap a new Imag operation to the graph, using default output types.
|
static <T> Merge<T> |
Merge.create(Scope scope,
Operand<T> inputs)
Factory method to create a class to wrap a new Merge operation to the graph.
|
static <T> Sqrt<T> |
Sqrt.create(Scope scope,
Operand<T> x)
Factory method to create a class to wrap a new Sqrt operation to the graph.
|
static <T> StopGradient<T> |
StopGradient.create(Scope scope,
Operand<T> input)
Factory method to create a class to wrap a new StopGradient operation to the graph.
|
static <T> DebugGradientIdentity<T> |
DebugGradientIdentity.create(Scope scope,
Operand<T> input)
Factory method to create a class to wrap a new DebugGradientIdentity operation to the graph.
|
static <T> Identity<T> |
Identity.create(Scope scope,
Operand<T> input)
Factory method to create a class to wrap a new Identity operation to the graph.
|
static <T> GetSessionHandleV2 |
GetSessionHandleV2.create(Scope scope,
Operand<T> value)
Factory method to create a class to wrap a new GetSessionHandleV2 operation to the graph.
|
static <T> Log<T> |
Log.create(Scope scope,
Operand<T> x)
Factory method to create a class to wrap a new Log operation to the graph.
|
static <T> Neg<T> |
Neg.create(Scope scope,
Operand<T> x)
Factory method to create a class to wrap a new Neg operation to the graph.
|
static <T> DeepCopy<T> |
DeepCopy.create(Scope scope,
Operand<T> x)
Factory method to create a class to wrap a new DeepCopy operation to the graph.
|
static <T> BatchMatrixDeterminant<T> |
BatchMatrixDeterminant.create(Scope scope,
Operand<T> input)
Factory method to create a class to wrap a new BatchMatrixDeterminant operation to the graph.
|
static <T> Exit<T> |
Exit.create(Scope scope,
Operand<T> data)
Factory method to create a class to wrap a new Exit operation to the graph.
|
static <T> RefMerge<T> |
RefMerge.create(Scope scope,
Operand<T> inputs)
Factory method to create a class to wrap a new RefMerge operation to the graph.
|
static <T> GetSessionHandle |
GetSessionHandle.create(Scope scope,
Operand<T> value)
Factory method to create a class to wrap a new GetSessionHandle operation to the graph.
|
static <T> RefNextIteration<T> |
RefNextIteration.create(Scope scope,
Operand<T> data)
Factory method to create a class to wrap a new RefNextIteration operation to the graph.
|
static <T> Cholesky<T> |
Cholesky.create(Scope scope,
Operand<T> input)
Factory method to create a class to wrap a new Cholesky operation to the graph.
|
static <T> Sign<T> |
Sign.create(Scope scope,
Operand<T> x)
Factory method to create a class to wrap a new Sign operation to the graph.
|
static <T> RefExit<T> |
RefExit.create(Scope scope,
Operand<T> data)
Factory method to create a class to wrap a new RefExit operation to the graph.
|
static <T> Tan<T> |
Tan.create(Scope scope,
Operand<T> x)
Factory method to create a class to wrap a new Tan operation to the graph.
|
static <T> Atan<T> |
Atan.create(Scope scope,
Operand<T> x)
Factory method to create a class to wrap a new Atan operation to the graph.
|
static <T> RefIdentity<T> |
RefIdentity.create(Scope scope,
Operand<T> input)
Factory method to create a class to wrap a new RefIdentity operation to the graph.
|
static <T> IFFT2D<T> |
IFFT2D.create(Scope scope,
Operand<T> input)
Factory method to create a class to wrap a new IFFT2D operation to the graph.
|
static <T> Snapshot<T> |
Snapshot.create(Scope scope,
Operand<T> input)
Factory method to create a class to wrap a new Snapshot operation to the graph.
|
static <T> DebugGradientRefIdentity<T> |
DebugGradientRefIdentity.create(Scope scope,
Operand<T> input)
Factory method to create a class to wrap a new DebugGradientRefIdentity operation to the graph.
|
static <T> ZerosLike<T> |
ZerosLike.create(Scope scope,
Operand<T> x)
Factory method to create a class to wrap a new ZerosLike operation to the graph.
|
static <T> IFFT3D<T> |
IFFT3D.create(Scope scope,
Operand<T> input)
Factory method to create a class to wrap a new IFFT3D operation to the graph.
|
static <T> Reciprocal<T> |
Reciprocal.create(Scope scope,
Operand<T> x)
Factory method to create a class to wrap a new Reciprocal operation to the graph.
|
static <T> Acosh<T> |
Acosh.create(Scope scope,
Operand<T> x)
Factory method to create a class to wrap a new Acosh operation to the graph.
|
static <T> Relu<T> |
Relu.create(Scope scope,
Operand<T> features)
Factory method to create a class to wrap a new Relu operation to the graph.
|
static <T> Conj<T> |
Conj.create(Scope scope,
Operand<T> input)
Factory method to create a class to wrap a new Conj operation to the graph.
|
static <T> Cos<T> |
Cos.create(Scope scope,
Operand<T> x)
Factory method to create a class to wrap a new Cos operation to the graph.
|
static <T> Expm1<T> |
Expm1.create(Scope scope,
Operand<T> x)
Factory method to create a class to wrap a new Expm1 operation to the graph.
|
static <T> FFT<T> |
FFT.create(Scope scope,
Operand<T> input)
Factory method to create a class to wrap a new FFT operation to the graph.
|
static <T> Atanh<T> |
Atanh.create(Scope scope,
Operand<T> x)
Factory method to create a class to wrap a new Atanh operation to the graph.
|
static <T> Angle<Float> |
Angle.create(Scope scope,
Operand<T> input)
Factory method to create a class to wrap a new Angle operation to the graph, using default output types.
|
static <T> Negate<T> |
Negate.create(Scope scope,
Operand<T> x)
Factory method to create a class to wrap a new Negate operation to the graph.
|
static <T> Round<T> |
Round.create(Scope scope,
Operand<T> x)
Factory method to create a class to wrap a new Round operation to the graph.
|
static <T> Square<T> |
Square.create(Scope scope,
Operand<T> x)
Factory method to create a class to wrap a new Square operation to the graph.
|
static <T> Shape<Integer> |
Shape.create(Scope scope,
Operand<T> input)
Factory method to create a class to wrap a new Shape operation to the graph, using default output types.
|
static <T> MatrixLogarithm<T> |
MatrixLogarithm.create(Scope scope,
Operand<T> input)
Factory method to create a class to wrap a new MatrixLogarithm operation to the graph.
|
static <T> MatrixDiagPart<T> |
MatrixDiagPart.create(Scope scope,
Operand<T> input)
Factory method to create a class to wrap a new MatrixDiagPart operation to the graph.
|
static <T> GuaranteeConst<T> |
GuaranteeConst.create(Scope scope,
Operand<T> input)
Factory method to create a class to wrap a new GuaranteeConst operation to the graph.
|
static <T> IsVariableInitialized |
IsVariableInitialized.create(Scope scope,
Operand<T> ref)
Factory method to create a class to wrap a new IsVariableInitialized operation to the graph.
|
static <T> Diag<T> |
Diag.create(Scope scope,
Operand<T> diagonal)
Factory method to create a class to wrap a new Diag operation to the graph.
|
static <T> Sin<T> |
Sin.create(Scope scope,
Operand<T> x)
Factory method to create a class to wrap a new Sin operation to the graph.
|
static <T> Asin<T> |
Asin.create(Scope scope,
Operand<T> x)
Factory method to create a class to wrap a new Asin operation to the graph.
|
static <T> ShapeN<Integer> |
ShapeN.create(Scope scope,
Operand<T> input)
Factory method to create a class to wrap a new ShapeN operation to the graph, using default output types.
|
static <T> UniqueWithCounts<T,Integer> |
UniqueWithCounts.create(Scope scope,
Operand<T> x)
Factory method to create a class to wrap a new UniqueWithCounts operation to the graph, using default output types.
|
static <T> Sigmoid<T> |
Sigmoid.create(Scope scope,
Operand<T> x)
Factory method to create a class to wrap a new Sigmoid operation to the graph.
|
static <T> Real<Float> |
Real.create(Scope scope,
Operand<T> input)
Factory method to create a class to wrap a new Real operation to the graph, using default output types.
|
static <T> Cosh<T> |
Cosh.create(Scope scope,
Operand<T> x)
Factory method to create a class to wrap a new Cosh operation to the graph.
|
static <T> MatrixDiag<T> |
MatrixDiag.create(Scope scope,
Operand<T> diagonal)
Factory method to create a class to wrap a new MatrixDiag operation to the graph.
|
static <T> DiagPart<T> |
DiagPart.create(Scope scope,
Operand<T> input)
Factory method to create a class to wrap a new DiagPart operation to the graph.
|
static <T> Tanh<T> |
Tanh.create(Scope scope,
Operand<T> x)
Factory method to create a class to wrap a new Tanh operation to the graph.
|
static <T> Acos<T> |
Acos.create(Scope scope,
Operand<T> x)
Factory method to create a class to wrap a new Acos operation to the graph.
|
static <T> Rank |
Rank.create(Scope scope,
Operand<T> input)
Factory method to create a class to wrap a new Rank operation to the graph.
|
static <T> BatchMatrixDiagPart<T> |
BatchMatrixDiagPart.create(Scope scope,
Operand<T> input)
Factory method to create a class to wrap a new BatchMatrixDiagPart operation to the graph.
|
static <T> FFT3D<T> |
FFT3D.create(Scope scope,
Operand<T> input)
Factory method to create a class to wrap a new FFT3D operation to the graph.
|
static <T> BatchMatrixDiag<T> |
BatchMatrixDiag.create(Scope scope,
Operand<T> diagonal)
Factory method to create a class to wrap a new BatchMatrixDiag operation to the graph.
|
static <T> NextIteration<T> |
NextIteration.create(Scope scope,
Operand<T> data)
Factory method to create a class to wrap a new NextIteration operation to the graph.
|
static <T> Where |
Where.create(Scope scope,
Operand<T> condition)
Factory method to create a class to wrap a new Where operation to the graph.
|
static <T> Unique<T,Integer> |
Unique.create(Scope scope,
Operand<T> x)
Factory method to create a class to wrap a new Unique operation to the graph, using default output types.
|
static <T> Log1p<T> |
Log1p.create(Scope scope,
Operand<T> x)
Factory method to create a class to wrap a new Log1p operation to the graph.
|
static <T> Rsqrt<T> |
Rsqrt.create(Scope scope,
Operand<T> x)
Factory method to create a class to wrap a new Rsqrt operation to the graph.
|
static <T> Size<Integer> |
Size.create(Scope scope,
Operand<T> input)
Factory method to create a class to wrap a new Size operation to the graph, using default output types.
|
static <T> Inv<T> |
Inv.create(Scope scope,
Operand<T> x)
Factory method to create a class to wrap a new Inv operation to the graph.
|
static <T> Asinh<T> |
Asinh.create(Scope scope,
Operand<T> x)
Factory method to create a class to wrap a new Asinh operation to the graph.
|
static <T> MatrixDeterminant<T> |
MatrixDeterminant.create(Scope scope,
Operand<T> input)
Factory method to create a class to wrap a new MatrixDeterminant operation to the graph.
|
static <T> OnesLike<T> |
OnesLike.create(Scope scope,
Operand<T> x)
Factory method to create a class to wrap a new OnesLike operation to the graph.
|
static <T> LogMatrixDeterminant<T> |
LogMatrixDeterminant.create(Scope scope,
Operand<T> input)
Factory method to create a class to wrap a new LogMatrixDeterminant operation to the graph.
|
static <T> Exp<T> |
Exp.create(Scope scope,
Operand<T> x)
Factory method to create a class to wrap a new Exp operation to the graph.
|
static <T> ComplexAbs<Float> |
ComplexAbs.create(Scope scope,
Operand<T> x)
Factory method to create a class to wrap a new ComplexAbs operation to the graph, using default output types.
|
static <T> AddN<T> |
AddN.create(Scope scope,
Operand<T> inputs)
Factory method to create a class to wrap a new AddN operation to the graph.
|
static <T> IFFT<T> |
IFFT.create(Scope scope,
Operand<T> input)
Factory method to create a class to wrap a new IFFT operation to the graph.
|
static <T extends Number> |
Softplus.create(Scope scope,
Operand<T> features)
Factory method to create a class to wrap a new Softplus operation to the graph.
|
static <T extends Number> |
Softsign.create(Scope scope,
Operand<T> features)
Factory method to create a class to wrap a new Softsign operation to the graph.
|
static <T extends Number> |
Floor.create(Scope scope,
Operand<T> x)
Factory method to create a class to wrap a new Floor operation to the graph.
|
static <T extends Number> |
Abs.create(Scope scope,
Operand<T> x)
Factory method to create a class to wrap a new Abs operation to the graph.
|
static <T extends Number> |
IsFinite.create(Scope scope,
Operand<T> x)
Factory method to create a class to wrap a new IsFinite operation to the graph.
|
static <T extends Number> |
Erf.create(Scope scope,
Operand<T> x)
Factory method to create a class to wrap a new Erf operation to the graph.
|
static <T extends Number> |
Lgamma.create(Scope scope,
Operand<T> x)
Factory method to create a class to wrap a new Lgamma operation to the graph.
|
static <T extends Number> |
PopulationCount.create(Scope scope,
Operand<T> x)
Factory method to create a class to wrap a new PopulationCount operation to the graph.
|
static <T extends Number> |
InvertPermutation.create(Scope scope,
Operand<T> x)
Factory method to create a class to wrap a new InvertPermutation operation to the graph.
|
static <T extends Number> |
LogSoftmax.create(Scope scope,
Operand<T> logits)
Factory method to create a class to wrap a new LogSoftmax operation to the graph.
|
static <T extends Number> |
IsNan.create(Scope scope,
Operand<T> x)
Factory method to create a class to wrap a new IsNan operation to the graph.
|
static <T extends Number> |
Elu.create(Scope scope,
Operand<T> features)
Factory method to create a class to wrap a new Elu operation to the graph.
|
static <T extends Number> |
BatchSelfAdjointEig.create(Scope scope,
Operand<T> input)
Factory method to create a class to wrap a new BatchSelfAdjointEig operation to the graph.
|
static <T extends Number> |
RGBToHSV.create(Scope scope,
Operand<T> images)
Factory method to create a class to wrap a new RGBToHSV operation to the graph.
|
static <T extends Number> |
Softmax.create(Scope scope,
Operand<T> logits)
Factory method to create a class to wrap a new Softmax operation to the graph.
|
static <T extends Number> |
BatchCholesky.create(Scope scope,
Operand<T> input)
Factory method to create a class to wrap a new BatchCholesky operation to the graph.
|
static <T extends Number> |
BesselI1e.create(Scope scope,
Operand<T> x)
Factory method to create a class to wrap a new BesselI1e operation to the graph.
|
static <T extends Number> |
Relu6.create(Scope scope,
Operand<T> features)
Factory method to create a class to wrap a new Relu6 operation to the graph.
|
static <T extends Number> |
Digamma.create(Scope scope,
Operand<T> x)
Factory method to create a class to wrap a new Digamma operation to the graph.
|
static <T extends Number> |
Rint.create(Scope scope,
Operand<T> x)
Factory method to create a class to wrap a new Rint operation to the graph.
|
static <T extends Number> |
IsInf.create(Scope scope,
Operand<T> x)
Factory method to create a class to wrap a new IsInf operation to the graph.
|
static <T extends Number> |
Invert.create(Scope scope,
Operand<T> x)
Factory method to create a class to wrap a new Invert operation to the graph.
|
static <T extends Number> |
Selu.create(Scope scope,
Operand<T> features)
Factory method to create a class to wrap a new Selu operation to the graph.
|
static <T extends Number> |
BesselI0e.create(Scope scope,
Operand<T> x)
Factory method to create a class to wrap a new BesselI0e operation to the graph.
|
static <T extends Number> |
Erfc.create(Scope scope,
Operand<T> x)
Factory method to create a class to wrap a new Erfc operation to the graph.
|
static <T extends Number> |
Ceil.create(Scope scope,
Operand<T> x)
Factory method to create a class to wrap a new Ceil operation to the graph.
|
static <T extends Number> |
HSVToRGB.create(Scope scope,
Operand<T> images)
Factory method to create a class to wrap a new HSVToRGB operation to the graph.
|
static <T extends Number> |
L2Loss.create(Scope scope,
Operand<T> t)
Factory method to create a class to wrap a new L2Loss operation to the graph.
|
static <T> AsString |
AsString.create(Scope scope,
Operand<T> input,
AsString.Options... options)
Factory method to create a class to wrap a new AsString operation to the graph.
|
static <T extends Number> |
BatchMatrixInverse.create(Scope scope,
Operand<T> input,
BatchMatrixInverse.Options... options)
Factory method to create a class to wrap a new BatchMatrixInverse operation to the graph.
|
static <T extends Number> |
BatchSelfAdjointEigV2.create(Scope scope,
Operand<T> input,
BatchSelfAdjointEigV2.Options... options)
Factory method to create a class to wrap a new BatchSelfAdjointEigV2 operation to the graph.
|
static <T> BatchSvd<T> |
BatchSvd.create(Scope scope,
Operand<T> input,
BatchSvd.Options... options)
Factory method to create a class to wrap a new BatchSvd operation to the graph.
|
static <T> BiasAddGrad<T> |
BiasAddGrad.create(Scope scope,
Operand<T> outBackprop,
BiasAddGrad.Options... options)
Factory method to create a class to wrap a new BiasAddGrad operation to the graph.
|
static <T extends Number,U> |
EmptyTensorList.create(Scope scope,
Operand<T> elementShape,
Class<U> elementDtype)
Factory method to create a class to wrap a new EmptyTensorList operation to the graph.
|
static <T,U extends Number> |
UniqueWithCounts.create(Scope scope,
Operand<T> x,
Class<U> outIdx)
Factory method to create a class to wrap a new UniqueWithCounts operation to the graph.
|
static <T,U extends Number> |
Unique.create(Scope scope,
Operand<T> x,
Class<U> outIdx)
Factory method to create a class to wrap a new Unique operation to the graph.
|
static <U extends Number,T> |
Imag.create(Scope scope,
Operand<T> input,
Class<U> Tout)
Factory method to create a class to wrap a new Imag operation to the graph.
|
static <U extends Number,T> |
Angle.create(Scope scope,
Operand<T> input,
Class<U> Tout)
Factory method to create a class to wrap a new Angle operation to the graph.
|
static <U extends Number,T> |
Shape.create(Scope scope,
Operand<T> input,
Class<U> outType)
Factory method to create a class to wrap a new Shape operation to the graph.
|
static <U extends Number,T> |
ShapeN.create(Scope scope,
Operand<T> input,
Class<U> outType)
Factory method to create a class to wrap a new ShapeN operation to the graph.
|
static <U extends Number,T> |
Real.create(Scope scope,
Operand<T> input,
Class<U> Tout)
Factory method to create a class to wrap a new Real operation to the graph.
|
static <U extends Number,T> |
Size.create(Scope scope,
Operand<T> input,
Class<U> outType)
Factory method to create a class to wrap a new Size operation to the graph.
|
static <U extends Number,T> |
ComplexAbs.create(Scope scope,
Operand<T> x,
Class<U> Tout)
Factory method to create a class to wrap a new ComplexAbs operation to the graph.
|
static <U,T> DeserializeSparse<U> |
DeserializeSparse.create(Scope scope,
Operand<T> serializedSparse,
Class<U> dtype)
Factory method to create a class to wrap a new DeserializeSparse operation to the graph.
|
static <U,T> Bitcast<U> |
Bitcast.create(Scope scope,
Operand<T> input,
Class<U> type)
Factory method to create a class to wrap a new Bitcast operation to the graph.
|
static <U,T> Cast<U> |
Cast.create(Scope scope,
Operand<T> x,
Class<U> DstT,
Cast.Options... options)
Factory method to create a class to wrap a new Cast operation to the graph.
|
static <T,U> MutableDenseHashTable |
MutableDenseHashTable.create(Scope scope,
Operand<T> emptyKey,
Class<U> valueDtype,
MutableDenseHashTable.Options... options)
Factory method to create a class to wrap a new MutableDenseHashTable operation to the graph.
|
static <U extends Number,T extends Number> |
RandomNormal.create(Scope scope,
Operand<T> shape,
Class<U> dtype,
RandomNormal.Options... options)
Factory method to create a class to wrap a new RandomNormal operation to the graph.
|
static <U extends Number,T extends Number> |
RandomUniform.create(Scope scope,
Operand<T> shape,
Class<U> dtype,
RandomUniform.Options... options)
Factory method to create a class to wrap a new RandomUniform operation to the graph.
|
static <U extends Number,T extends Number> |
TruncatedNormal.create(Scope scope,
Operand<T> shape,
Class<U> dtype,
TruncatedNormal.Options... options)
Factory method to create a class to wrap a new TruncatedNormal operation to the graph.
|
static <T extends Number> |
DataFormatDimMap.create(Scope scope,
Operand<T> x,
DataFormatDimMap.Options... options)
Factory method to create a class to wrap a new DataFormatDimMap operation to the graph.
|
static <T extends Number> |
DataFormatVecPermute.create(Scope scope,
Operand<T> x,
DataFormatVecPermute.Options... options)
Factory method to create a class to wrap a new DataFormatVecPermute operation to the graph.
|
static <T extends Number> |
EncodePng.create(Scope scope,
Operand<T> image,
EncodePng.Options... options)
Factory method to create a class to wrap a new EncodePng operation to the graph.
|
static <T> Print<T> |
Print.create(Scope scope,
Operand<T> input,
Iterable<Operand<?>> data,
Print.Options... options)
Factory method to create a class to wrap a new Print operation to the graph.
|
static <T extends Number> |
Bucketize.create(Scope scope,
Operand<T> input,
List<Float> boundaries)
Factory method to create a class to wrap a new Bucketize operation to the graph.
|
static <T extends Number> |
FractionalAvgPool.create(Scope scope,
Operand<T> value,
List<Float> poolingRatio,
FractionalAvgPool.Options... options)
Factory method to create a class to wrap a new FractionalAvgPool operation to the graph.
|
static <T extends Number> |
FractionalMaxPool.create(Scope scope,
Operand<T> value,
List<Float> poolingRatio,
FractionalMaxPool.Options... options)
Factory method to create a class to wrap a new FractionalMaxPool operation to the graph.
|
static <T extends Number,U extends Number> |
MaxPoolWithArgmax.create(Scope scope,
Operand<T> input,
List<Long> ksize,
List<Long> strides,
Class<U> Targmax,
String padding)
Factory method to create a class to wrap a new MaxPoolWithArgmax operation to the graph.
|
static <T extends Number> |
ExtractImagePatches.create(Scope scope,
Operand<T> images,
List<Long> ksizes,
List<Long> strides,
List<Long> rates,
String padding)
Factory method to create a class to wrap a new ExtractImagePatches operation to the graph.
|
static <T extends Number> |
MaxPoolWithArgmax.create(Scope scope,
Operand<T> input,
List<Long> ksize,
List<Long> strides,
String padding)
Factory method to create a class to wrap a new MaxPoolWithArgmax operation to the graph, using default output types.
|
static <T extends Number> |
ExtractVolumePatches.create(Scope scope,
Operand<T> input,
List<Long> ksizes,
List<Long> strides,
String padding)
Factory method to create a class to wrap a new ExtractVolumePatches operation to the graph.
|
static <T extends Number> |
AvgPool.create(Scope scope,
Operand<T> value,
List<Long> ksize,
List<Long> strides,
String padding,
AvgPool.Options... options)
Factory method to create a class to wrap a new AvgPool operation to the graph.
|
static <T extends Number> |
AvgPool3D.create(Scope scope,
Operand<T> input,
List<Long> ksize,
List<Long> strides,
String padding,
AvgPool3D.Options... options)
Factory method to create a class to wrap a new AvgPool3D operation to the graph.
|
static <T> MaxPool<T> |
MaxPool.create(Scope scope,
Operand<T> input,
List<Long> ksize,
List<Long> strides,
String padding,
MaxPool.Options... options)
Factory method to create a class to wrap a new MaxPool operation to the graph.
|
static <T extends Number> |
MaxPool3D.create(Scope scope,
Operand<T> input,
List<Long> ksize,
List<Long> strides,
String padding,
MaxPool3D.Options... options)
Factory method to create a class to wrap a new MaxPool3D operation to the graph.
|
static <T extends Number> |
CountUpTo.create(Scope scope,
Operand<T> ref,
Long limit)
Factory method to create a class to wrap a new CountUpTo operation to the graph.
|
static <T> DepthToSpace<T> |
DepthToSpace.create(Scope scope,
Operand<T> input,
Long blockSize,
DepthToSpace.Options... options)
Factory method to create a class to wrap a new DepthToSpace operation to the graph.
|
static <T extends Number> |
CollectiveBcastSend.create(Scope scope,
Operand<T> input,
Long groupSize,
Long groupKey,
Long instanceKey,
Shape shape)
Factory method to create a class to wrap a new CollectiveBcastSend operation to the graph.
|
static <T extends Number> |
CollectiveReduce.create(Scope scope,
Operand<T> input,
Long groupSize,
Long groupKey,
Long instanceKey,
String mergeOp,
String finalOp,
List<Long> subdivOffsets)
Factory method to create a class to wrap a new CollectiveReduce operation to the graph.
|
static <T> SpaceToDepth<T> |
SpaceToDepth.create(Scope scope,
Operand<T> input,
Long blockSize,
SpaceToDepth.Options... options)
Factory method to create a class to wrap a new SpaceToDepth operation to the graph.
|
static <T> Unstack<T> |
Unstack.create(Scope scope,
Operand<T> value,
Long num,
Unstack.Options... options)
Factory method to create a class to wrap a new Unstack operation to the graph.
|
static <T extends Number> |
LRN.create(Scope scope,
Operand<T> input,
LRN.Options... options)
Factory method to create a class to wrap a new LRN operation to the graph.
|
static <T> MatrixInverse<T> |
MatrixInverse.create(Scope scope,
Operand<T> input,
MatrixInverse.Options... options)
Factory method to create a class to wrap a new MatrixInverse operation to the graph.
|
static <T> RefSwitch<T> |
RefSwitch.create(Scope scope,
Operand<T> data,
Operand<Boolean> pred)
Factory method to create a class to wrap a new RefSwitch operation to the graph.
|
static <T> RefSwitch<T> |
RefSwitch.create(Scope scope,
Operand<T> data,
Operand<Boolean> pred)
Factory method to create a class to wrap a new RefSwitch operation to the graph.
|
static <T> Switch<T> |
Switch.create(Scope scope,
Operand<T> data,
Operand<Boolean> pred)
Factory method to create a class to wrap a new Switch operation to the graph.
|
static <T> Switch<T> |
Switch.create(Scope scope,
Operand<T> data,
Operand<Boolean> pred)
Factory method to create a class to wrap a new Switch operation to the graph.
|
static <T extends Number> |
DrawBoundingBoxes.create(Scope scope,
Operand<T> images,
Operand<Float> boxes)
Factory method to create a class to wrap a new DrawBoundingBoxes operation to the graph.
|
static <T extends Number> |
DrawBoundingBoxes.create(Scope scope,
Operand<T> images,
Operand<Float> boxes)
Factory method to create a class to wrap a new DrawBoundingBoxes operation to the graph.
|
static <T> RequantizationRange |
RequantizationRange.create(Scope scope,
Operand<T> input,
Operand<Float> inputMin,
Operand<Float> inputMax)
Factory method to create a class to wrap a new RequantizationRange operation to the graph.
|
static <T> RequantizationRange |
RequantizationRange.create(Scope scope,
Operand<T> input,
Operand<Float> inputMin,
Operand<Float> inputMax)
Factory method to create a class to wrap a new RequantizationRange operation to the graph.
|
static <T> RequantizationRange |
RequantizationRange.create(Scope scope,
Operand<T> input,
Operand<Float> inputMin,
Operand<Float> inputMax)
Factory method to create a class to wrap a new RequantizationRange operation to the graph.
|
static <U,T> QuantizeDownAndShrinkRange<U> |
QuantizeDownAndShrinkRange.create(Scope scope,
Operand<T> input,
Operand<Float> inputMin,
Operand<Float> inputMax,
Class<U> outType)
Factory method to create a class to wrap a new QuantizeDownAndShrinkRange operation to the graph.
|
static <U,T> QuantizeDownAndShrinkRange<U> |
QuantizeDownAndShrinkRange.create(Scope scope,
Operand<T> input,
Operand<Float> inputMin,
Operand<Float> inputMax,
Class<U> outType)
Factory method to create a class to wrap a new QuantizeDownAndShrinkRange operation to the graph.
|
static <U,T> QuantizeDownAndShrinkRange<U> |
QuantizeDownAndShrinkRange.create(Scope scope,
Operand<T> input,
Operand<Float> inputMin,
Operand<Float> inputMax,
Class<U> outType)
Factory method to create a class to wrap a new QuantizeDownAndShrinkRange operation to the graph.
|
static <U,T> QuantizedRelu<U> |
QuantizedRelu.create(Scope scope,
Operand<T> features,
Operand<Float> minFeatures,
Operand<Float> maxFeatures,
Class<U> outType)
Factory method to create a class to wrap a new QuantizedRelu operation to the graph.
|
static <U,T> QuantizedRelu<U> |
QuantizedRelu.create(Scope scope,
Operand<T> features,
Operand<Float> minFeatures,
Operand<Float> maxFeatures,
Class<U> outType)
Factory method to create a class to wrap a new QuantizedRelu operation to the graph.
|
static <U,T> QuantizedRelu<U> |
QuantizedRelu.create(Scope scope,
Operand<T> features,
Operand<Float> minFeatures,
Operand<Float> maxFeatures,
Class<U> outType)
Factory method to create a class to wrap a new QuantizedRelu operation to the graph.
|
static <U,T> QuantizedRelu6<U> |
QuantizedRelu6.create(Scope scope,
Operand<T> features,
Operand<Float> minFeatures,
Operand<Float> maxFeatures,
Class<U> outType)
Factory method to create a class to wrap a new QuantizedRelu6 operation to the graph.
|
static <U,T> QuantizedRelu6<U> |
QuantizedRelu6.create(Scope scope,
Operand<T> features,
Operand<Float> minFeatures,
Operand<Float> maxFeatures,
Class<U> outType)
Factory method to create a class to wrap a new QuantizedRelu6 operation to the graph.
|
static <U,T> QuantizedRelu6<U> |
QuantizedRelu6.create(Scope scope,
Operand<T> features,
Operand<Float> minFeatures,
Operand<Float> maxFeatures,
Class<U> outType)
Factory method to create a class to wrap a new QuantizedRelu6 operation to the graph.
|
static <T> Dequantize |
Dequantize.create(Scope scope,
Operand<T> input,
Operand<Float> minRange,
Operand<Float> maxRange,
Dequantize.Options... options)
Factory method to create a class to wrap a new Dequantize operation to the graph.
|
static <T> Dequantize |
Dequantize.create(Scope scope,
Operand<T> input,
Operand<Float> minRange,
Operand<Float> maxRange,
Dequantize.Options... options)
Factory method to create a class to wrap a new Dequantize operation to the graph.
|
static <T> Dequantize |
Dequantize.create(Scope scope,
Operand<T> input,
Operand<Float> minRange,
Operand<Float> maxRange,
Dequantize.Options... options)
Factory method to create a class to wrap a new Dequantize operation to the graph.
|
static <T> QuantizedMaxPool<T> |
QuantizedMaxPool.create(Scope scope,
Operand<T> input,
Operand<Float> minInput,
Operand<Float> maxInput,
List<Long> ksize,
List<Long> strides,
String padding)
Factory method to create a class to wrap a new QuantizedMaxPool operation to the graph.
|
static <T> QuantizedMaxPool<T> |
QuantizedMaxPool.create(Scope scope,
Operand<T> input,
Operand<Float> minInput,
Operand<Float> maxInput,
List<Long> ksize,
List<Long> strides,
String padding)
Factory method to create a class to wrap a new QuantizedMaxPool operation to the graph.
|
static <T> QuantizedMaxPool<T> |
QuantizedMaxPool.create(Scope scope,
Operand<T> input,
Operand<Float> minInput,
Operand<Float> maxInput,
List<Long> ksize,
List<Long> strides,
String padding)
Factory method to create a class to wrap a new QuantizedMaxPool operation to the graph.
|
static <T> QuantizedAvgPool<T> |
QuantizedAvgPool.create(Scope scope,
Operand<T> input,
Operand<Float> minInput,
Operand<Float> maxInput,
List<Long> ksize,
List<Long> strides,
String padding)
Factory method to create a class to wrap a new QuantizedAvgPool operation to the graph.
|
static <T> QuantizedAvgPool<T> |
QuantizedAvgPool.create(Scope scope,
Operand<T> input,
Operand<Float> minInput,
Operand<Float> maxInput,
List<Long> ksize,
List<Long> strides,
String padding)
Factory method to create a class to wrap a new QuantizedAvgPool operation to the graph.
|
static <T> QuantizedAvgPool<T> |
QuantizedAvgPool.create(Scope scope,
Operand<T> input,
Operand<Float> minInput,
Operand<Float> maxInput,
List<Long> ksize,
List<Long> strides,
String padding)
Factory method to create a class to wrap a new QuantizedAvgPool operation to the graph.
|
static <U,T> QuantizedReluX<U> |
QuantizedReluX.create(Scope scope,
Operand<T> features,
Operand<Float> maxValue,
Operand<Float> minFeatures,
Operand<Float> maxFeatures,
Class<U> outType)
Factory method to create a class to wrap a new QuantizedReluX operation to the graph.
|
static <U,T> QuantizedReluX<U> |
QuantizedReluX.create(Scope scope,
Operand<T> features,
Operand<Float> maxValue,
Operand<Float> minFeatures,
Operand<Float> maxFeatures,
Class<U> outType)
Factory method to create a class to wrap a new QuantizedReluX operation to the graph.
|
static <U,T> QuantizedReluX<U> |
QuantizedReluX.create(Scope scope,
Operand<T> features,
Operand<Float> maxValue,
Operand<Float> minFeatures,
Operand<Float> maxFeatures,
Class<U> outType)
Factory method to create a class to wrap a new QuantizedReluX operation to the graph.
|
static <U,T> QuantizedReluX<U> |
QuantizedReluX.create(Scope scope,
Operand<T> features,
Operand<Float> maxValue,
Operand<Float> minFeatures,
Operand<Float> maxFeatures,
Class<U> outType)
Factory method to create a class to wrap a new QuantizedReluX operation to the graph.
|
static <U,T> Requantize<U> |
Requantize.create(Scope scope,
Operand<T> input,
Operand<Float> inputMin,
Operand<Float> inputMax,
Operand<Float> requestedOutputMin,
Operand<Float> requestedOutputMax,
Class<U> outType)
Factory method to create a class to wrap a new Requantize operation to the graph.
|
static <U,T> Requantize<U> |
Requantize.create(Scope scope,
Operand<T> input,
Operand<Float> inputMin,
Operand<Float> inputMax,
Operand<Float> requestedOutputMin,
Operand<Float> requestedOutputMax,
Class<U> outType)
Factory method to create a class to wrap a new Requantize operation to the graph.
|
static <U,T> Requantize<U> |
Requantize.create(Scope scope,
Operand<T> input,
Operand<Float> inputMin,
Operand<Float> inputMax,
Operand<Float> requestedOutputMin,
Operand<Float> requestedOutputMax,
Class<U> outType)
Factory method to create a class to wrap a new Requantize operation to the graph.
|
static <U,T> Requantize<U> |
Requantize.create(Scope scope,
Operand<T> input,
Operand<Float> inputMin,
Operand<Float> inputMax,
Operand<Float> requestedOutputMin,
Operand<Float> requestedOutputMax,
Class<U> outType)
Factory method to create a class to wrap a new Requantize operation to the graph.
|
static <U,T> Requantize<U> |
Requantize.create(Scope scope,
Operand<T> input,
Operand<Float> inputMin,
Operand<Float> inputMax,
Operand<Float> requestedOutputMin,
Operand<Float> requestedOutputMax,
Class<U> outType)
Factory method to create a class to wrap a new Requantize operation to the graph.
|
static <U,T> QuantizedBatchNormWithGlobalNormalization<U> |
QuantizedBatchNormWithGlobalNormalization.create(Scope scope,
Operand<T> t,
Operand<Float> tMin,
Operand<Float> tMax,
Operand<T> m,
Operand<Float> mMin,
Operand<Float> mMax,
Operand<T> v,
Operand<Float> vMin,
Operand<Float> vMax,
Operand<T> beta,
Operand<Float> betaMin,
Operand<Float> betaMax,
Operand<T> gamma,
Operand<Float> gammaMin,
Operand<Float> gammaMax,
Class<U> outType,
Float varianceEpsilon,
Boolean scaleAfterNormalization)
Factory method to create a class to wrap a new QuantizedBatchNormWithGlobalNormalization operation to the graph.
|
static <U,T> QuantizedBatchNormWithGlobalNormalization<U> |
QuantizedBatchNormWithGlobalNormalization.create(Scope scope,
Operand<T> t,
Operand<Float> tMin,
Operand<Float> tMax,
Operand<T> m,
Operand<Float> mMin,
Operand<Float> mMax,
Operand<T> v,
Operand<Float> vMin,
Operand<Float> vMax,
Operand<T> beta,
Operand<Float> betaMin,
Operand<Float> betaMax,
Operand<T> gamma,
Operand<Float> gammaMin,
Operand<Float> gammaMax,
Class<U> outType,
Float varianceEpsilon,
Boolean scaleAfterNormalization)
Factory method to create a class to wrap a new QuantizedBatchNormWithGlobalNormalization operation to the graph.
|
static <U,T> QuantizedBatchNormWithGlobalNormalization<U> |
QuantizedBatchNormWithGlobalNormalization.create(Scope scope,
Operand<T> t,
Operand<Float> tMin,
Operand<Float> tMax,
Operand<T> m,
Operand<Float> mMin,
Operand<Float> mMax,
Operand<T> v,
Operand<Float> vMin,
Operand<Float> vMax,
Operand<T> beta,
Operand<Float> betaMin,
Operand<Float> betaMax,
Operand<T> gamma,
Operand<Float> gammaMin,
Operand<Float> gammaMax,
Class<U> outType,
Float varianceEpsilon,
Boolean scaleAfterNormalization)
Factory method to create a class to wrap a new QuantizedBatchNormWithGlobalNormalization operation to the graph.
|
static <U,T> QuantizedBatchNormWithGlobalNormalization<U> |
QuantizedBatchNormWithGlobalNormalization.create(Scope scope,
Operand<T> t,
Operand<Float> tMin,
Operand<Float> tMax,
Operand<T> m,
Operand<Float> mMin,
Operand<Float> mMax,
Operand<T> v,
Operand<Float> vMin,
Operand<Float> vMax,
Operand<T> beta,
Operand<Float> betaMin,
Operand<Float> betaMax,
Operand<T> gamma,
Operand<Float> gammaMin,
Operand<Float> gammaMax,
Class<U> outType,
Float varianceEpsilon,
Boolean scaleAfterNormalization)
Factory method to create a class to wrap a new QuantizedBatchNormWithGlobalNormalization operation to the graph.
|
static <U,T> QuantizedBatchNormWithGlobalNormalization<U> |
QuantizedBatchNormWithGlobalNormalization.create(Scope scope,
Operand<T> t,
Operand<Float> tMin,
Operand<Float> tMax,
Operand<T> m,
Operand<Float> mMin,
Operand<Float> mMax,
Operand<T> v,
Operand<Float> vMin,
Operand<Float> vMax,
Operand<T> beta,
Operand<Float> betaMin,
Operand<Float> betaMax,
Operand<T> gamma,
Operand<Float> gammaMin,
Operand<Float> gammaMax,
Class<U> outType,
Float varianceEpsilon,
Boolean scaleAfterNormalization)
Factory method to create a class to wrap a new QuantizedBatchNormWithGlobalNormalization operation to the graph.
|
static <U,T> QuantizedBatchNormWithGlobalNormalization<U> |
QuantizedBatchNormWithGlobalNormalization.create(Scope scope,
Operand<T> t,
Operand<Float> tMin,
Operand<Float> tMax,
Operand<T> m,
Operand<Float> mMin,
Operand<Float> mMax,
Operand<T> v,
Operand<Float> vMin,
Operand<Float> vMax,
Operand<T> beta,
Operand<Float> betaMin,
Operand<Float> betaMax,
Operand<T> gamma,
Operand<Float> gammaMin,
Operand<Float> gammaMax,
Class<U> outType,
Float varianceEpsilon,
Boolean scaleAfterNormalization)
Factory method to create a class to wrap a new QuantizedBatchNormWithGlobalNormalization operation to the graph.
|
static <U,T> QuantizedBatchNormWithGlobalNormalization<U> |
QuantizedBatchNormWithGlobalNormalization.create(Scope scope,
Operand<T> t,
Operand<Float> tMin,
Operand<Float> tMax,
Operand<T> m,
Operand<Float> mMin,
Operand<Float> mMax,
Operand<T> v,
Operand<Float> vMin,
Operand<Float> vMax,
Operand<T> beta,
Operand<Float> betaMin,
Operand<Float> betaMax,
Operand<T> gamma,
Operand<Float> gammaMin,
Operand<Float> gammaMax,
Class<U> outType,
Float varianceEpsilon,
Boolean scaleAfterNormalization)
Factory method to create a class to wrap a new QuantizedBatchNormWithGlobalNormalization operation to the graph.
|
static <U,T> QuantizedBatchNormWithGlobalNormalization<U> |
QuantizedBatchNormWithGlobalNormalization.create(Scope scope,
Operand<T> t,
Operand<Float> tMin,
Operand<Float> tMax,
Operand<T> m,
Operand<Float> mMin,
Operand<Float> mMax,
Operand<T> v,
Operand<Float> vMin,
Operand<Float> vMax,
Operand<T> beta,
Operand<Float> betaMin,
Operand<Float> betaMax,
Operand<T> gamma,
Operand<Float> gammaMin,
Operand<Float> gammaMax,
Class<U> outType,
Float varianceEpsilon,
Boolean scaleAfterNormalization)
Factory method to create a class to wrap a new QuantizedBatchNormWithGlobalNormalization operation to the graph.
|
static <U,T> QuantizedBatchNormWithGlobalNormalization<U> |
QuantizedBatchNormWithGlobalNormalization.create(Scope scope,
Operand<T> t,
Operand<Float> tMin,
Operand<Float> tMax,
Operand<T> m,
Operand<Float> mMin,
Operand<Float> mMax,
Operand<T> v,
Operand<Float> vMin,
Operand<Float> vMax,
Operand<T> beta,
Operand<Float> betaMin,
Operand<Float> betaMax,
Operand<T> gamma,
Operand<Float> gammaMin,
Operand<Float> gammaMax,
Class<U> outType,
Float varianceEpsilon,
Boolean scaleAfterNormalization)
Factory method to create a class to wrap a new QuantizedBatchNormWithGlobalNormalization operation to the graph.
|
static <U,T> QuantizedBatchNormWithGlobalNormalization<U> |
QuantizedBatchNormWithGlobalNormalization.create(Scope scope,
Operand<T> t,
Operand<Float> tMin,
Operand<Float> tMax,
Operand<T> m,
Operand<Float> mMin,
Operand<Float> mMax,
Operand<T> v,
Operand<Float> vMin,
Operand<Float> vMax,
Operand<T> beta,
Operand<Float> betaMin,
Operand<Float> betaMax,
Operand<T> gamma,
Operand<Float> gammaMin,
Operand<Float> gammaMax,
Class<U> outType,
Float varianceEpsilon,
Boolean scaleAfterNormalization)
Factory method to create a class to wrap a new QuantizedBatchNormWithGlobalNormalization operation to the graph.
|
static <U,T> QuantizedBatchNormWithGlobalNormalization<U> |
QuantizedBatchNormWithGlobalNormalization.create(Scope scope,
Operand<T> t,
Operand<Float> tMin,
Operand<Float> tMax,
Operand<T> m,
Operand<Float> mMin,
Operand<Float> mMax,
Operand<T> v,
Operand<Float> vMin,
Operand<Float> vMax,
Operand<T> beta,
Operand<Float> betaMin,
Operand<Float> betaMax,
Operand<T> gamma,
Operand<Float> gammaMin,
Operand<Float> gammaMax,
Class<U> outType,
Float varianceEpsilon,
Boolean scaleAfterNormalization)
Factory method to create a class to wrap a new QuantizedBatchNormWithGlobalNormalization operation to the graph.
|
static <U,T> QuantizedBatchNormWithGlobalNormalization<U> |
QuantizedBatchNormWithGlobalNormalization.create(Scope scope,
Operand<T> t,
Operand<Float> tMin,
Operand<Float> tMax,
Operand<T> m,
Operand<Float> mMin,
Operand<Float> mMax,
Operand<T> v,
Operand<Float> vMin,
Operand<Float> vMax,
Operand<T> beta,
Operand<Float> betaMin,
Operand<Float> betaMax,
Operand<T> gamma,
Operand<Float> gammaMin,
Operand<Float> gammaMax,
Class<U> outType,
Float varianceEpsilon,
Boolean scaleAfterNormalization)
Factory method to create a class to wrap a new QuantizedBatchNormWithGlobalNormalization operation to the graph.
|
static <U,T> QuantizedBatchNormWithGlobalNormalization<U> |
QuantizedBatchNormWithGlobalNormalization.create(Scope scope,
Operand<T> t,
Operand<Float> tMin,
Operand<Float> tMax,
Operand<T> m,
Operand<Float> mMin,
Operand<Float> mMax,
Operand<T> v,
Operand<Float> vMin,
Operand<Float> vMax,
Operand<T> beta,
Operand<Float> betaMin,
Operand<Float> betaMax,
Operand<T> gamma,
Operand<Float> gammaMin,
Operand<Float> gammaMax,
Class<U> outType,
Float varianceEpsilon,
Boolean scaleAfterNormalization)
Factory method to create a class to wrap a new QuantizedBatchNormWithGlobalNormalization operation to the graph.
|
static <U,T> QuantizedBatchNormWithGlobalNormalization<U> |
QuantizedBatchNormWithGlobalNormalization.create(Scope scope,
Operand<T> t,
Operand<Float> tMin,
Operand<Float> tMax,
Operand<T> m,
Operand<Float> mMin,
Operand<Float> mMax,
Operand<T> v,
Operand<Float> vMin,
Operand<Float> vMax,
Operand<T> beta,
Operand<Float> betaMin,
Operand<Float> betaMax,
Operand<T> gamma,
Operand<Float> gammaMin,
Operand<Float> gammaMax,
Class<U> outType,
Float varianceEpsilon,
Boolean scaleAfterNormalization)
Factory method to create a class to wrap a new QuantizedBatchNormWithGlobalNormalization operation to the graph.
|
static <U,T> QuantizedBatchNormWithGlobalNormalization<U> |
QuantizedBatchNormWithGlobalNormalization.create(Scope scope,
Operand<T> t,
Operand<Float> tMin,
Operand<Float> tMax,
Operand<T> m,
Operand<Float> mMin,
Operand<Float> mMax,
Operand<T> v,
Operand<Float> vMin,
Operand<Float> vMax,
Operand<T> beta,
Operand<Float> betaMin,
Operand<Float> betaMax,
Operand<T> gamma,
Operand<Float> gammaMin,
Operand<Float> gammaMax,
Class<U> outType,
Float varianceEpsilon,
Boolean scaleAfterNormalization)
Factory method to create a class to wrap a new QuantizedBatchNormWithGlobalNormalization operation to the graph.
|
static <T> QuantizedInstanceNorm<T> |
QuantizedInstanceNorm.create(Scope scope,
Operand<T> x,
Operand<Float> xMin,
Operand<Float> xMax,
QuantizedInstanceNorm.Options... options)
Factory method to create a class to wrap a new QuantizedInstanceNorm operation to the graph.
|
static <T> QuantizedInstanceNorm<T> |
QuantizedInstanceNorm.create(Scope scope,
Operand<T> x,
Operand<Float> xMin,
Operand<Float> xMax,
QuantizedInstanceNorm.Options... options)
Factory method to create a class to wrap a new QuantizedInstanceNorm operation to the graph.
|
static <T> QuantizedInstanceNorm<T> |
QuantizedInstanceNorm.create(Scope scope,
Operand<T> x,
Operand<Float> xMin,
Operand<Float> xMax,
QuantizedInstanceNorm.Options... options)
Factory method to create a class to wrap a new QuantizedInstanceNorm operation to the graph.
|
static <T extends Number> |
SampleDistortedBoundingBoxV2.create(Scope scope,
Operand<T> imageSize,
Operand<Float> boundingBoxes,
Operand<Float> minObjectCovered,
SampleDistortedBoundingBoxV2.Options... options)
Factory method to create a class to wrap a new SampleDistortedBoundingBoxV2 operation to the graph.
|
static <T extends Number> |
SampleDistortedBoundingBoxV2.create(Scope scope,
Operand<T> imageSize,
Operand<Float> boundingBoxes,
Operand<Float> minObjectCovered,
SampleDistortedBoundingBoxV2.Options... options)
Factory method to create a class to wrap a new SampleDistortedBoundingBoxV2 operation to the graph.
|
static <T extends Number> |
SampleDistortedBoundingBoxV2.create(Scope scope,
Operand<T> imageSize,
Operand<Float> boundingBoxes,
Operand<Float> minObjectCovered,
SampleDistortedBoundingBoxV2.Options... options)
Factory method to create a class to wrap a new SampleDistortedBoundingBoxV2 operation to the graph.
|
static <T extends Number> |
CropAndResize.create(Scope scope,
Operand<T> image,
Operand<Float> boxes,
Operand<Integer> boxInd,
Operand<Integer> cropSize,
CropAndResize.Options... options)
Factory method to create a class to wrap a new CropAndResize operation to the graph.
|
static <T extends Number> |
CropAndResize.create(Scope scope,
Operand<T> image,
Operand<Float> boxes,
Operand<Integer> boxInd,
Operand<Integer> cropSize,
CropAndResize.Options... options)
Factory method to create a class to wrap a new CropAndResize operation to the graph.
|
static <T extends Number> |
CropAndResize.create(Scope scope,
Operand<T> image,
Operand<Float> boxes,
Operand<Integer> boxInd,
Operand<Integer> cropSize,
CropAndResize.Options... options)
Factory method to create a class to wrap a new CropAndResize operation to the graph.
|
static <T extends Number> |
CropAndResize.create(Scope scope,
Operand<T> image,
Operand<Float> boxes,
Operand<Integer> boxInd,
Operand<Integer> cropSize,
CropAndResize.Options... options)
Factory method to create a class to wrap a new CropAndResize operation to the graph.
|
static <T extends Number> |
SampleDistortedBoundingBox.create(Scope scope,
Operand<T> imageSize,
Operand<Float> boundingBoxes,
SampleDistortedBoundingBox.Options... options)
Factory method to create a class to wrap a new SampleDistortedBoundingBox operation to the graph.
|
static <T extends Number> |
SampleDistortedBoundingBox.create(Scope scope,
Operand<T> imageSize,
Operand<Float> boundingBoxes,
SampleDistortedBoundingBox.Options... options)
Factory method to create a class to wrap a new SampleDistortedBoundingBox operation to the graph.
|
static <T> TileGrad<T> |
TileGrad.create(Scope scope,
Operand<T> input,
Operand<Integer> multiples)
Factory method to create a class to wrap a new TileGrad operation to the graph.
|
static <T> TileGrad<T> |
TileGrad.create(Scope scope,
Operand<T> input,
Operand<Integer> multiples)
Factory method to create a class to wrap a new TileGrad operation to the graph.
|
static <T extends Number,U> |
TensorListReserve.create(Scope scope,
Operand<T> elementShape,
Operand<Integer> numElements,
Class<U> elementDtype)
Factory method to create a class to wrap a new TensorListReserve operation to the graph.
|
static <T extends Number,U> |
TensorListReserve.create(Scope scope,
Operand<T> elementShape,
Operand<Integer> numElements,
Class<U> elementDtype)
Factory method to create a class to wrap a new TensorListReserve operation to the graph.
|
static <U extends Number,T extends Number> |
Multinomial.create(Scope scope,
Operand<T> logits,
Operand<Integer> numSamples,
Class<U> outputDtype,
Multinomial.Options... options)
Factory method to create a class to wrap a new Multinomial operation to the graph.
|
static <U extends Number,T extends Number> |
Multinomial.create(Scope scope,
Operand<T> logits,
Operand<Integer> numSamples,
Class<U> outputDtype,
Multinomial.Options... options)
Factory method to create a class to wrap a new Multinomial operation to the graph.
|
static <T> DynamicPartition<T> |
DynamicPartition.create(Scope scope,
Operand<T> data,
Operand<Integer> partitions,
Long numPartitions)
Factory method to create a class to wrap a new DynamicPartition operation to the graph.
|
static <T> DynamicPartition<T> |
DynamicPartition.create(Scope scope,
Operand<T> data,
Operand<Integer> partitions,
Long numPartitions)
Factory method to create a class to wrap a new DynamicPartition operation to the graph.
|
static <T extends Number> |
Multinomial.create(Scope scope,
Operand<T> logits,
Operand<Integer> numSamples,
Multinomial.Options... options)
Factory method to create a class to wrap a new Multinomial operation to the graph, using default output types.
|
static <T extends Number> |
Multinomial.create(Scope scope,
Operand<T> logits,
Operand<Integer> numSamples,
Multinomial.Options... options)
Factory method to create a class to wrap a new Multinomial operation to the graph, using default output types.
|
static <T extends Number> |
NthElement.create(Scope scope,
Operand<T> input,
Operand<Integer> n,
NthElement.Options... options)
Factory method to create a class to wrap a new NthElement operation to the graph.
|
static <T extends Number> |
NthElement.create(Scope scope,
Operand<T> input,
Operand<Integer> n,
NthElement.Options... options)
Factory method to create a class to wrap a new NthElement operation to the graph.
|
static <T> QuantizedResizeBilinear<T> |
QuantizedResizeBilinear.create(Scope scope,
Operand<T> images,
Operand<Integer> size,
Operand<Float> min,
Operand<Float> max,
QuantizedResizeBilinear.Options... options)
Factory method to create a class to wrap a new QuantizedResizeBilinear operation to the graph.
|
static <T> QuantizedResizeBilinear<T> |
QuantizedResizeBilinear.create(Scope scope,
Operand<T> images,
Operand<Integer> size,
Operand<Float> min,
Operand<Float> max,
QuantizedResizeBilinear.Options... options)
Factory method to create a class to wrap a new QuantizedResizeBilinear operation to the graph.
|
static <T> QuantizedResizeBilinear<T> |
QuantizedResizeBilinear.create(Scope scope,
Operand<T> images,
Operand<Integer> size,
Operand<Float> min,
Operand<Float> max,
QuantizedResizeBilinear.Options... options)
Factory method to create a class to wrap a new QuantizedResizeBilinear operation to the graph.
|
static <T> QuantizedResizeBilinear<T> |
QuantizedResizeBilinear.create(Scope scope,
Operand<T> images,
Operand<Integer> size,
Operand<Float> min,
Operand<Float> max,
QuantizedResizeBilinear.Options... options)
Factory method to create a class to wrap a new QuantizedResizeBilinear operation to the graph.
|
static <T extends Number> |
FusedResizeAndPadConv2D.create(Scope scope,
Operand<T> input,
Operand<Integer> size,
Operand<Integer> paddings,
Operand<T> filter,
String mode,
List<Long> strides,
String padding,
FusedResizeAndPadConv2D.Options... options)
Factory method to create a class to wrap a new FusedResizeAndPadConv2D operation to the graph.
|
static <T extends Number> |
FusedResizeAndPadConv2D.create(Scope scope,
Operand<T> input,
Operand<Integer> size,
Operand<Integer> paddings,
Operand<T> filter,
String mode,
List<Long> strides,
String padding,
FusedResizeAndPadConv2D.Options... options)
Factory method to create a class to wrap a new FusedResizeAndPadConv2D operation to the graph.
|
static <T extends Number> |
FusedResizeAndPadConv2D.create(Scope scope,
Operand<T> input,
Operand<Integer> size,
Operand<Integer> paddings,
Operand<T> filter,
String mode,
List<Long> strides,
String padding,
FusedResizeAndPadConv2D.Options... options)
Factory method to create a class to wrap a new FusedResizeAndPadConv2D operation to the graph.
|
static <T extends Number> |
FusedResizeAndPadConv2D.create(Scope scope,
Operand<T> input,
Operand<Integer> size,
Operand<Integer> paddings,
Operand<T> filter,
String mode,
List<Long> strides,
String padding,
FusedResizeAndPadConv2D.Options... options)
Factory method to create a class to wrap a new FusedResizeAndPadConv2D operation to the graph.
|
static <T> MaxPoolV2<T> |
MaxPoolV2.create(Scope scope,
Operand<T> input,
Operand<Integer> ksize,
Operand<Integer> strides,
String padding,
MaxPoolV2.Options... options)
Factory method to create a class to wrap a new MaxPoolV2 operation to the graph.
|
static <T> MaxPoolV2<T> |
MaxPoolV2.create(Scope scope,
Operand<T> input,
Operand<Integer> ksize,
Operand<Integer> strides,
String padding,
MaxPoolV2.Options... options)
Factory method to create a class to wrap a new MaxPoolV2 operation to the graph.
|
static <T> MaxPoolV2<T> |
MaxPoolV2.create(Scope scope,
Operand<T> input,
Operand<Integer> ksize,
Operand<Integer> strides,
String padding,
MaxPoolV2.Options... options)
Factory method to create a class to wrap a new MaxPoolV2 operation to the graph.
|
static <T> InplaceAdd<T> |
InplaceAdd.create(Scope scope,
Operand<T> x,
Operand<Integer> i,
Operand<T> v)
Factory method to create a class to wrap a new InplaceAdd operation to the graph.
|
static <T> InplaceAdd<T> |
InplaceAdd.create(Scope scope,
Operand<T> x,
Operand<Integer> i,
Operand<T> v)
Factory method to create a class to wrap a new InplaceAdd operation to the graph.
|
static <T> InplaceAdd<T> |
InplaceAdd.create(Scope scope,
Operand<T> x,
Operand<Integer> i,
Operand<T> v)
Factory method to create a class to wrap a new InplaceAdd operation to the graph.
|
static <T> InplaceUpdate<T> |
InplaceUpdate.create(Scope scope,
Operand<T> x,
Operand<Integer> i,
Operand<T> v)
Factory method to create a class to wrap a new InplaceUpdate operation to the graph.
|
static <T> InplaceUpdate<T> |
InplaceUpdate.create(Scope scope,
Operand<T> x,
Operand<Integer> i,
Operand<T> v)
Factory method to create a class to wrap a new InplaceUpdate operation to the graph.
|
static <T> InplaceUpdate<T> |
InplaceUpdate.create(Scope scope,
Operand<T> x,
Operand<Integer> i,
Operand<T> v)
Factory method to create a class to wrap a new InplaceUpdate operation to the graph.
|
static <T> InplaceSub<T> |
InplaceSub.create(Scope scope,
Operand<T> x,
Operand<Integer> i,
Operand<T> v)
Factory method to create a class to wrap a new InplaceSub operation to the graph.
|
static <T> InplaceSub<T> |
InplaceSub.create(Scope scope,
Operand<T> x,
Operand<Integer> i,
Operand<T> v)
Factory method to create a class to wrap a new InplaceSub operation to the graph.
|
static <T> InplaceSub<T> |
InplaceSub.create(Scope scope,
Operand<T> x,
Operand<Integer> i,
Operand<T> v)
Factory method to create a class to wrap a new InplaceSub operation to the graph.
|
static <T extends Number> |
Conv2DBackpropFilter.create(Scope scope,
Operand<T> input,
Operand<Integer> filterSizes,
Operand<T> outBackprop,
List<Long> strides,
String padding,
Conv2DBackpropFilter.Options... options)
Factory method to create a class to wrap a new Conv2DBackpropFilter operation to the graph.
|
static <T extends Number> |
Conv2DBackpropFilter.create(Scope scope,
Operand<T> input,
Operand<Integer> filterSizes,
Operand<T> outBackprop,
List<Long> strides,
String padding,
Conv2DBackpropFilter.Options... options)
Factory method to create a class to wrap a new Conv2DBackpropFilter operation to the graph.
|
static <T extends Number> |
Conv2DBackpropFilter.create(Scope scope,
Operand<T> input,
Operand<Integer> filterSizes,
Operand<T> outBackprop,
List<Long> strides,
String padding,
Conv2DBackpropFilter.Options... options)
Factory method to create a class to wrap a new Conv2DBackpropFilter operation to the graph.
|
static <T extends Number> |
Conv3DBackpropFilterV2.create(Scope scope,
Operand<T> input,
Operand<Integer> filterSizes,
Operand<T> outBackprop,
List<Long> strides,
String padding,
Conv3DBackpropFilterV2.Options... options)
Factory method to create a class to wrap a new Conv3DBackpropFilterV2 operation to the graph.
|
static <T extends Number> |
Conv3DBackpropFilterV2.create(Scope scope,
Operand<T> input,
Operand<Integer> filterSizes,
Operand<T> outBackprop,
List<Long> strides,
String padding,
Conv3DBackpropFilterV2.Options... options)
Factory method to create a class to wrap a new Conv3DBackpropFilterV2 operation to the graph.
|
static <T extends Number> |
Conv3DBackpropFilterV2.create(Scope scope,
Operand<T> input,
Operand<Integer> filterSizes,
Operand<T> outBackprop,
List<Long> strides,
String padding,
Conv3DBackpropFilterV2.Options... options)
Factory method to create a class to wrap a new Conv3DBackpropFilterV2 operation to the graph.
|
static <T extends Number> |
DepthwiseConv2dNativeBackpropFilter.create(Scope scope,
Operand<T> input,
Operand<Integer> filterSizes,
Operand<T> outBackprop,
List<Long> strides,
String padding,
DepthwiseConv2dNativeBackpropFilter.Options... options)
Factory method to create a class to wrap a new DepthwiseConv2dNativeBackpropFilter operation to the graph.
|
static <T extends Number> |
DepthwiseConv2dNativeBackpropFilter.create(Scope scope,
Operand<T> input,
Operand<Integer> filterSizes,
Operand<T> outBackprop,
List<Long> strides,
String padding,
DepthwiseConv2dNativeBackpropFilter.Options... options)
Factory method to create a class to wrap a new DepthwiseConv2dNativeBackpropFilter operation to the graph.
|
static <T extends Number> |
DepthwiseConv2dNativeBackpropFilter.create(Scope scope,
Operand<T> input,
Operand<Integer> filterSizes,
Operand<T> outBackprop,
List<Long> strides,
String padding,
DepthwiseConv2dNativeBackpropFilter.Options... options)
Factory method to create a class to wrap a new DepthwiseConv2dNativeBackpropFilter operation to the graph.
|
static <T extends Number> |
FusedPadConv2D.create(Scope scope,
Operand<T> input,
Operand<Integer> paddings,
Operand<T> filter,
String mode,
List<Long> strides,
String padding)
Factory method to create a class to wrap a new FusedPadConv2D operation to the graph.
|
static <T extends Number> |
FusedPadConv2D.create(Scope scope,
Operand<T> input,
Operand<Integer> paddings,
Operand<T> filter,
String mode,
List<Long> strides,
String padding)
Factory method to create a class to wrap a new FusedPadConv2D operation to the graph.
|
static <T extends Number> |
FusedPadConv2D.create(Scope scope,
Operand<T> input,
Operand<Integer> paddings,
Operand<T> filter,
String mode,
List<Long> strides,
String padding)
Factory method to create a class to wrap a new FusedPadConv2D operation to the graph.
|
static <T extends Number,U extends Number> |
StatelessMultinomial.create(Scope scope,
Operand<T> logits,
Operand<Integer> numSamples,
Operand<U> seed)
Factory method to create a class to wrap a new StatelessMultinomial operation to the graph, using default output types.
|
static <T extends Number,U extends Number> |
StatelessMultinomial.create(Scope scope,
Operand<T> logits,
Operand<Integer> numSamples,
Operand<U> seed)
Factory method to create a class to wrap a new StatelessMultinomial operation to the graph, using default output types.
|
static <T extends Number,U extends Number> |
StatelessMultinomial.create(Scope scope,
Operand<T> logits,
Operand<Integer> numSamples,
Operand<U> seed)
Factory method to create a class to wrap a new StatelessMultinomial operation to the graph, using default output types.
|
static <T,U extends Number> |
TensorListScatter.create(Scope scope,
Operand<T> tensor,
Operand<Integer> indices,
Operand<U> elementShape)
Factory method to create a class to wrap a new TensorListScatter operation to the graph.
|
static <T,U extends Number> |
TensorListScatter.create(Scope scope,
Operand<T> tensor,
Operand<Integer> indices,
Operand<U> elementShape)
Factory method to create a class to wrap a new TensorListScatter operation to the graph.
|
static <T,U extends Number> |
TensorListScatter.create(Scope scope,
Operand<T> tensor,
Operand<Integer> indices,
Operand<U> elementShape)
Factory method to create a class to wrap a new TensorListScatter operation to the graph.
|
static <V extends Number,T extends Number,U extends Number> |
StatelessMultinomial.create(Scope scope,
Operand<T> logits,
Operand<Integer> numSamples,
Operand<U> seed,
Class<V> outputDtype)
Factory method to create a class to wrap a new StatelessMultinomial operation to the graph.
|
static <V extends Number,T extends Number,U extends Number> |
StatelessMultinomial.create(Scope scope,
Operand<T> logits,
Operand<Integer> numSamples,
Operand<U> seed,
Class<V> outputDtype)
Factory method to create a class to wrap a new StatelessMultinomial operation to the graph.
|
static <V extends Number,T extends Number,U extends Number> |
StatelessMultinomial.create(Scope scope,
Operand<T> logits,
Operand<Integer> numSamples,
Operand<U> seed,
Class<V> outputDtype)
Factory method to create a class to wrap a new StatelessMultinomial operation to the graph.
|
static <U,T extends Number> |
OneHot.create(Scope scope,
Operand<T> indices,
Operand<Integer> depth,
Operand<U> onValue,
Operand<U> offValue,
OneHot.Options... options)
Factory method to create a class to wrap a new OneHot operation to the graph.
|
static <U,T extends Number> |
OneHot.create(Scope scope,
Operand<T> indices,
Operand<Integer> depth,
Operand<U> onValue,
Operand<U> offValue,
OneHot.Options... options)
Factory method to create a class to wrap a new OneHot operation to the graph.
|
static <U,T extends Number> |
OneHot.create(Scope scope,
Operand<T> indices,
Operand<Integer> depth,
Operand<U> onValue,
Operand<U> offValue,
OneHot.Options... options)
Factory method to create a class to wrap a new OneHot operation to the graph.
|
static <U,T extends Number> |
OneHot.create(Scope scope,
Operand<T> indices,
Operand<Integer> depth,
Operand<U> onValue,
Operand<U> offValue,
OneHot.Options... options)
Factory method to create a class to wrap a new OneHot operation to the graph.
|
static <T extends Number> |
ResizeArea.create(Scope scope,
Operand<T> images,
Operand<Integer> size,
ResizeArea.Options... options)
Factory method to create a class to wrap a new ResizeArea operation to the graph.
|
static <T extends Number> |
ResizeArea.create(Scope scope,
Operand<T> images,
Operand<Integer> size,
ResizeArea.Options... options)
Factory method to create a class to wrap a new ResizeArea operation to the graph.
|
static <T extends Number> |
ResizeBicubic.create(Scope scope,
Operand<T> images,
Operand<Integer> size,
ResizeBicubic.Options... options)
Factory method to create a class to wrap a new ResizeBicubic operation to the graph.
|
static <T extends Number> |
ResizeBicubic.create(Scope scope,
Operand<T> images,
Operand<Integer> size,
ResizeBicubic.Options... options)
Factory method to create a class to wrap a new ResizeBicubic operation to the graph.
|
static <T extends Number> |
ResizeBilinear.create(Scope scope,
Operand<T> images,
Operand<Integer> size,
ResizeBilinear.Options... options)
Factory method to create a class to wrap a new ResizeBilinear operation to the graph.
|
static <T extends Number> |
ResizeBilinear.create(Scope scope,
Operand<T> images,
Operand<Integer> size,
ResizeBilinear.Options... options)
Factory method to create a class to wrap a new ResizeBilinear operation to the graph.
|
static <T extends Number> |
ResizeNearestNeighbor.create(Scope scope,
Operand<T> images,
Operand<Integer> size,
ResizeNearestNeighbor.Options... options)
Factory method to create a class to wrap a new ResizeNearestNeighbor operation to the graph.
|
static <T extends Number> |
ResizeNearestNeighbor.create(Scope scope,
Operand<T> images,
Operand<Integer> size,
ResizeNearestNeighbor.Options... options)
Factory method to create a class to wrap a new ResizeNearestNeighbor operation to the graph.
|
static <T extends Number> |
ResizeNearestNeighborGrad.create(Scope scope,
Operand<T> grads,
Operand<Integer> size,
ResizeNearestNeighborGrad.Options... options)
Factory method to create a class to wrap a new ResizeNearestNeighborGrad operation to the graph.
|
static <T extends Number> |
ResizeNearestNeighborGrad.create(Scope scope,
Operand<T> grads,
Operand<Integer> size,
ResizeNearestNeighborGrad.Options... options)
Factory method to create a class to wrap a new ResizeNearestNeighborGrad operation to the graph.
|
static <T extends Number> |
TopK.create(Scope scope,
Operand<T> input,
Operand<Integer> k,
TopK.Options... options)
Factory method to create a class to wrap a new TopK operation to the graph.
|
static <T extends Number> |
TopK.create(Scope scope,
Operand<T> input,
Operand<Integer> k,
TopK.Options... options)
Factory method to create a class to wrap a new TopK operation to the graph.
|
static <T> BatchMatrixBandPart<T> |
BatchMatrixBandPart.create(Scope scope,
Operand<T> input,
Operand<Long> numLower,
Operand<Long> numUpper)
Factory method to create a class to wrap a new BatchMatrixBandPart operation to the graph.
|
static <T> BatchMatrixBandPart<T> |
BatchMatrixBandPart.create(Scope scope,
Operand<T> input,
Operand<Long> numLower,
Operand<Long> numUpper)
Factory method to create a class to wrap a new BatchMatrixBandPart operation to the graph.
|
static <T> BatchMatrixBandPart<T> |
BatchMatrixBandPart.create(Scope scope,
Operand<T> input,
Operand<Long> numLower,
Operand<Long> numUpper)
Factory method to create a class to wrap a new BatchMatrixBandPart operation to the graph.
|
static <T> Unbatch<T> |
Unbatch.create(Scope scope,
Operand<T> batchedTensor,
Operand<Long> batchIndex,
Operand<Long> id,
Long timeoutMicros,
Unbatch.Options... options)
Factory method to create a class to wrap a new Unbatch operation to the graph.
|
static <T> Unbatch<T> |
Unbatch.create(Scope scope,
Operand<T> batchedTensor,
Operand<Long> batchIndex,
Operand<Long> id,
Long timeoutMicros,
Unbatch.Options... options)
Factory method to create a class to wrap a new Unbatch operation to the graph.
|
static <T> Unbatch<T> |
Unbatch.create(Scope scope,
Operand<T> batchedTensor,
Operand<Long> batchIndex,
Operand<Long> id,
Long timeoutMicros,
Unbatch.Options... options)
Factory method to create a class to wrap a new Unbatch operation to the graph.
|
static <T> SparseAddGrad<T> |
SparseAddGrad.create(Scope scope,
Operand<T> backpropValGrad,
Operand<Long> aIndices,
Operand<Long> bIndices,
Operand<Long> sumIndices)
Factory method to create a class to wrap a new SparseAddGrad operation to the graph.
|
static <T> SparseAddGrad<T> |
SparseAddGrad.create(Scope scope,
Operand<T> backpropValGrad,
Operand<Long> aIndices,
Operand<Long> bIndices,
Operand<Long> sumIndices)
Factory method to create a class to wrap a new SparseAddGrad operation to the graph.
|
static <T> SparseAddGrad<T> |
SparseAddGrad.create(Scope scope,
Operand<T> backpropValGrad,
Operand<Long> aIndices,
Operand<Long> bIndices,
Operand<Long> sumIndices)
Factory method to create a class to wrap a new SparseAddGrad operation to the graph.
|
static <T> SparseAddGrad<T> |
SparseAddGrad.create(Scope scope,
Operand<T> backpropValGrad,
Operand<Long> aIndices,
Operand<Long> bIndices,
Operand<Long> sumIndices)
Factory method to create a class to wrap a new SparseAddGrad operation to the graph.
|
static <T> SparseSliceGrad<T> |
SparseSliceGrad.create(Scope scope,
Operand<T> backpropValGrad,
Operand<Long> inputIndices,
Operand<Long> inputStart,
Operand<Long> outputIndices)
Factory method to create a class to wrap a new SparseSliceGrad operation to the graph.
|
static <T> SparseSliceGrad<T> |
SparseSliceGrad.create(Scope scope,
Operand<T> backpropValGrad,
Operand<Long> inputIndices,
Operand<Long> inputStart,
Operand<Long> outputIndices)
Factory method to create a class to wrap a new SparseSliceGrad operation to the graph.
|
static <T> SparseSliceGrad<T> |
SparseSliceGrad.create(Scope scope,
Operand<T> backpropValGrad,
Operand<Long> inputIndices,
Operand<Long> inputStart,
Operand<Long> outputIndices)
Factory method to create a class to wrap a new SparseSliceGrad operation to the graph.
|
static <T> SparseSliceGrad<T> |
SparseSliceGrad.create(Scope scope,
Operand<T> backpropValGrad,
Operand<Long> inputIndices,
Operand<Long> inputStart,
Operand<Long> outputIndices)
Factory method to create a class to wrap a new SparseSliceGrad operation to the graph.
|
static <T> DenseToSparseSetOperation<T> |
DenseToSparseSetOperation.create(Scope scope,
Operand<T> set1,
Operand<Long> set2Indices,
Operand<T> set2Values,
Operand<Long> set2Shape,
String setOperation,
DenseToSparseSetOperation.Options... options)
Factory method to create a class to wrap a new DenseToSparseSetOperation operation to the graph.
|
static <T> DenseToSparseSetOperation<T> |
DenseToSparseSetOperation.create(Scope scope,
Operand<T> set1,
Operand<Long> set2Indices,
Operand<T> set2Values,
Operand<Long> set2Shape,
String setOperation,
DenseToSparseSetOperation.Options... options)
Factory method to create a class to wrap a new DenseToSparseSetOperation operation to the graph.
|
static <T> DenseToSparseSetOperation<T> |
DenseToSparseSetOperation.create(Scope scope,
Operand<T> set1,
Operand<Long> set2Indices,
Operand<T> set2Values,
Operand<Long> set2Shape,
String setOperation,
DenseToSparseSetOperation.Options... options)
Factory method to create a class to wrap a new DenseToSparseSetOperation operation to the graph.
|
static <T> DenseToSparseSetOperation<T> |
DenseToSparseSetOperation.create(Scope scope,
Operand<T> set1,
Operand<Long> set2Indices,
Operand<T> set2Values,
Operand<Long> set2Shape,
String setOperation,
DenseToSparseSetOperation.Options... options)
Factory method to create a class to wrap a new DenseToSparseSetOperation operation to the graph.
|
static <T> UnbatchGrad<T> |
UnbatchGrad.create(Scope scope,
Operand<T> originalInput,
Operand<Long> batchIndex,
Operand<T> grad,
Operand<Long> id,
UnbatchGrad.Options... options)
Factory method to create a class to wrap a new UnbatchGrad operation to the graph.
|
static <T> UnbatchGrad<T> |
UnbatchGrad.create(Scope scope,
Operand<T> originalInput,
Operand<Long> batchIndex,
Operand<T> grad,
Operand<Long> id,
UnbatchGrad.Options... options)
Factory method to create a class to wrap a new UnbatchGrad operation to the graph.
|
static <T> UnbatchGrad<T> |
UnbatchGrad.create(Scope scope,
Operand<T> originalInput,
Operand<Long> batchIndex,
Operand<T> grad,
Operand<Long> id,
UnbatchGrad.Options... options)
Factory method to create a class to wrap a new UnbatchGrad operation to the graph.
|
static <T> UnbatchGrad<T> |
UnbatchGrad.create(Scope scope,
Operand<T> originalInput,
Operand<Long> batchIndex,
Operand<T> grad,
Operand<Long> id,
UnbatchGrad.Options... options)
Factory method to create a class to wrap a new UnbatchGrad operation to the graph.
|
static <T extends Number> |
RandomCrop.create(Scope scope,
Operand<T> image,
Operand<Long> size,
RandomCrop.Options... options)
Factory method to create a class to wrap a new RandomCrop operation to the graph.
|
static <T extends Number> |
RandomCrop.create(Scope scope,
Operand<T> image,
Operand<Long> size,
RandomCrop.Options... options)
Factory method to create a class to wrap a new RandomCrop operation to the graph.
|
static <T> InvGrad<T> |
InvGrad.create(Scope scope,
Operand<T> y,
Operand<T> dy)
Factory method to create a class to wrap a new InvGrad operation to the graph.
|
static <T> InvGrad<T> |
InvGrad.create(Scope scope,
Operand<T> y,
Operand<T> dy)
Factory method to create a class to wrap a new InvGrad operation to the graph.
|
static <T> Multiply<T> |
Multiply.create(Scope scope,
Operand<T> x,
Operand<T> y)
Factory method to create a class to wrap a new Multiply operation to the graph.
|
static <T> Multiply<T> |
Multiply.create(Scope scope,
Operand<T> x,
Operand<T> y)
Factory method to create a class to wrap a new Multiply operation to the graph.
|
static <T> MatrixSetDiag<T> |
MatrixSetDiag.create(Scope scope,
Operand<T> input,
Operand<T> diagonal)
Factory method to create a class to wrap a new MatrixSetDiag operation to the graph.
|
static <T> MatrixSetDiag<T> |
MatrixSetDiag.create(Scope scope,
Operand<T> input,
Operand<T> diagonal)
Factory method to create a class to wrap a new MatrixSetDiag operation to the graph.
|
static <T> Sub<T> |
Sub.create(Scope scope,
Operand<T> x,
Operand<T> y)
Factory method to create a class to wrap a new Sub operation to the graph.
|
static <T> Sub<T> |
Sub.create(Scope scope,
Operand<T> x,
Operand<T> y)
Factory method to create a class to wrap a new Sub operation to the graph.
|
static <T> LowerBound<Integer> |
LowerBound.create(Scope scope,
Operand<T> sortedInputs,
Operand<T> values)
Factory method to create a class to wrap a new LowerBound operation to the graph, using default output types.
|
static <T> LowerBound<Integer> |
LowerBound.create(Scope scope,
Operand<T> sortedInputs,
Operand<T> values)
Factory method to create a class to wrap a new LowerBound operation to the graph, using default output types.
|
static <T> Pow<T> |
Pow.create(Scope scope,
Operand<T> x,
Operand<T> y)
Factory method to create a class to wrap a new Pow operation to the graph.
|
static <T> Pow<T> |
Pow.create(Scope scope,
Operand<T> x,
Operand<T> y)
Factory method to create a class to wrap a new Pow operation to the graph.
|
static <T> Mul<T> |
Mul.create(Scope scope,
Operand<T> x,
Operand<T> y)
Factory method to create a class to wrap a new Mul operation to the graph.
|
static <T> Mul<T> |
Mul.create(Scope scope,
Operand<T> x,
Operand<T> y)
Factory method to create a class to wrap a new Mul operation to the graph.
|
static <T> Add<T> |
Add.create(Scope scope,
Operand<T> x,
Operand<T> y)
Factory method to create a class to wrap a new Add operation to the graph.
|
static <T> Add<T> |
Add.create(Scope scope,
Operand<T> x,
Operand<T> y)
Factory method to create a class to wrap a new Add operation to the graph.
|
static <T> FloorDiv<T> |
FloorDiv.create(Scope scope,
Operand<T> x,
Operand<T> y)
Factory method to create a class to wrap a new FloorDiv operation to the graph.
|
static <T> FloorDiv<T> |
FloorDiv.create(Scope scope,
Operand<T> x,
Operand<T> y)
Factory method to create a class to wrap a new FloorDiv operation to the graph.
|
static <T> SquaredDifference<T> |
SquaredDifference.create(Scope scope,
Operand<T> x,
Operand<T> y)
Factory method to create a class to wrap a new SquaredDifference operation to the graph.
|
static <T> SquaredDifference<T> |
SquaredDifference.create(Scope scope,
Operand<T> x,
Operand<T> y)
Factory method to create a class to wrap a new SquaredDifference operation to the graph.
|
static <T> TanhGrad<T> |
TanhGrad.create(Scope scope,
Operand<T> y,
Operand<T> dy)
Factory method to create a class to wrap a new TanhGrad operation to the graph.
|
static <T> TanhGrad<T> |
TanhGrad.create(Scope scope,
Operand<T> y,
Operand<T> dy)
Factory method to create a class to wrap a new TanhGrad operation to the graph.
|
static <T> NotEqual |
NotEqual.create(Scope scope,
Operand<T> x,
Operand<T> y)
Factory method to create a class to wrap a new NotEqual operation to the graph.
|
static <T> NotEqual |
NotEqual.create(Scope scope,
Operand<T> x,
Operand<T> y)
Factory method to create a class to wrap a new NotEqual operation to the graph.
|
static <T> SigmoidGrad<T> |
SigmoidGrad.create(Scope scope,
Operand<T> y,
Operand<T> dy)
Factory method to create a class to wrap a new SigmoidGrad operation to the graph.
|
static <T> SigmoidGrad<T> |
SigmoidGrad.create(Scope scope,
Operand<T> y,
Operand<T> dy)
Factory method to create a class to wrap a new SigmoidGrad operation to the graph.
|
static <T> SetDiff1D<T,Integer> |
SetDiff1D.create(Scope scope,
Operand<T> x,
Operand<T> y)
Factory method to create a class to wrap a new SetDiff1D operation to the graph, using default output types.
|
static <T> SetDiff1D<T,Integer> |
SetDiff1D.create(Scope scope,
Operand<T> x,
Operand<T> y)
Factory method to create a class to wrap a new SetDiff1D operation to the graph, using default output types.
|
static <T> Div<T> |
Div.create(Scope scope,
Operand<T> x,
Operand<T> y)
Factory method to create a class to wrap a new Div operation to the graph.
|
static <T> Div<T> |
Div.create(Scope scope,
Operand<T> x,
Operand<T> y)
Factory method to create a class to wrap a new Div operation to the graph.
|
static <T> TruncateDiv<T> |
TruncateDiv.create(Scope scope,
Operand<T> x,
Operand<T> y)
Factory method to create a class to wrap a new TruncateDiv operation to the graph.
|
static <T> TruncateDiv<T> |
TruncateDiv.create(Scope scope,
Operand<T> x,
Operand<T> y)
Factory method to create a class to wrap a new TruncateDiv operation to the graph.
|
static <T> Xlogy<T> |
Xlogy.create(Scope scope,
Operand<T> x,
Operand<T> y)
Factory method to create a class to wrap a new Xlogy operation to the graph.
|
static <T> Xlogy<T> |
Xlogy.create(Scope scope,
Operand<T> x,
Operand<T> y)
Factory method to create a class to wrap a new Xlogy operation to the graph.
|
static <T> CompareAndBitpack |
CompareAndBitpack.create(Scope scope,
Operand<T> input,
Operand<T> threshold)
Factory method to create a class to wrap a new CompareAndBitpack operation to the graph.
|
static <T> CompareAndBitpack |
CompareAndBitpack.create(Scope scope,
Operand<T> input,
Operand<T> threshold)
Factory method to create a class to wrap a new CompareAndBitpack operation to the graph.
|
static <T> BatchMatrixSetDiag<T> |
BatchMatrixSetDiag.create(Scope scope,
Operand<T> input,
Operand<T> diagonal)
Factory method to create a class to wrap a new BatchMatrixSetDiag operation to the graph.
|
static <T> BatchMatrixSetDiag<T> |
BatchMatrixSetDiag.create(Scope scope,
Operand<T> input,
Operand<T> diagonal)
Factory method to create a class to wrap a new BatchMatrixSetDiag operation to the graph.
|
static <T> AddV2<T> |
AddV2.create(Scope scope,
Operand<T> x,
Operand<T> y)
Factory method to create a class to wrap a new AddV2 operation to the graph.
|
static <T> AddV2<T> |
AddV2.create(Scope scope,
Operand<T> x,
Operand<T> y)
Factory method to create a class to wrap a new AddV2 operation to the graph.
|
static <T> UpperBound<Integer> |
UpperBound.create(Scope scope,
Operand<T> sortedInputs,
Operand<T> values)
Factory method to create a class to wrap a new UpperBound operation to the graph, using default output types.
|
static <T> UpperBound<Integer> |
UpperBound.create(Scope scope,
Operand<T> sortedInputs,
Operand<T> values)
Factory method to create a class to wrap a new UpperBound operation to the graph, using default output types.
|
static <T> SqrtGrad<T> |
SqrtGrad.create(Scope scope,
Operand<T> y,
Operand<T> dy)
Factory method to create a class to wrap a new SqrtGrad operation to the graph.
|
static <T> SqrtGrad<T> |
SqrtGrad.create(Scope scope,
Operand<T> y,
Operand<T> dy)
Factory method to create a class to wrap a new SqrtGrad operation to the graph.
|
static <T> ReciprocalGrad<T> |
ReciprocalGrad.create(Scope scope,
Operand<T> y,
Operand<T> dy)
Factory method to create a class to wrap a new ReciprocalGrad operation to the graph.
|
static <T> ReciprocalGrad<T> |
ReciprocalGrad.create(Scope scope,
Operand<T> y,
Operand<T> dy)
Factory method to create a class to wrap a new ReciprocalGrad operation to the graph.
|
static <T> Subtract<T> |
Subtract.create(Scope scope,
Operand<T> x,
Operand<T> y)
Factory method to create a class to wrap a new Subtract operation to the graph.
|
static <T> Subtract<T> |
Subtract.create(Scope scope,
Operand<T> x,
Operand<T> y)
Factory method to create a class to wrap a new Subtract operation to the graph.
|
static <T> RsqrtGrad<T> |
RsqrtGrad.create(Scope scope,
Operand<T> y,
Operand<T> dy)
Factory method to create a class to wrap a new RsqrtGrad operation to the graph.
|
static <T> RsqrtGrad<T> |
RsqrtGrad.create(Scope scope,
Operand<T> y,
Operand<T> dy)
Factory method to create a class to wrap a new RsqrtGrad operation to the graph.
|
static <T> Equal |
Equal.create(Scope scope,
Operand<T> x,
Operand<T> y)
Factory method to create a class to wrap a new Equal operation to the graph.
|
static <T> Equal |
Equal.create(Scope scope,
Operand<T> x,
Operand<T> y)
Factory method to create a class to wrap a new Equal operation to the graph.
|
static <T> RealDiv<T> |
RealDiv.create(Scope scope,
Operand<T> x,
Operand<T> y)
Factory method to create a class to wrap a new RealDiv operation to the graph.
|
static <T> RealDiv<T> |
RealDiv.create(Scope scope,
Operand<T> x,
Operand<T> y)
Factory method to create a class to wrap a new RealDiv operation to the graph.
|
static <T> Xdivy<T> |
Xdivy.create(Scope scope,
Operand<T> x,
Operand<T> y)
Factory method to create a class to wrap a new Xdivy operation to the graph.
|
static <T> Xdivy<T> |
Xdivy.create(Scope scope,
Operand<T> x,
Operand<T> y)
Factory method to create a class to wrap a new Xdivy operation to the graph.
|
static <T extends Number> |
Relu6Grad.create(Scope scope,
Operand<T> gradients,
Operand<T> features)
Factory method to create a class to wrap a new Relu6Grad operation to the graph.
|
static <T extends Number> |
Relu6Grad.create(Scope scope,
Operand<T> gradients,
Operand<T> features)
Factory method to create a class to wrap a new Relu6Grad operation to the graph.
|
static <T extends Number> |
BitwiseAnd.create(Scope scope,
Operand<T> x,
Operand<T> y)
Factory method to create a class to wrap a new BitwiseAnd operation to the graph.
|
static <T extends Number> |
BitwiseAnd.create(Scope scope,
Operand<T> x,
Operand<T> y)
Factory method to create a class to wrap a new BitwiseAnd operation to the graph.
|
static <T extends Number> |
CholeskyGrad.create(Scope scope,
Operand<T> l,
Operand<T> grad)
Factory method to create a class to wrap a new CholeskyGrad operation to the graph.
|
static <T extends Number> |
CholeskyGrad.create(Scope scope,
Operand<T> l,
Operand<T> grad)
Factory method to create a class to wrap a new CholeskyGrad operation to the graph.
|
static <T extends Number> |
Maximum.create(Scope scope,
Operand<T> x,
Operand<T> y)
Factory method to create a class to wrap a new Maximum operation to the graph.
|
static <T extends Number> |
Maximum.create(Scope scope,
Operand<T> x,
Operand<T> y)
Factory method to create a class to wrap a new Maximum operation to the graph.
|
static <T extends Number> |
Igammac.create(Scope scope,
Operand<T> a,
Operand<T> x)
Factory method to create a class to wrap a new Igammac operation to the graph.
|
static <T extends Number> |
Igammac.create(Scope scope,
Operand<T> a,
Operand<T> x)
Factory method to create a class to wrap a new Igammac operation to the graph.
|
static <T extends Number> |
Minimum.create(Scope scope,
Operand<T> x,
Operand<T> y)
Factory method to create a class to wrap a new Minimum operation to the graph.
|
static <T extends Number> |
Minimum.create(Scope scope,
Operand<T> x,
Operand<T> y)
Factory method to create a class to wrap a new Minimum operation to the graph.
|
static <T extends Number> |
SoftmaxCrossEntropyWithLogits.create(Scope scope,
Operand<T> features,
Operand<T> labels)
Factory method to create a class to wrap a new SoftmaxCrossEntropyWithLogits operation to the graph.
|
static <T extends Number> |
SoftmaxCrossEntropyWithLogits.create(Scope scope,
Operand<T> features,
Operand<T> labels)
Factory method to create a class to wrap a new SoftmaxCrossEntropyWithLogits operation to the graph.
|
static <T extends Number> |
IgammaGradA.create(Scope scope,
Operand<T> a,
Operand<T> x)
Factory method to create a class to wrap a new IgammaGradA operation to the graph.
|
static <T extends Number> |
IgammaGradA.create(Scope scope,
Operand<T> a,
Operand<T> x)
Factory method to create a class to wrap a new IgammaGradA operation to the graph.
|
static <T extends Number> |
LessEqual.create(Scope scope,
Operand<T> x,
Operand<T> y)
Factory method to create a class to wrap a new LessEqual operation to the graph.
|
static <T extends Number> |
LessEqual.create(Scope scope,
Operand<T> x,
Operand<T> y)
Factory method to create a class to wrap a new LessEqual operation to the graph.
|
static <T extends Number> |
GreaterEqual.create(Scope scope,
Operand<T> x,
Operand<T> y)
Factory method to create a class to wrap a new GreaterEqual operation to the graph.
|
static <T extends Number> |
GreaterEqual.create(Scope scope,
Operand<T> x,
Operand<T> y)
Factory method to create a class to wrap a new GreaterEqual operation to the graph.
|
static <T extends Number> |
BroadcastDynamicShape.create(Scope scope,
Operand<T> s0,
Operand<T> s1)
Factory method to create a class to wrap a new BroadcastDynamicShape operation to the graph.
|
static <T extends Number> |
BroadcastDynamicShape.create(Scope scope,
Operand<T> s0,
Operand<T> s1)
Factory method to create a class to wrap a new BroadcastDynamicShape operation to the graph.
|
static <T extends Number> |
BitwiseOr.create(Scope scope,
Operand<T> x,
Operand<T> y)
Factory method to create a class to wrap a new BitwiseOr operation to the graph.
|
static <T extends Number> |
BitwiseOr.create(Scope scope,
Operand<T> x,
Operand<T> y)
Factory method to create a class to wrap a new BitwiseOr operation to the graph.
|
static <T extends Number> |
UnravelIndex.create(Scope scope,
Operand<T> indices,
Operand<T> dims)
Factory method to create a class to wrap a new UnravelIndex operation to the graph.
|
static <T extends Number> |
UnravelIndex.create(Scope scope,
Operand<T> indices,
Operand<T> dims)
Factory method to create a class to wrap a new UnravelIndex operation to the graph.
|
static <T extends Number> |
Greater.create(Scope scope,
Operand<T> x,
Operand<T> y)
Factory method to create a class to wrap a new Greater operation to the graph.
|
static <T extends Number> |
Greater.create(Scope scope,
Operand<T> x,
Operand<T> y)
Factory method to create a class to wrap a new Greater operation to the graph.
|
static <T extends Number> |
EluGrad.create(Scope scope,
Operand<T> gradients,
Operand<T> outputs)
Factory method to create a class to wrap a new EluGrad operation to the graph.
|
static <T extends Number> |
EluGrad.create(Scope scope,
Operand<T> gradients,
Operand<T> outputs)
Factory method to create a class to wrap a new EluGrad operation to the graph.
|
static <T extends Number> |
SoftsignGrad.create(Scope scope,
Operand<T> gradients,
Operand<T> features)
Factory method to create a class to wrap a new SoftsignGrad operation to the graph.
|
static <T extends Number> |
SoftsignGrad.create(Scope scope,
Operand<T> gradients,
Operand<T> features)
Factory method to create a class to wrap a new SoftsignGrad operation to the graph.
|
static <T extends Number> |
ReluGrad.create(Scope scope,
Operand<T> gradients,
Operand<T> features)
Factory method to create a class to wrap a new ReluGrad operation to the graph.
|
static <T extends Number> |
ReluGrad.create(Scope scope,
Operand<T> gradients,
Operand<T> features)
Factory method to create a class to wrap a new ReluGrad operation to the graph.
|
static <T extends Number> |
BatchCholeskyGrad.create(Scope scope,
Operand<T> l,
Operand<T> grad)
Factory method to create a class to wrap a new BatchCholeskyGrad operation to the graph.
|
static <T extends Number> |
BatchCholeskyGrad.create(Scope scope,
Operand<T> l,
Operand<T> grad)
Factory method to create a class to wrap a new BatchCholeskyGrad operation to the graph.
|
static <T extends Number> |
Polygamma.create(Scope scope,
Operand<T> a,
Operand<T> x)
Factory method to create a class to wrap a new Polygamma operation to the graph.
|
static <T extends Number> |
Polygamma.create(Scope scope,
Operand<T> a,
Operand<T> x)
Factory method to create a class to wrap a new Polygamma operation to the graph.
|
static <T extends Number> |
SoftplusGrad.create(Scope scope,
Operand<T> gradients,
Operand<T> features)
Factory method to create a class to wrap a new SoftplusGrad operation to the graph.
|
static <T extends Number> |
SoftplusGrad.create(Scope scope,
Operand<T> gradients,
Operand<T> features)
Factory method to create a class to wrap a new SoftplusGrad operation to the graph.
|
static <T extends Number> |
LeftShift.create(Scope scope,
Operand<T> x,
Operand<T> y)
Factory method to create a class to wrap a new LeftShift operation to the graph.
|
static <T extends Number> |
LeftShift.create(Scope scope,
Operand<T> x,
Operand<T> y)
Factory method to create a class to wrap a new LeftShift operation to the graph.
|
static <T extends Number> |
Atan2.create(Scope scope,
Operand<T> y,
Operand<T> x)
Factory method to create a class to wrap a new Atan2 operation to the graph.
|
static <T extends Number> |
Atan2.create(Scope scope,
Operand<T> y,
Operand<T> x)
Factory method to create a class to wrap a new Atan2 operation to the graph.
|
static <T extends Number> |
Cross.create(Scope scope,
Operand<T> a,
Operand<T> b)
Factory method to create a class to wrap a new Cross operation to the graph.
|
static <T extends Number> |
Cross.create(Scope scope,
Operand<T> a,
Operand<T> b)
Factory method to create a class to wrap a new Cross operation to the graph.
|
static <T extends Number> |
TruncateMod.create(Scope scope,
Operand<T> x,
Operand<T> y)
Factory method to create a class to wrap a new TruncateMod operation to the graph.
|
static <T extends Number> |
TruncateMod.create(Scope scope,
Operand<T> x,
Operand<T> y)
Factory method to create a class to wrap a new TruncateMod operation to the graph.
|
static <T extends Number> |
Less.create(Scope scope,
Operand<T> x,
Operand<T> y)
Factory method to create a class to wrap a new Less operation to the graph.
|
static <T extends Number> |
Less.create(Scope scope,
Operand<T> x,
Operand<T> y)
Factory method to create a class to wrap a new Less operation to the graph.
|
static <T extends Number> |
Mod.create(Scope scope,
Operand<T> x,
Operand<T> y)
Factory method to create a class to wrap a new Mod operation to the graph.
|
static <T extends Number> |
Mod.create(Scope scope,
Operand<T> x,
Operand<T> y)
Factory method to create a class to wrap a new Mod operation to the graph.
|
static <T extends Number> |
RandomGammaGrad.create(Scope scope,
Operand<T> alpha,
Operand<T> sample)
Factory method to create a class to wrap a new RandomGammaGrad operation to the graph.
|
static <T extends Number> |
RandomGammaGrad.create(Scope scope,
Operand<T> alpha,
Operand<T> sample)
Factory method to create a class to wrap a new RandomGammaGrad operation to the graph.
|
static <T extends Number> |
DivNoNan.create(Scope scope,
Operand<T> x,
Operand<T> y)
Factory method to create a class to wrap a new DivNoNan operation to the graph.
|
static <T extends Number> |
DivNoNan.create(Scope scope,
Operand<T> x,
Operand<T> y)
Factory method to create a class to wrap a new DivNoNan operation to the graph.
|
static <T extends Number> |
BroadcastGradientArgs.create(Scope scope,
Operand<T> s0,
Operand<T> s1)
Factory method to create a class to wrap a new BroadcastGradientArgs operation to the graph.
|
static <T extends Number> |
BroadcastGradientArgs.create(Scope scope,
Operand<T> s0,
Operand<T> s1)
Factory method to create a class to wrap a new BroadcastGradientArgs operation to the graph.
|
static <T extends Number> |
SeluGrad.create(Scope scope,
Operand<T> gradients,
Operand<T> outputs)
Factory method to create a class to wrap a new SeluGrad operation to the graph.
|
static <T extends Number> |
SeluGrad.create(Scope scope,
Operand<T> gradients,
Operand<T> outputs)
Factory method to create a class to wrap a new SeluGrad operation to the graph.
|
static <T extends Number> |
Igamma.create(Scope scope,
Operand<T> a,
Operand<T> x)
Factory method to create a class to wrap a new Igamma operation to the graph.
|
static <T extends Number> |
Igamma.create(Scope scope,
Operand<T> a,
Operand<T> x)
Factory method to create a class to wrap a new Igamma operation to the graph.
|
static <T extends Number> |
RightShift.create(Scope scope,
Operand<T> x,
Operand<T> y)
Factory method to create a class to wrap a new RightShift operation to the graph.
|
static <T extends Number> |
RightShift.create(Scope scope,
Operand<T> x,
Operand<T> y)
Factory method to create a class to wrap a new RightShift operation to the graph.
|
static <T extends Number> |
Zeta.create(Scope scope,
Operand<T> x,
Operand<T> q)
Factory method to create a class to wrap a new Zeta operation to the graph.
|
static <T extends Number> |
Zeta.create(Scope scope,
Operand<T> x,
Operand<T> q)
Factory method to create a class to wrap a new Zeta operation to the graph.
|
static <T extends Number> |
FloorMod.create(Scope scope,
Operand<T> x,
Operand<T> y)
Factory method to create a class to wrap a new FloorMod operation to the graph.
|
static <T extends Number> |
FloorMod.create(Scope scope,
Operand<T> x,
Operand<T> y)
Factory method to create a class to wrap a new FloorMod operation to the graph.
|
static <T extends Number> |
BitwiseXor.create(Scope scope,
Operand<T> x,
Operand<T> y)
Factory method to create a class to wrap a new BitwiseXor operation to the graph.
|
static <T extends Number> |
BitwiseXor.create(Scope scope,
Operand<T> x,
Operand<T> y)
Factory method to create a class to wrap a new BitwiseXor operation to the graph.
|
static <T> ApproximateEqual |
ApproximateEqual.create(Scope scope,
Operand<T> x,
Operand<T> y,
ApproximateEqual.Options... options)
Factory method to create a class to wrap a new ApproximateEqual operation to the graph.
|
static <T> ApproximateEqual |
ApproximateEqual.create(Scope scope,
Operand<T> x,
Operand<T> y,
ApproximateEqual.Options... options)
Factory method to create a class to wrap a new ApproximateEqual operation to the graph.
|
static <T> Assign<T> |
Assign.create(Scope scope,
Operand<T> ref,
Operand<T> value,
Assign.Options... options)
Factory method to create a class to wrap a new Assign operation to the graph.
|
static <T> Assign<T> |
Assign.create(Scope scope,
Operand<T> ref,
Operand<T> value,
Assign.Options... options)
Factory method to create a class to wrap a new Assign operation to the graph.
|
static <T> AssignAdd<T> |
AssignAdd.create(Scope scope,
Operand<T> ref,
Operand<T> value,
AssignAdd.Options... options)
Factory method to create a class to wrap a new AssignAdd operation to the graph.
|
static <T> AssignAdd<T> |
AssignAdd.create(Scope scope,
Operand<T> ref,
Operand<T> value,
AssignAdd.Options... options)
Factory method to create a class to wrap a new AssignAdd operation to the graph.
|
static <T> AssignSub<T> |
AssignSub.create(Scope scope,
Operand<T> ref,
Operand<T> value,
AssignSub.Options... options)
Factory method to create a class to wrap a new AssignSub operation to the graph.
|
static <T> AssignSub<T> |
AssignSub.create(Scope scope,
Operand<T> ref,
Operand<T> value,
AssignSub.Options... options)
Factory method to create a class to wrap a new AssignSub operation to the graph.
|
static <T> BatchMatMul<T> |
BatchMatMul.create(Scope scope,
Operand<T> x,
Operand<T> y,
BatchMatMul.Options... options)
Factory method to create a class to wrap a new BatchMatMul operation to the graph.
|
static <T> BatchMatMul<T> |
BatchMatMul.create(Scope scope,
Operand<T> x,
Operand<T> y,
BatchMatMul.Options... options)
Factory method to create a class to wrap a new BatchMatMul operation to the graph.
|
static <T extends Number> |
BatchMatrixSolve.create(Scope scope,
Operand<T> matrix,
Operand<T> rhs,
BatchMatrixSolve.Options... options)
Factory method to create a class to wrap a new BatchMatrixSolve operation to the graph.
|
static <T extends Number> |
BatchMatrixSolve.create(Scope scope,
Operand<T> matrix,
Operand<T> rhs,
BatchMatrixSolve.Options... options)
Factory method to create a class to wrap a new BatchMatrixSolve operation to the graph.
|
static <T extends Number> |
BatchMatrixTriangularSolve.create(Scope scope,
Operand<T> matrix,
Operand<T> rhs,
BatchMatrixTriangularSolve.Options... options)
Factory method to create a class to wrap a new BatchMatrixTriangularSolve operation to the graph.
|
static <T extends Number> |
BatchMatrixTriangularSolve.create(Scope scope,
Operand<T> matrix,
Operand<T> rhs,
BatchMatrixTriangularSolve.Options... options)
Factory method to create a class to wrap a new BatchMatrixTriangularSolve operation to the graph.
|
static <T> BiasAdd<T> |
BiasAdd.create(Scope scope,
Operand<T> value,
Operand<T> bias,
BiasAdd.Options... options)
Factory method to create a class to wrap a new BiasAdd operation to the graph.
|
static <T> BiasAdd<T> |
BiasAdd.create(Scope scope,
Operand<T> value,
Operand<T> bias,
BiasAdd.Options... options)
Factory method to create a class to wrap a new BiasAdd operation to the graph.
|
static <T,U extends Number> |
SetDiff1D.create(Scope scope,
Operand<T> x,
Operand<T> y,
Class<U> outIdx)
Factory method to create a class to wrap a new SetDiff1D operation to the graph.
|
static <T,U extends Number> |
SetDiff1D.create(Scope scope,
Operand<T> x,
Operand<T> y,
Class<U> outIdx)
Factory method to create a class to wrap a new SetDiff1D operation to the graph.
|
static <U extends Number,T> |
LowerBound.create(Scope scope,
Operand<T> sortedInputs,
Operand<T> values,
Class<U> outType)
Factory method to create a class to wrap a new LowerBound operation to the graph.
|
static <U extends Number,T> |
LowerBound.create(Scope scope,
Operand<T> sortedInputs,
Operand<T> values,
Class<U> outType)
Factory method to create a class to wrap a new LowerBound operation to the graph.
|
static <U extends Number,T> |
UpperBound.create(Scope scope,
Operand<T> sortedInputs,
Operand<T> values,
Class<U> outType)
Factory method to create a class to wrap a new UpperBound operation to the graph.
|
static <U extends Number,T> |
UpperBound.create(Scope scope,
Operand<T> sortedInputs,
Operand<T> values,
Class<U> outType)
Factory method to create a class to wrap a new UpperBound operation to the graph.
|
static <U,T extends Number> |
Complex.create(Scope scope,
Operand<T> real,
Operand<T> imag,
Class<U> Tout)
Factory method to create a class to wrap a new Complex operation to the graph.
|
static <U,T extends Number> |
Complex.create(Scope scope,
Operand<T> real,
Operand<T> imag,
Class<U> Tout)
Factory method to create a class to wrap a new Complex operation to the graph.
|
static <T extends Number> |
Dilation2D.create(Scope scope,
Operand<T> input,
Operand<T> filter,
List<Long> strides,
List<Long> rates,
String padding)
Factory method to create a class to wrap a new Dilation2D operation to the graph.
|
static <T extends Number> |
Dilation2D.create(Scope scope,
Operand<T> input,
Operand<T> filter,
List<Long> strides,
List<Long> rates,
String padding)
Factory method to create a class to wrap a new Dilation2D operation to the graph.
|
static <T extends Number> |
Conv2D.create(Scope scope,
Operand<T> input,
Operand<T> filter,
List<Long> strides,
String padding,
Conv2D.Options... options)
Factory method to create a class to wrap a new Conv2D operation to the graph.
|
static <T extends Number> |
Conv2D.create(Scope scope,
Operand<T> input,
Operand<T> filter,
List<Long> strides,
String padding,
Conv2D.Options... options)
Factory method to create a class to wrap a new Conv2D operation to the graph.
|
static <T extends Number> |
Conv3D.create(Scope scope,
Operand<T> input,
Operand<T> filter,
List<Long> strides,
String padding,
Conv3D.Options... options)
Factory method to create a class to wrap a new Conv3D operation to the graph.
|
static <T extends Number> |
Conv3D.create(Scope scope,
Operand<T> input,
Operand<T> filter,
List<Long> strides,
String padding,
Conv3D.Options... options)
Factory method to create a class to wrap a new Conv3D operation to the graph.
|
static <T extends Number> |
DepthwiseConv2dNative.create(Scope scope,
Operand<T> input,
Operand<T> filter,
List<Long> strides,
String padding,
DepthwiseConv2dNative.Options... options)
Factory method to create a class to wrap a new DepthwiseConv2dNative operation to the graph.
|
static <T extends Number> |
DepthwiseConv2dNative.create(Scope scope,
Operand<T> input,
Operand<T> filter,
List<Long> strides,
String padding,
DepthwiseConv2dNative.Options... options)
Factory method to create a class to wrap a new DepthwiseConv2dNative operation to the graph.
|
static <T> MatMul<T> |
MatMul.create(Scope scope,
Operand<T> a,
Operand<T> b,
MatMul.Options... options)
Factory method to create a class to wrap a new MatMul operation to the graph.
|
static <T> MatMul<T> |
MatMul.create(Scope scope,
Operand<T> a,
Operand<T> b,
MatMul.Options... options)
Factory method to create a class to wrap a new MatMul operation to the graph.
|
static <T> MatrixSolve<T> |
MatrixSolve.create(Scope scope,
Operand<T> matrix,
Operand<T> rhs,
MatrixSolve.Options... options)
Factory method to create a class to wrap a new MatrixSolve operation to the graph.
|
static <T> MatrixSolve<T> |
MatrixSolve.create(Scope scope,
Operand<T> matrix,
Operand<T> rhs,
MatrixSolve.Options... options)
Factory method to create a class to wrap a new MatrixSolve operation to the graph.
|
static <T> MatrixTriangularSolve<T> |
MatrixTriangularSolve.create(Scope scope,
Operand<T> matrix,
Operand<T> rhs,
MatrixTriangularSolve.Options... options)
Factory method to create a class to wrap a new MatrixTriangularSolve operation to the graph.
|
static <T> MatrixTriangularSolve<T> |
MatrixTriangularSolve.create(Scope scope,
Operand<T> matrix,
Operand<T> rhs,
MatrixTriangularSolve.Options... options)
Factory method to create a class to wrap a new MatrixTriangularSolve operation to the graph.
|
static <T extends Number> |
BatchMatrixSolveLs.create(Scope scope,
Operand<T> matrix,
Operand<T> rhs,
Operand<Double> l2Regularizer,
BatchMatrixSolveLs.Options... options)
Factory method to create a class to wrap a new BatchMatrixSolveLs operation to the graph.
|
static <T extends Number> |
BatchMatrixSolveLs.create(Scope scope,
Operand<T> matrix,
Operand<T> rhs,
Operand<Double> l2Regularizer,
BatchMatrixSolveLs.Options... options)
Factory method to create a class to wrap a new BatchMatrixSolveLs operation to the graph.
|
static <T extends Number> |
BatchMatrixSolveLs.create(Scope scope,
Operand<T> matrix,
Operand<T> rhs,
Operand<Double> l2Regularizer,
BatchMatrixSolveLs.Options... options)
Factory method to create a class to wrap a new BatchMatrixSolveLs operation to the graph.
|
static <T> MatrixSolveLs<T> |
MatrixSolveLs.create(Scope scope,
Operand<T> matrix,
Operand<T> rhs,
Operand<Double> l2Regularizer,
MatrixSolveLs.Options... options)
Factory method to create a class to wrap a new MatrixSolveLs operation to the graph.
|
static <T> MatrixSolveLs<T> |
MatrixSolveLs.create(Scope scope,
Operand<T> matrix,
Operand<T> rhs,
Operand<Double> l2Regularizer,
MatrixSolveLs.Options... options)
Factory method to create a class to wrap a new MatrixSolveLs operation to the graph.
|
static <T> MatrixSolveLs<T> |
MatrixSolveLs.create(Scope scope,
Operand<T> matrix,
Operand<T> rhs,
Operand<Double> l2Regularizer,
MatrixSolveLs.Options... options)
Factory method to create a class to wrap a new MatrixSolveLs operation to the graph.
|
static <T extends Number,U extends Number> |
FusedBatchNormGradV2.create(Scope scope,
Operand<T> yBackprop,
Operand<T> x,
Operand<Float> scale,
Operand<U> reserveSpace1,
Operand<U> reserveSpace2,
FusedBatchNormGradV2.Options... options)
Factory method to create a class to wrap a new FusedBatchNormGradV2 operation to the graph.
|
static <T extends Number,U extends Number> |
FusedBatchNormGradV2.create(Scope scope,
Operand<T> yBackprop,
Operand<T> x,
Operand<Float> scale,
Operand<U> reserveSpace1,
Operand<U> reserveSpace2,
FusedBatchNormGradV2.Options... options)
Factory method to create a class to wrap a new FusedBatchNormGradV2 operation to the graph.
|
static <T extends Number,U extends Number> |
FusedBatchNormGradV2.create(Scope scope,
Operand<T> yBackprop,
Operand<T> x,
Operand<Float> scale,
Operand<U> reserveSpace1,
Operand<U> reserveSpace2,
FusedBatchNormGradV2.Options... options)
Factory method to create a class to wrap a new FusedBatchNormGradV2 operation to the graph.
|
static <T extends Number,U extends Number> |
FusedBatchNormGradV2.create(Scope scope,
Operand<T> yBackprop,
Operand<T> x,
Operand<Float> scale,
Operand<U> reserveSpace1,
Operand<U> reserveSpace2,
FusedBatchNormGradV2.Options... options)
Factory method to create a class to wrap a new FusedBatchNormGradV2 operation to the graph.
|
static <T extends Number,U extends Number> |
FusedBatchNormGradV2.create(Scope scope,
Operand<T> yBackprop,
Operand<T> x,
Operand<Float> scale,
Operand<U> reserveSpace1,
Operand<U> reserveSpace2,
FusedBatchNormGradV2.Options... options)
Factory method to create a class to wrap a new FusedBatchNormGradV2 operation to the graph.
|
static <T extends Number> |
HistogramFixedWidth.create(Scope scope,
Operand<T> values,
Operand<T> valueRange,
Operand<Integer> nbins)
Factory method to create a class to wrap a new HistogramFixedWidth operation to the graph, using default output types.
|
static <T extends Number> |
HistogramFixedWidth.create(Scope scope,
Operand<T> values,
Operand<T> valueRange,
Operand<Integer> nbins)
Factory method to create a class to wrap a new HistogramFixedWidth operation to the graph, using default output types.
|
static <T extends Number> |
HistogramFixedWidth.create(Scope scope,
Operand<T> values,
Operand<T> valueRange,
Operand<Integer> nbins)
Factory method to create a class to wrap a new HistogramFixedWidth operation to the graph, using default output types.
|
static <U extends Number,T extends Number> |
HistogramFixedWidth.create(Scope scope,
Operand<T> values,
Operand<T> valueRange,
Operand<Integer> nbins,
Class<U> dtype)
Factory method to create a class to wrap a new HistogramFixedWidth operation to the graph.
|
static <U extends Number,T extends Number> |
HistogramFixedWidth.create(Scope scope,
Operand<T> values,
Operand<T> valueRange,
Operand<Integer> nbins,
Class<U> dtype)
Factory method to create a class to wrap a new HistogramFixedWidth operation to the graph.
|
static <U extends Number,T extends Number> |
HistogramFixedWidth.create(Scope scope,
Operand<T> values,
Operand<T> valueRange,
Operand<Integer> nbins,
Class<U> dtype)
Factory method to create a class to wrap a new HistogramFixedWidth operation to the graph.
|
static <T extends Number> |
NonMaxSuppressionV2.create(Scope scope,
Operand<T> boxes,
Operand<T> scores,
Operand<Integer> maxOutputSize,
Operand<Float> iouThreshold)
Factory method to create a class to wrap a new NonMaxSuppressionV2 operation to the graph.
|
static <T extends Number> |
NonMaxSuppressionV2.create(Scope scope,
Operand<T> boxes,
Operand<T> scores,
Operand<Integer> maxOutputSize,
Operand<Float> iouThreshold)
Factory method to create a class to wrap a new NonMaxSuppressionV2 operation to the graph.
|
static <T extends Number> |
NonMaxSuppressionV2.create(Scope scope,
Operand<T> boxes,
Operand<T> scores,
Operand<Integer> maxOutputSize,
Operand<Float> iouThreshold)
Factory method to create a class to wrap a new NonMaxSuppressionV2 operation to the graph.
|
static <T extends Number> |
NonMaxSuppressionV2.create(Scope scope,
Operand<T> boxes,
Operand<T> scores,
Operand<Integer> maxOutputSize,
Operand<Float> iouThreshold)
Factory method to create a class to wrap a new NonMaxSuppressionV2 operation to the graph.
|
static <T extends Number> |
NonMaxSuppressionV3.create(Scope scope,
Operand<T> boxes,
Operand<T> scores,
Operand<Integer> maxOutputSize,
Operand<Float> iouThreshold,
Operand<Float> scoreThreshold)
Factory method to create a class to wrap a new NonMaxSuppressionV3 operation to the graph.
|
static <T extends Number> |
NonMaxSuppressionV3.create(Scope scope,
Operand<T> boxes,
Operand<T> scores,
Operand<Integer> maxOutputSize,
Operand<Float> iouThreshold,
Operand<Float> scoreThreshold)
Factory method to create a class to wrap a new NonMaxSuppressionV3 operation to the graph.
|
static <T extends Number> |
NonMaxSuppressionV3.create(Scope scope,
Operand<T> boxes,
Operand<T> scores,
Operand<Integer> maxOutputSize,
Operand<Float> iouThreshold,
Operand<Float> scoreThreshold)
Factory method to create a class to wrap a new NonMaxSuppressionV3 operation to the graph.
|
static <T extends Number> |
NonMaxSuppressionV3.create(Scope scope,
Operand<T> boxes,
Operand<T> scores,
Operand<Integer> maxOutputSize,
Operand<Float> iouThreshold,
Operand<Float> scoreThreshold)
Factory method to create a class to wrap a new NonMaxSuppressionV3 operation to the graph.
|
static <T extends Number> |
NonMaxSuppressionV3.create(Scope scope,
Operand<T> boxes,
Operand<T> scores,
Operand<Integer> maxOutputSize,
Operand<Float> iouThreshold,
Operand<Float> scoreThreshold)
Factory method to create a class to wrap a new NonMaxSuppressionV3 operation to the graph.
|
static <T extends Number> |
NonMaxSuppressionV4.create(Scope scope,
Operand<T> boxes,
Operand<T> scores,
Operand<Integer> maxOutputSize,
Operand<Float> iouThreshold,
Operand<Float> scoreThreshold,
NonMaxSuppressionV4.Options... options)
Factory method to create a class to wrap a new NonMaxSuppressionV4 operation to the graph.
|
static <T extends Number> |
NonMaxSuppressionV4.create(Scope scope,
Operand<T> boxes,
Operand<T> scores,
Operand<Integer> maxOutputSize,
Operand<Float> iouThreshold,
Operand<Float> scoreThreshold,
NonMaxSuppressionV4.Options... options)
Factory method to create a class to wrap a new NonMaxSuppressionV4 operation to the graph.
|
static <T extends Number> |
NonMaxSuppressionV4.create(Scope scope,
Operand<T> boxes,
Operand<T> scores,
Operand<Integer> maxOutputSize,
Operand<Float> iouThreshold,
Operand<Float> scoreThreshold,
NonMaxSuppressionV4.Options... options)
Factory method to create a class to wrap a new NonMaxSuppressionV4 operation to the graph.
|
static <T extends Number> |
NonMaxSuppressionV4.create(Scope scope,
Operand<T> boxes,
Operand<T> scores,
Operand<Integer> maxOutputSize,
Operand<Float> iouThreshold,
Operand<Float> scoreThreshold,
NonMaxSuppressionV4.Options... options)
Factory method to create a class to wrap a new NonMaxSuppressionV4 operation to the graph.
|
static <T extends Number> |
NonMaxSuppressionV4.create(Scope scope,
Operand<T> boxes,
Operand<T> scores,
Operand<Integer> maxOutputSize,
Operand<Float> iouThreshold,
Operand<Float> scoreThreshold,
NonMaxSuppressionV4.Options... options)
Factory method to create a class to wrap a new NonMaxSuppressionV4 operation to the graph.
|
static <T> ClipByValue<T> |
ClipByValue.create(Scope scope,
Operand<T> t,
Operand<T> clipValueMin,
Operand<T> clipValueMax)
Factory method to create a class to wrap a new ClipByValue operation to the graph.
|
static <T> ClipByValue<T> |
ClipByValue.create(Scope scope,
Operand<T> t,
Operand<T> clipValueMin,
Operand<T> clipValueMax)
Factory method to create a class to wrap a new ClipByValue operation to the graph.
|
static <T> ClipByValue<T> |
ClipByValue.create(Scope scope,
Operand<T> t,
Operand<T> clipValueMin,
Operand<T> clipValueMax)
Factory method to create a class to wrap a new ClipByValue operation to the graph.
|
static <T extends Number> |
Range.create(Scope scope,
Operand<T> start,
Operand<T> limit,
Operand<T> delta)
Factory method to create a class to wrap a new Range operation to the graph.
|
static <T extends Number> |
Range.create(Scope scope,
Operand<T> start,
Operand<T> limit,
Operand<T> delta)
Factory method to create a class to wrap a new Range operation to the graph.
|
static <T extends Number> |
Range.create(Scope scope,
Operand<T> start,
Operand<T> limit,
Operand<T> delta)
Factory method to create a class to wrap a new Range operation to the graph.
|
static <T extends Number> |
Betainc.create(Scope scope,
Operand<T> a,
Operand<T> b,
Operand<T> x)
Factory method to create a class to wrap a new Betainc operation to the graph.
|
static <T extends Number> |
Betainc.create(Scope scope,
Operand<T> a,
Operand<T> b,
Operand<T> x)
Factory method to create a class to wrap a new Betainc operation to the graph.
|
static <T extends Number> |
Betainc.create(Scope scope,
Operand<T> a,
Operand<T> b,
Operand<T> x)
Factory method to create a class to wrap a new Betainc operation to the graph.
|
static <T> ApplyGradientDescent<T> |
ApplyGradientDescent.create(Scope scope,
Operand<T> var,
Operand<T> alpha,
Operand<T> delta,
ApplyGradientDescent.Options... options)
Factory method to create a class to wrap a new ApplyGradientDescent operation to the graph.
|
static <T> ApplyGradientDescent<T> |
ApplyGradientDescent.create(Scope scope,
Operand<T> var,
Operand<T> alpha,
Operand<T> delta,
ApplyGradientDescent.Options... options)
Factory method to create a class to wrap a new ApplyGradientDescent operation to the graph.
|
static <T> ApplyGradientDescent<T> |
ApplyGradientDescent.create(Scope scope,
Operand<T> var,
Operand<T> alpha,
Operand<T> delta,
ApplyGradientDescent.Options... options)
Factory method to create a class to wrap a new ApplyGradientDescent operation to the graph.
|
static <T extends Number> |
Dilation2DBackpropFilter.create(Scope scope,
Operand<T> input,
Operand<T> filter,
Operand<T> outBackprop,
List<Long> strides,
List<Long> rates,
String padding)
Factory method to create a class to wrap a new Dilation2DBackpropFilter operation to the graph.
|
static <T extends Number> |
Dilation2DBackpropFilter.create(Scope scope,
Operand<T> input,
Operand<T> filter,
Operand<T> outBackprop,
List<Long> strides,
List<Long> rates,
String padding)
Factory method to create a class to wrap a new Dilation2DBackpropFilter operation to the graph.
|
static <T extends Number> |
Dilation2DBackpropFilter.create(Scope scope,
Operand<T> input,
Operand<T> filter,
Operand<T> outBackprop,
List<Long> strides,
List<Long> rates,
String padding)
Factory method to create a class to wrap a new Dilation2DBackpropFilter operation to the graph.
|
static <T extends Number> |
Dilation2DBackpropInput.create(Scope scope,
Operand<T> input,
Operand<T> filter,
Operand<T> outBackprop,
List<Long> strides,
List<Long> rates,
String padding)
Factory method to create a class to wrap a new Dilation2DBackpropInput operation to the graph.
|
static <T extends Number> |
Dilation2DBackpropInput.create(Scope scope,
Operand<T> input,
Operand<T> filter,
Operand<T> outBackprop,
List<Long> strides,
List<Long> rates,
String padding)
Factory method to create a class to wrap a new Dilation2DBackpropInput operation to the graph.
|
static <T extends Number> |
Dilation2DBackpropInput.create(Scope scope,
Operand<T> input,
Operand<T> filter,
Operand<T> outBackprop,
List<Long> strides,
List<Long> rates,
String padding)
Factory method to create a class to wrap a new Dilation2DBackpropInput operation to the graph.
|
static <T extends Number> |
MaxPool3DGradGrad.create(Scope scope,
Operand<T> origInput,
Operand<T> origOutput,
Operand<T> grad,
List<Long> ksize,
List<Long> strides,
String padding,
MaxPool3DGradGrad.Options... options)
Factory method to create a class to wrap a new MaxPool3DGradGrad operation to the graph.
|
static <T extends Number> |
MaxPool3DGradGrad.create(Scope scope,
Operand<T> origInput,
Operand<T> origOutput,
Operand<T> grad,
List<Long> ksize,
List<Long> strides,
String padding,
MaxPool3DGradGrad.Options... options)
Factory method to create a class to wrap a new MaxPool3DGradGrad operation to the graph.
|
static <T extends Number> |
MaxPool3DGradGrad.create(Scope scope,
Operand<T> origInput,
Operand<T> origOutput,
Operand<T> grad,
List<Long> ksize,
List<Long> strides,
String padding,
MaxPool3DGradGrad.Options... options)
Factory method to create a class to wrap a new MaxPool3DGradGrad operation to the graph.
|
static <T extends Number> |
MaxPoolGrad.create(Scope scope,
Operand<T> origInput,
Operand<T> origOutput,
Operand<T> grad,
List<Long> ksize,
List<Long> strides,
String padding,
MaxPoolGrad.Options... options)
Factory method to create a class to wrap a new MaxPoolGrad operation to the graph.
|
static <T extends Number> |
MaxPoolGrad.create(Scope scope,
Operand<T> origInput,
Operand<T> origOutput,
Operand<T> grad,
List<Long> ksize,
List<Long> strides,
String padding,
MaxPoolGrad.Options... options)
Factory method to create a class to wrap a new MaxPoolGrad operation to the graph.
|
static <T extends Number> |
MaxPoolGrad.create(Scope scope,
Operand<T> origInput,
Operand<T> origOutput,
Operand<T> grad,
List<Long> ksize,
List<Long> strides,
String padding,
MaxPoolGrad.Options... options)
Factory method to create a class to wrap a new MaxPoolGrad operation to the graph.
|
static <T extends Number> |
MaxPoolGradGrad.create(Scope scope,
Operand<T> origInput,
Operand<T> origOutput,
Operand<T> grad,
List<Long> ksize,
List<Long> strides,
String padding,
MaxPoolGradGrad.Options... options)
Factory method to create a class to wrap a new MaxPoolGradGrad operation to the graph.
|
static <T extends Number> |
MaxPoolGradGrad.create(Scope scope,
Operand<T> origInput,
Operand<T> origOutput,
Operand<T> grad,
List<Long> ksize,
List<Long> strides,
String padding,
MaxPoolGradGrad.Options... options)
Factory method to create a class to wrap a new MaxPoolGradGrad operation to the graph.
|
static <T extends Number> |
MaxPoolGradGrad.create(Scope scope,
Operand<T> origInput,
Operand<T> origOutput,
Operand<T> grad,
List<Long> ksize,
List<Long> strides,
String padding,
MaxPoolGradGrad.Options... options)
Factory method to create a class to wrap a new MaxPoolGradGrad operation to the graph.
|
static <T extends Number> |
Conv3DBackpropFilter.create(Scope scope,
Operand<T> input,
Operand<T> filter,
Operand<T> outBackprop,
List<Long> strides,
String padding,
Conv3DBackpropFilter.Options... options)
Factory method to create a class to wrap a new Conv3DBackpropFilter operation to the graph.
|
static <T extends Number> |
Conv3DBackpropFilter.create(Scope scope,
Operand<T> input,
Operand<T> filter,
Operand<T> outBackprop,
List<Long> strides,
String padding,
Conv3DBackpropFilter.Options... options)
Factory method to create a class to wrap a new Conv3DBackpropFilter operation to the graph.
|
static <T extends Number> |
Conv3DBackpropFilter.create(Scope scope,
Operand<T> input,
Operand<T> filter,
Operand<T> outBackprop,
List<Long> strides,
String padding,
Conv3DBackpropFilter.Options... options)
Factory method to create a class to wrap a new Conv3DBackpropFilter operation to the graph.
|
static <T extends Number> |
Conv3DBackpropInput.create(Scope scope,
Operand<T> input,
Operand<T> filter,
Operand<T> outBackprop,
List<Long> strides,
String padding,
Conv3DBackpropInput.Options... options)
Factory method to create a class to wrap a new Conv3DBackpropInput operation to the graph.
|
static <T extends Number> |
Conv3DBackpropInput.create(Scope scope,
Operand<T> input,
Operand<T> filter,
Operand<T> outBackprop,
List<Long> strides,
String padding,
Conv3DBackpropInput.Options... options)
Factory method to create a class to wrap a new Conv3DBackpropInput operation to the graph.
|
static <T extends Number> |
Conv3DBackpropInput.create(Scope scope,
Operand<T> input,
Operand<T> filter,
Operand<T> outBackprop,
List<Long> strides,
String padding,
Conv3DBackpropInput.Options... options)
Factory method to create a class to wrap a new Conv3DBackpropInput operation to the graph.
|
static <T extends Number> |
LRNGrad.create(Scope scope,
Operand<T> inputGrads,
Operand<T> inputImage,
Operand<T> outputImage,
LRNGrad.Options... options)
Factory method to create a class to wrap a new LRNGrad operation to the graph.
|
static <T extends Number> |
LRNGrad.create(Scope scope,
Operand<T> inputGrads,
Operand<T> inputImage,
Operand<T> outputImage,
LRNGrad.Options... options)
Factory method to create a class to wrap a new LRNGrad operation to the graph.
|
static <T extends Number> |
LRNGrad.create(Scope scope,
Operand<T> inputGrads,
Operand<T> inputImage,
Operand<T> outputImage,
LRNGrad.Options... options)
Factory method to create a class to wrap a new LRNGrad operation to the graph.
|
static <T extends Number> |
MaxPoolGradGradV2.create(Scope scope,
Operand<T> origInput,
Operand<T> origOutput,
Operand<T> grad,
Operand<Integer> ksize,
Operand<Integer> strides,
String padding,
MaxPoolGradGradV2.Options... options)
Factory method to create a class to wrap a new MaxPoolGradGradV2 operation to the graph.
|
static <T extends Number> |
MaxPoolGradGradV2.create(Scope scope,
Operand<T> origInput,
Operand<T> origOutput,
Operand<T> grad,
Operand<Integer> ksize,
Operand<Integer> strides,
String padding,
MaxPoolGradGradV2.Options... options)
Factory method to create a class to wrap a new MaxPoolGradGradV2 operation to the graph.
|
static <T extends Number> |
MaxPoolGradGradV2.create(Scope scope,
Operand<T> origInput,
Operand<T> origOutput,
Operand<T> grad,
Operand<Integer> ksize,
Operand<Integer> strides,
String padding,
MaxPoolGradGradV2.Options... options)
Factory method to create a class to wrap a new MaxPoolGradGradV2 operation to the graph.
|
static <T extends Number> |
MaxPoolGradGradV2.create(Scope scope,
Operand<T> origInput,
Operand<T> origOutput,
Operand<T> grad,
Operand<Integer> ksize,
Operand<Integer> strides,
String padding,
MaxPoolGradGradV2.Options... options)
Factory method to create a class to wrap a new MaxPoolGradGradV2 operation to the graph.
|
static <T extends Number> |
MaxPoolGradGradV2.create(Scope scope,
Operand<T> origInput,
Operand<T> origOutput,
Operand<T> grad,
Operand<Integer> ksize,
Operand<Integer> strides,
String padding,
MaxPoolGradGradV2.Options... options)
Factory method to create a class to wrap a new MaxPoolGradGradV2 operation to the graph.
|
static <T extends Number> |
MaxPoolGradV2.create(Scope scope,
Operand<T> origInput,
Operand<T> origOutput,
Operand<T> grad,
Operand<Integer> ksize,
Operand<Integer> strides,
String padding,
MaxPoolGradV2.Options... options)
Factory method to create a class to wrap a new MaxPoolGradV2 operation to the graph.
|
static <T extends Number> |
MaxPoolGradV2.create(Scope scope,
Operand<T> origInput,
Operand<T> origOutput,
Operand<T> grad,
Operand<Integer> ksize,
Operand<Integer> strides,
String padding,
MaxPoolGradV2.Options... options)
Factory method to create a class to wrap a new MaxPoolGradV2 operation to the graph.
|
static <T extends Number> |
MaxPoolGradV2.create(Scope scope,
Operand<T> origInput,
Operand<T> origOutput,
Operand<T> grad,
Operand<Integer> ksize,
Operand<Integer> strides,
String padding,
MaxPoolGradV2.Options... options)
Factory method to create a class to wrap a new MaxPoolGradV2 operation to the graph.
|
static <T extends Number> |
MaxPoolGradV2.create(Scope scope,
Operand<T> origInput,
Operand<T> origOutput,
Operand<T> grad,
Operand<Integer> ksize,
Operand<Integer> strides,
String padding,
MaxPoolGradV2.Options... options)
Factory method to create a class to wrap a new MaxPoolGradV2 operation to the graph.
|
static <T extends Number> |
MaxPoolGradV2.create(Scope scope,
Operand<T> origInput,
Operand<T> origOutput,
Operand<T> grad,
Operand<Integer> ksize,
Operand<Integer> strides,
String padding,
MaxPoolGradV2.Options... options)
Factory method to create a class to wrap a new MaxPoolGradV2 operation to the graph.
|
static <T extends Number> |
QuantizeAndDequantizeV3.create(Scope scope,
Operand<T> input,
Operand<T> inputMin,
Operand<T> inputMax,
Operand<Integer> numBits,
QuantizeAndDequantizeV3.Options... options)
Factory method to create a class to wrap a new QuantizeAndDequantizeV3 operation to the graph.
|
static <T extends Number> |
QuantizeAndDequantizeV3.create(Scope scope,
Operand<T> input,
Operand<T> inputMin,
Operand<T> inputMax,
Operand<Integer> numBits,
QuantizeAndDequantizeV3.Options... options)
Factory method to create a class to wrap a new QuantizeAndDequantizeV3 operation to the graph.
|
static <T extends Number> |
QuantizeAndDequantizeV3.create(Scope scope,
Operand<T> input,
Operand<T> inputMin,
Operand<T> inputMax,
Operand<Integer> numBits,
QuantizeAndDequantizeV3.Options... options)
Factory method to create a class to wrap a new QuantizeAndDequantizeV3 operation to the graph.
|
static <T extends Number> |
QuantizeAndDequantizeV3.create(Scope scope,
Operand<T> input,
Operand<T> inputMin,
Operand<T> inputMax,
Operand<Integer> numBits,
QuantizeAndDequantizeV3.Options... options)
Factory method to create a class to wrap a new QuantizeAndDequantizeV3 operation to the graph.
|
static <T extends Number> |
FractionalMaxPoolGrad.create(Scope scope,
Operand<T> origInput,
Operand<T> origOutput,
Operand<T> outBackprop,
Operand<Long> rowPoolingSequence,
Operand<Long> colPoolingSequence,
FractionalMaxPoolGrad.Options... options)
Factory method to create a class to wrap a new FractionalMaxPoolGrad operation to the graph.
|
static <T extends Number> |
FractionalMaxPoolGrad.create(Scope scope,
Operand<T> origInput,
Operand<T> origOutput,
Operand<T> outBackprop,
Operand<Long> rowPoolingSequence,
Operand<Long> colPoolingSequence,
FractionalMaxPoolGrad.Options... options)
Factory method to create a class to wrap a new FractionalMaxPoolGrad operation to the graph.
|
static <T extends Number> |
FractionalMaxPoolGrad.create(Scope scope,
Operand<T> origInput,
Operand<T> origOutput,
Operand<T> outBackprop,
Operand<Long> rowPoolingSequence,
Operand<Long> colPoolingSequence,
FractionalMaxPoolGrad.Options... options)
Factory method to create a class to wrap a new FractionalMaxPoolGrad operation to the graph.
|
static <T extends Number> |
FractionalMaxPoolGrad.create(Scope scope,
Operand<T> origInput,
Operand<T> origOutput,
Operand<T> outBackprop,
Operand<Long> rowPoolingSequence,
Operand<Long> colPoolingSequence,
FractionalMaxPoolGrad.Options... options)
Factory method to create a class to wrap a new FractionalMaxPoolGrad operation to the graph.
|
static <T extends Number> |
FractionalMaxPoolGrad.create(Scope scope,
Operand<T> origInput,
Operand<T> origOutput,
Operand<T> outBackprop,
Operand<Long> rowPoolingSequence,
Operand<Long> colPoolingSequence,
FractionalMaxPoolGrad.Options... options)
Factory method to create a class to wrap a new FractionalMaxPoolGrad operation to the graph.
|
static <T> ApplyAdagrad<T> |
ApplyAdagrad.create(Scope scope,
Operand<T> var,
Operand<T> accum,
Operand<T> lr,
Operand<T> grad,
ApplyAdagrad.Options... options)
Factory method to create a class to wrap a new ApplyAdagrad operation to the graph.
|
static <T> ApplyAdagrad<T> |
ApplyAdagrad.create(Scope scope,
Operand<T> var,
Operand<T> accum,
Operand<T> lr,
Operand<T> grad,
ApplyAdagrad.Options... options)
Factory method to create a class to wrap a new ApplyAdagrad operation to the graph.
|
static <T> ApplyAdagrad<T> |
ApplyAdagrad.create(Scope scope,
Operand<T> var,
Operand<T> accum,
Operand<T> lr,
Operand<T> grad,
ApplyAdagrad.Options... options)
Factory method to create a class to wrap a new ApplyAdagrad operation to the graph.
|
static <T> ApplyAdagrad<T> |
ApplyAdagrad.create(Scope scope,
Operand<T> var,
Operand<T> accum,
Operand<T> lr,
Operand<T> grad,
ApplyAdagrad.Options... options)
Factory method to create a class to wrap a new ApplyAdagrad operation to the graph.
|
static <T extends Number> |
CudnnRNN.create(Scope scope,
Operand<T> input,
Operand<T> inputH,
Operand<T> inputC,
Operand<T> params,
CudnnRNN.Options... options)
Factory method to create a class to wrap a new CudnnRNN operation to the graph.
|
static <T extends Number> |
CudnnRNN.create(Scope scope,
Operand<T> input,
Operand<T> inputH,
Operand<T> inputC,
Operand<T> params,
CudnnRNN.Options... options)
Factory method to create a class to wrap a new CudnnRNN operation to the graph.
|
static <T extends Number> |
CudnnRNN.create(Scope scope,
Operand<T> input,
Operand<T> inputH,
Operand<T> inputC,
Operand<T> params,
CudnnRNN.Options... options)
Factory method to create a class to wrap a new CudnnRNN operation to the graph.
|
static <T extends Number> |
CudnnRNN.create(Scope scope,
Operand<T> input,
Operand<T> inputH,
Operand<T> inputC,
Operand<T> params,
CudnnRNN.Options... options)
Factory method to create a class to wrap a new CudnnRNN operation to the graph.
|
static <T extends Number> |
CudnnRNNV2.create(Scope scope,
Operand<T> input,
Operand<T> inputH,
Operand<T> inputC,
Operand<T> params,
CudnnRNNV2.Options... options)
Factory method to create a class to wrap a new CudnnRNNV2 operation to the graph.
|
static <T extends Number> |
CudnnRNNV2.create(Scope scope,
Operand<T> input,
Operand<T> inputH,
Operand<T> inputC,
Operand<T> params,
CudnnRNNV2.Options... options)
Factory method to create a class to wrap a new CudnnRNNV2 operation to the graph.
|
static <T extends Number> |
CudnnRNNV2.create(Scope scope,
Operand<T> input,
Operand<T> inputH,
Operand<T> inputC,
Operand<T> params,
CudnnRNNV2.Options... options)
Factory method to create a class to wrap a new CudnnRNNV2 operation to the graph.
|
static <T extends Number> |
CudnnRNNV2.create(Scope scope,
Operand<T> input,
Operand<T> inputH,
Operand<T> inputC,
Operand<T> params,
CudnnRNNV2.Options... options)
Factory method to create a class to wrap a new CudnnRNNV2 operation to the graph.
|
static <T> ApplyMomentum<T> |
ApplyMomentum.create(Scope scope,
Operand<T> var,
Operand<T> accum,
Operand<T> lr,
Operand<T> grad,
Operand<T> momentum,
ApplyMomentum.Options... options)
Factory method to create a class to wrap a new ApplyMomentum operation to the graph.
|
static <T> ApplyMomentum<T> |
ApplyMomentum.create(Scope scope,
Operand<T> var,
Operand<T> accum,
Operand<T> lr,
Operand<T> grad,
Operand<T> momentum,
ApplyMomentum.Options... options)
Factory method to create a class to wrap a new ApplyMomentum operation to the graph.
|
static <T> ApplyMomentum<T> |
ApplyMomentum.create(Scope scope,
Operand<T> var,
Operand<T> accum,
Operand<T> lr,
Operand<T> grad,
Operand<T> momentum,
ApplyMomentum.Options... options)
Factory method to create a class to wrap a new ApplyMomentum operation to the graph.
|
static <T> ApplyMomentum<T> |
ApplyMomentum.create(Scope scope,
Operand<T> var,
Operand<T> accum,
Operand<T> lr,
Operand<T> grad,
Operand<T> momentum,
ApplyMomentum.Options... options)
Factory method to create a class to wrap a new ApplyMomentum operation to the graph.
|
static <T> ApplyMomentum<T> |
ApplyMomentum.create(Scope scope,
Operand<T> var,
Operand<T> accum,
Operand<T> lr,
Operand<T> grad,
Operand<T> momentum,
ApplyMomentum.Options... options)
Factory method to create a class to wrap a new ApplyMomentum operation to the graph.
|
static <T> ApplyProximalGradientDescent<T> |
ApplyProximalGradientDescent.create(Scope scope,
Operand<T> var,
Operand<T> alpha,
Operand<T> l1,
Operand<T> l2,
Operand<T> delta,
ApplyProximalGradientDescent.Options... options)
Factory method to create a class to wrap a new ApplyProximalGradientDescent operation to the graph.
|
static <T> ApplyProximalGradientDescent<T> |
ApplyProximalGradientDescent.create(Scope scope,
Operand<T> var,
Operand<T> alpha,
Operand<T> l1,
Operand<T> l2,
Operand<T> delta,
ApplyProximalGradientDescent.Options... options)
Factory method to create a class to wrap a new ApplyProximalGradientDescent operation to the graph.
|
static <T> ApplyProximalGradientDescent<T> |
ApplyProximalGradientDescent.create(Scope scope,
Operand<T> var,
Operand<T> alpha,
Operand<T> l1,
Operand<T> l2,
Operand<T> delta,
ApplyProximalGradientDescent.Options... options)
Factory method to create a class to wrap a new ApplyProximalGradientDescent operation to the graph.
|
static <T> ApplyProximalGradientDescent<T> |
ApplyProximalGradientDescent.create(Scope scope,
Operand<T> var,
Operand<T> alpha,
Operand<T> l1,
Operand<T> l2,
Operand<T> delta,
ApplyProximalGradientDescent.Options... options)
Factory method to create a class to wrap a new ApplyProximalGradientDescent operation to the graph.
|
static <T> ApplyProximalGradientDescent<T> |
ApplyProximalGradientDescent.create(Scope scope,
Operand<T> var,
Operand<T> alpha,
Operand<T> l1,
Operand<T> l2,
Operand<T> delta,
ApplyProximalGradientDescent.Options... options)
Factory method to create a class to wrap a new ApplyProximalGradientDescent operation to the graph.
|
static <T> BatchNormWithGlobalNormalizationGrad<T> |
BatchNormWithGlobalNormalizationGrad.create(Scope scope,
Operand<T> t,
Operand<T> m,
Operand<T> v,
Operand<T> gamma,
Operand<T> backprop,
Float varianceEpsilon,
Boolean scaleAfterNormalization)
Factory method to create a class to wrap a new BatchNormWithGlobalNormalizationGrad operation to the graph.
|
static <T> BatchNormWithGlobalNormalizationGrad<T> |
BatchNormWithGlobalNormalizationGrad.create(Scope scope,
Operand<T> t,
Operand<T> m,
Operand<T> v,
Operand<T> gamma,
Operand<T> backprop,
Float varianceEpsilon,
Boolean scaleAfterNormalization)
Factory method to create a class to wrap a new BatchNormWithGlobalNormalizationGrad operation to the graph.
|
static <T> BatchNormWithGlobalNormalizationGrad<T> |
BatchNormWithGlobalNormalizationGrad.create(Scope scope,
Operand<T> t,
Operand<T> m,
Operand<T> v,
Operand<T> gamma,
Operand<T> backprop,
Float varianceEpsilon,
Boolean scaleAfterNormalization)
Factory method to create a class to wrap a new BatchNormWithGlobalNormalizationGrad operation to the graph.
|
static <T> BatchNormWithGlobalNormalizationGrad<T> |
BatchNormWithGlobalNormalizationGrad.create(Scope scope,
Operand<T> t,
Operand<T> m,
Operand<T> v,
Operand<T> gamma,
Operand<T> backprop,
Float varianceEpsilon,
Boolean scaleAfterNormalization)
Factory method to create a class to wrap a new BatchNormWithGlobalNormalizationGrad operation to the graph.
|
static <T> BatchNormWithGlobalNormalizationGrad<T> |
BatchNormWithGlobalNormalizationGrad.create(Scope scope,
Operand<T> t,
Operand<T> m,
Operand<T> v,
Operand<T> gamma,
Operand<T> backprop,
Float varianceEpsilon,
Boolean scaleAfterNormalization)
Factory method to create a class to wrap a new BatchNormWithGlobalNormalizationGrad operation to the graph.
|
static <T> BatchNormWithGlobalNormalization<T> |
BatchNormWithGlobalNormalization.create(Scope scope,
Operand<T> t,
Operand<T> m,
Operand<T> v,
Operand<T> beta,
Operand<T> gamma,
Float varianceEpsilon,
Boolean scaleAfterNormalization)
Factory method to create a class to wrap a new BatchNormWithGlobalNormalization operation to the graph.
|
static <T> BatchNormWithGlobalNormalization<T> |
BatchNormWithGlobalNormalization.create(Scope scope,
Operand<T> t,
Operand<T> m,
Operand<T> v,
Operand<T> beta,
Operand<T> gamma,
Float varianceEpsilon,
Boolean scaleAfterNormalization)
Factory method to create a class to wrap a new BatchNormWithGlobalNormalization operation to the graph.
|
static <T> BatchNormWithGlobalNormalization<T> |
BatchNormWithGlobalNormalization.create(Scope scope,
Operand<T> t,
Operand<T> m,
Operand<T> v,
Operand<T> beta,
Operand<T> gamma,
Float varianceEpsilon,
Boolean scaleAfterNormalization)
Factory method to create a class to wrap a new BatchNormWithGlobalNormalization operation to the graph.
|
static <T> BatchNormWithGlobalNormalization<T> |
BatchNormWithGlobalNormalization.create(Scope scope,
Operand<T> t,
Operand<T> m,
Operand<T> v,
Operand<T> beta,
Operand<T> gamma,
Float varianceEpsilon,
Boolean scaleAfterNormalization)
Factory method to create a class to wrap a new BatchNormWithGlobalNormalization operation to the graph.
|
static <T> BatchNormWithGlobalNormalization<T> |
BatchNormWithGlobalNormalization.create(Scope scope,
Operand<T> t,
Operand<T> m,
Operand<T> v,
Operand<T> beta,
Operand<T> gamma,
Float varianceEpsilon,
Boolean scaleAfterNormalization)
Factory method to create a class to wrap a new BatchNormWithGlobalNormalization operation to the graph.
|
static <T extends Number> |
FusedBatchNorm.create(Scope scope,
Operand<T> x,
Operand<T> scale,
Operand<T> offset,
Operand<T> mean,
Operand<T> variance,
FusedBatchNorm.Options... options)
Factory method to create a class to wrap a new FusedBatchNorm operation to the graph.
|
static <T extends Number> |
FusedBatchNorm.create(Scope scope,
Operand<T> x,
Operand<T> scale,
Operand<T> offset,
Operand<T> mean,
Operand<T> variance,
FusedBatchNorm.Options... options)
Factory method to create a class to wrap a new FusedBatchNorm operation to the graph.
|
static <T extends Number> |
FusedBatchNorm.create(Scope scope,
Operand<T> x,
Operand<T> scale,
Operand<T> offset,
Operand<T> mean,
Operand<T> variance,
FusedBatchNorm.Options... options)
Factory method to create a class to wrap a new FusedBatchNorm operation to the graph.
|
static <T extends Number> |
FusedBatchNorm.create(Scope scope,
Operand<T> x,
Operand<T> scale,
Operand<T> offset,
Operand<T> mean,
Operand<T> variance,
FusedBatchNorm.Options... options)
Factory method to create a class to wrap a new FusedBatchNorm operation to the graph.
|
static <T extends Number> |
FusedBatchNorm.create(Scope scope,
Operand<T> x,
Operand<T> scale,
Operand<T> offset,
Operand<T> mean,
Operand<T> variance,
FusedBatchNorm.Options... options)
Factory method to create a class to wrap a new FusedBatchNorm operation to the graph.
|
static <T extends Number> |
FusedBatchNormGrad.create(Scope scope,
Operand<T> yBackprop,
Operand<T> x,
Operand<T> scale,
Operand<T> reserveSpace1,
Operand<T> reserveSpace2,
FusedBatchNormGrad.Options... options)
Factory method to create a class to wrap a new FusedBatchNormGrad operation to the graph.
|
static <T extends Number> |
FusedBatchNormGrad.create(Scope scope,
Operand<T> yBackprop,
Operand<T> x,
Operand<T> scale,
Operand<T> reserveSpace1,
Operand<T> reserveSpace2,
FusedBatchNormGrad.Options... options)
Factory method to create a class to wrap a new FusedBatchNormGrad operation to the graph.
|
static <T extends Number> |
FusedBatchNormGrad.create(Scope scope,
Operand<T> yBackprop,
Operand<T> x,
Operand<T> scale,
Operand<T> reserveSpace1,
Operand<T> reserveSpace2,
FusedBatchNormGrad.Options... options)
Factory method to create a class to wrap a new FusedBatchNormGrad operation to the graph.
|
static <T extends Number> |
FusedBatchNormGrad.create(Scope scope,
Operand<T> yBackprop,
Operand<T> x,
Operand<T> scale,
Operand<T> reserveSpace1,
Operand<T> reserveSpace2,
FusedBatchNormGrad.Options... options)
Factory method to create a class to wrap a new FusedBatchNormGrad operation to the graph.
|
static <T extends Number> |
FusedBatchNormGrad.create(Scope scope,
Operand<T> yBackprop,
Operand<T> x,
Operand<T> scale,
Operand<T> reserveSpace1,
Operand<T> reserveSpace2,
FusedBatchNormGrad.Options... options)
Factory method to create a class to wrap a new FusedBatchNormGrad operation to the graph.
|
static <T> ApplyProximalAdagrad<T> |
ApplyProximalAdagrad.create(Scope scope,
Operand<T> var,
Operand<T> accum,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> grad,
ApplyProximalAdagrad.Options... options)
Factory method to create a class to wrap a new ApplyProximalAdagrad operation to the graph.
|
static <T> ApplyProximalAdagrad<T> |
ApplyProximalAdagrad.create(Scope scope,
Operand<T> var,
Operand<T> accum,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> grad,
ApplyProximalAdagrad.Options... options)
Factory method to create a class to wrap a new ApplyProximalAdagrad operation to the graph.
|
static <T> ApplyProximalAdagrad<T> |
ApplyProximalAdagrad.create(Scope scope,
Operand<T> var,
Operand<T> accum,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> grad,
ApplyProximalAdagrad.Options... options)
Factory method to create a class to wrap a new ApplyProximalAdagrad operation to the graph.
|
static <T> ApplyProximalAdagrad<T> |
ApplyProximalAdagrad.create(Scope scope,
Operand<T> var,
Operand<T> accum,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> grad,
ApplyProximalAdagrad.Options... options)
Factory method to create a class to wrap a new ApplyProximalAdagrad operation to the graph.
|
static <T> ApplyProximalAdagrad<T> |
ApplyProximalAdagrad.create(Scope scope,
Operand<T> var,
Operand<T> accum,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> grad,
ApplyProximalAdagrad.Options... options)
Factory method to create a class to wrap a new ApplyProximalAdagrad operation to the graph.
|
static <T> ApplyProximalAdagrad<T> |
ApplyProximalAdagrad.create(Scope scope,
Operand<T> var,
Operand<T> accum,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> grad,
ApplyProximalAdagrad.Options... options)
Factory method to create a class to wrap a new ApplyProximalAdagrad operation to the graph.
|
static <T> ApplyAdadelta<T> |
ApplyAdadelta.create(Scope scope,
Operand<T> var,
Operand<T> accum,
Operand<T> accumUpdate,
Operand<T> lr,
Operand<T> rho,
Operand<T> epsilon,
Operand<T> grad,
ApplyAdadelta.Options... options)
Factory method to create a class to wrap a new ApplyAdadelta operation to the graph.
|
static <T> ApplyAdadelta<T> |
ApplyAdadelta.create(Scope scope,
Operand<T> var,
Operand<T> accum,
Operand<T> accumUpdate,
Operand<T> lr,
Operand<T> rho,
Operand<T> epsilon,
Operand<T> grad,
ApplyAdadelta.Options... options)
Factory method to create a class to wrap a new ApplyAdadelta operation to the graph.
|
static <T> ApplyAdadelta<T> |
ApplyAdadelta.create(Scope scope,
Operand<T> var,
Operand<T> accum,
Operand<T> accumUpdate,
Operand<T> lr,
Operand<T> rho,
Operand<T> epsilon,
Operand<T> grad,
ApplyAdadelta.Options... options)
Factory method to create a class to wrap a new ApplyAdadelta operation to the graph.
|
static <T> ApplyAdadelta<T> |
ApplyAdadelta.create(Scope scope,
Operand<T> var,
Operand<T> accum,
Operand<T> accumUpdate,
Operand<T> lr,
Operand<T> rho,
Operand<T> epsilon,
Operand<T> grad,
ApplyAdadelta.Options... options)
Factory method to create a class to wrap a new ApplyAdadelta operation to the graph.
|
static <T> ApplyAdadelta<T> |
ApplyAdadelta.create(Scope scope,
Operand<T> var,
Operand<T> accum,
Operand<T> accumUpdate,
Operand<T> lr,
Operand<T> rho,
Operand<T> epsilon,
Operand<T> grad,
ApplyAdadelta.Options... options)
Factory method to create a class to wrap a new ApplyAdadelta operation to the graph.
|
static <T> ApplyAdadelta<T> |
ApplyAdadelta.create(Scope scope,
Operand<T> var,
Operand<T> accum,
Operand<T> accumUpdate,
Operand<T> lr,
Operand<T> rho,
Operand<T> epsilon,
Operand<T> grad,
ApplyAdadelta.Options... options)
Factory method to create a class to wrap a new ApplyAdadelta operation to the graph.
|
static <T> ApplyAdadelta<T> |
ApplyAdadelta.create(Scope scope,
Operand<T> var,
Operand<T> accum,
Operand<T> accumUpdate,
Operand<T> lr,
Operand<T> rho,
Operand<T> epsilon,
Operand<T> grad,
ApplyAdadelta.Options... options)
Factory method to create a class to wrap a new ApplyAdadelta operation to the graph.
|
static <T> ApplyAddSign<T> |
ApplyAddSign.create(Scope scope,
Operand<T> var,
Operand<T> m,
Operand<T> lr,
Operand<T> alpha,
Operand<T> signDecay,
Operand<T> beta,
Operand<T> grad,
ApplyAddSign.Options... options)
Factory method to create a class to wrap a new ApplyAddSign operation to the graph.
|
static <T> ApplyAddSign<T> |
ApplyAddSign.create(Scope scope,
Operand<T> var,
Operand<T> m,
Operand<T> lr,
Operand<T> alpha,
Operand<T> signDecay,
Operand<T> beta,
Operand<T> grad,
ApplyAddSign.Options... options)
Factory method to create a class to wrap a new ApplyAddSign operation to the graph.
|
static <T> ApplyAddSign<T> |
ApplyAddSign.create(Scope scope,
Operand<T> var,
Operand<T> m,
Operand<T> lr,
Operand<T> alpha,
Operand<T> signDecay,
Operand<T> beta,
Operand<T> grad,
ApplyAddSign.Options... options)
Factory method to create a class to wrap a new ApplyAddSign operation to the graph.
|
static <T> ApplyAddSign<T> |
ApplyAddSign.create(Scope scope,
Operand<T> var,
Operand<T> m,
Operand<T> lr,
Operand<T> alpha,
Operand<T> signDecay,
Operand<T> beta,
Operand<T> grad,
ApplyAddSign.Options... options)
Factory method to create a class to wrap a new ApplyAddSign operation to the graph.
|
static <T> ApplyAddSign<T> |
ApplyAddSign.create(Scope scope,
Operand<T> var,
Operand<T> m,
Operand<T> lr,
Operand<T> alpha,
Operand<T> signDecay,
Operand<T> beta,
Operand<T> grad,
ApplyAddSign.Options... options)
Factory method to create a class to wrap a new ApplyAddSign operation to the graph.
|
static <T> ApplyAddSign<T> |
ApplyAddSign.create(Scope scope,
Operand<T> var,
Operand<T> m,
Operand<T> lr,
Operand<T> alpha,
Operand<T> signDecay,
Operand<T> beta,
Operand<T> grad,
ApplyAddSign.Options... options)
Factory method to create a class to wrap a new ApplyAddSign operation to the graph.
|
static <T> ApplyAddSign<T> |
ApplyAddSign.create(Scope scope,
Operand<T> var,
Operand<T> m,
Operand<T> lr,
Operand<T> alpha,
Operand<T> signDecay,
Operand<T> beta,
Operand<T> grad,
ApplyAddSign.Options... options)
Factory method to create a class to wrap a new ApplyAddSign operation to the graph.
|
static <T> ApplyPowerSign<T> |
ApplyPowerSign.create(Scope scope,
Operand<T> var,
Operand<T> m,
Operand<T> lr,
Operand<T> logbase,
Operand<T> signDecay,
Operand<T> beta,
Operand<T> grad,
ApplyPowerSign.Options... options)
Factory method to create a class to wrap a new ApplyPowerSign operation to the graph.
|
static <T> ApplyPowerSign<T> |
ApplyPowerSign.create(Scope scope,
Operand<T> var,
Operand<T> m,
Operand<T> lr,
Operand<T> logbase,
Operand<T> signDecay,
Operand<T> beta,
Operand<T> grad,
ApplyPowerSign.Options... options)
Factory method to create a class to wrap a new ApplyPowerSign operation to the graph.
|
static <T> ApplyPowerSign<T> |
ApplyPowerSign.create(Scope scope,
Operand<T> var,
Operand<T> m,
Operand<T> lr,
Operand<T> logbase,
Operand<T> signDecay,
Operand<T> beta,
Operand<T> grad,
ApplyPowerSign.Options... options)
Factory method to create a class to wrap a new ApplyPowerSign operation to the graph.
|
static <T> ApplyPowerSign<T> |
ApplyPowerSign.create(Scope scope,
Operand<T> var,
Operand<T> m,
Operand<T> lr,
Operand<T> logbase,
Operand<T> signDecay,
Operand<T> beta,
Operand<T> grad,
ApplyPowerSign.Options... options)
Factory method to create a class to wrap a new ApplyPowerSign operation to the graph.
|
static <T> ApplyPowerSign<T> |
ApplyPowerSign.create(Scope scope,
Operand<T> var,
Operand<T> m,
Operand<T> lr,
Operand<T> logbase,
Operand<T> signDecay,
Operand<T> beta,
Operand<T> grad,
ApplyPowerSign.Options... options)
Factory method to create a class to wrap a new ApplyPowerSign operation to the graph.
|
static <T> ApplyPowerSign<T> |
ApplyPowerSign.create(Scope scope,
Operand<T> var,
Operand<T> m,
Operand<T> lr,
Operand<T> logbase,
Operand<T> signDecay,
Operand<T> beta,
Operand<T> grad,
ApplyPowerSign.Options... options)
Factory method to create a class to wrap a new ApplyPowerSign operation to the graph.
|
static <T> ApplyPowerSign<T> |
ApplyPowerSign.create(Scope scope,
Operand<T> var,
Operand<T> m,
Operand<T> lr,
Operand<T> logbase,
Operand<T> signDecay,
Operand<T> beta,
Operand<T> grad,
ApplyPowerSign.Options... options)
Factory method to create a class to wrap a new ApplyPowerSign operation to the graph.
|
static <T> ApplyAdagradDA<T> |
ApplyAdagradDA.create(Scope scope,
Operand<T> var,
Operand<T> gradientAccumulator,
Operand<T> gradientSquaredAccumulator,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<Long> globalStep,
ApplyAdagradDA.Options... options)
Factory method to create a class to wrap a new ApplyAdagradDA operation to the graph.
|
static <T> ApplyAdagradDA<T> |
ApplyAdagradDA.create(Scope scope,
Operand<T> var,
Operand<T> gradientAccumulator,
Operand<T> gradientSquaredAccumulator,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<Long> globalStep,
ApplyAdagradDA.Options... options)
Factory method to create a class to wrap a new ApplyAdagradDA operation to the graph.
|
static <T> ApplyAdagradDA<T> |
ApplyAdagradDA.create(Scope scope,
Operand<T> var,
Operand<T> gradientAccumulator,
Operand<T> gradientSquaredAccumulator,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<Long> globalStep,
ApplyAdagradDA.Options... options)
Factory method to create a class to wrap a new ApplyAdagradDA operation to the graph.
|
static <T> ApplyAdagradDA<T> |
ApplyAdagradDA.create(Scope scope,
Operand<T> var,
Operand<T> gradientAccumulator,
Operand<T> gradientSquaredAccumulator,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<Long> globalStep,
ApplyAdagradDA.Options... options)
Factory method to create a class to wrap a new ApplyAdagradDA operation to the graph.
|
static <T> ApplyAdagradDA<T> |
ApplyAdagradDA.create(Scope scope,
Operand<T> var,
Operand<T> gradientAccumulator,
Operand<T> gradientSquaredAccumulator,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<Long> globalStep,
ApplyAdagradDA.Options... options)
Factory method to create a class to wrap a new ApplyAdagradDA operation to the graph.
|
static <T> ApplyAdagradDA<T> |
ApplyAdagradDA.create(Scope scope,
Operand<T> var,
Operand<T> gradientAccumulator,
Operand<T> gradientSquaredAccumulator,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<Long> globalStep,
ApplyAdagradDA.Options... options)
Factory method to create a class to wrap a new ApplyAdagradDA operation to the graph.
|
static <T> ApplyAdagradDA<T> |
ApplyAdagradDA.create(Scope scope,
Operand<T> var,
Operand<T> gradientAccumulator,
Operand<T> gradientSquaredAccumulator,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<Long> globalStep,
ApplyAdagradDA.Options... options)
Factory method to create a class to wrap a new ApplyAdagradDA operation to the graph.
|
static <T> ApplyAdagradDA<T> |
ApplyAdagradDA.create(Scope scope,
Operand<T> var,
Operand<T> gradientAccumulator,
Operand<T> gradientSquaredAccumulator,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<Long> globalStep,
ApplyAdagradDA.Options... options)
Factory method to create a class to wrap a new ApplyAdagradDA operation to the graph.
|
static <T> ApplyFtrl<T> |
ApplyFtrl.create(Scope scope,
Operand<T> var,
Operand<T> accum,
Operand<T> linear,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> lrPower,
ApplyFtrl.Options... options)
Factory method to create a class to wrap a new ApplyFtrl operation to the graph.
|
static <T> ApplyFtrl<T> |
ApplyFtrl.create(Scope scope,
Operand<T> var,
Operand<T> accum,
Operand<T> linear,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> lrPower,
ApplyFtrl.Options... options)
Factory method to create a class to wrap a new ApplyFtrl operation to the graph.
|
static <T> ApplyFtrl<T> |
ApplyFtrl.create(Scope scope,
Operand<T> var,
Operand<T> accum,
Operand<T> linear,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> lrPower,
ApplyFtrl.Options... options)
Factory method to create a class to wrap a new ApplyFtrl operation to the graph.
|
static <T> ApplyFtrl<T> |
ApplyFtrl.create(Scope scope,
Operand<T> var,
Operand<T> accum,
Operand<T> linear,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> lrPower,
ApplyFtrl.Options... options)
Factory method to create a class to wrap a new ApplyFtrl operation to the graph.
|
static <T> ApplyFtrl<T> |
ApplyFtrl.create(Scope scope,
Operand<T> var,
Operand<T> accum,
Operand<T> linear,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> lrPower,
ApplyFtrl.Options... options)
Factory method to create a class to wrap a new ApplyFtrl operation to the graph.
|
static <T> ApplyFtrl<T> |
ApplyFtrl.create(Scope scope,
Operand<T> var,
Operand<T> accum,
Operand<T> linear,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> lrPower,
ApplyFtrl.Options... options)
Factory method to create a class to wrap a new ApplyFtrl operation to the graph.
|
static <T> ApplyFtrl<T> |
ApplyFtrl.create(Scope scope,
Operand<T> var,
Operand<T> accum,
Operand<T> linear,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> lrPower,
ApplyFtrl.Options... options)
Factory method to create a class to wrap a new ApplyFtrl operation to the graph.
|
static <T> ApplyFtrl<T> |
ApplyFtrl.create(Scope scope,
Operand<T> var,
Operand<T> accum,
Operand<T> linear,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> lrPower,
ApplyFtrl.Options... options)
Factory method to create a class to wrap a new ApplyFtrl operation to the graph.
|
static <T> ApplyRMSProp<T> |
ApplyRMSProp.create(Scope scope,
Operand<T> var,
Operand<T> ms,
Operand<T> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
ApplyRMSProp.Options... options)
Factory method to create a class to wrap a new ApplyRMSProp operation to the graph.
|
static <T> ApplyRMSProp<T> |
ApplyRMSProp.create(Scope scope,
Operand<T> var,
Operand<T> ms,
Operand<T> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
ApplyRMSProp.Options... options)
Factory method to create a class to wrap a new ApplyRMSProp operation to the graph.
|
static <T> ApplyRMSProp<T> |
ApplyRMSProp.create(Scope scope,
Operand<T> var,
Operand<T> ms,
Operand<T> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
ApplyRMSProp.Options... options)
Factory method to create a class to wrap a new ApplyRMSProp operation to the graph.
|
static <T> ApplyRMSProp<T> |
ApplyRMSProp.create(Scope scope,
Operand<T> var,
Operand<T> ms,
Operand<T> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
ApplyRMSProp.Options... options)
Factory method to create a class to wrap a new ApplyRMSProp operation to the graph.
|
static <T> ApplyRMSProp<T> |
ApplyRMSProp.create(Scope scope,
Operand<T> var,
Operand<T> ms,
Operand<T> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
ApplyRMSProp.Options... options)
Factory method to create a class to wrap a new ApplyRMSProp operation to the graph.
|
static <T> ApplyRMSProp<T> |
ApplyRMSProp.create(Scope scope,
Operand<T> var,
Operand<T> ms,
Operand<T> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
ApplyRMSProp.Options... options)
Factory method to create a class to wrap a new ApplyRMSProp operation to the graph.
|
static <T> ApplyRMSProp<T> |
ApplyRMSProp.create(Scope scope,
Operand<T> var,
Operand<T> ms,
Operand<T> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
ApplyRMSProp.Options... options)
Factory method to create a class to wrap a new ApplyRMSProp operation to the graph.
|
static <T> ApplyRMSProp<T> |
ApplyRMSProp.create(Scope scope,
Operand<T> var,
Operand<T> ms,
Operand<T> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
ApplyRMSProp.Options... options)
Factory method to create a class to wrap a new ApplyRMSProp operation to the graph.
|
static <T> ApplyAdaMax<T> |
ApplyAdaMax.create(Scope scope,
Operand<T> var,
Operand<T> m,
Operand<T> v,
Operand<T> beta1Power,
Operand<T> lr,
Operand<T> beta1,
Operand<T> beta2,
Operand<T> epsilon,
Operand<T> grad,
ApplyAdaMax.Options... options)
Factory method to create a class to wrap a new ApplyAdaMax operation to the graph.
|
static <T> ApplyAdaMax<T> |
ApplyAdaMax.create(Scope scope,
Operand<T> var,
Operand<T> m,
Operand<T> v,
Operand<T> beta1Power,
Operand<T> lr,
Operand<T> beta1,
Operand<T> beta2,
Operand<T> epsilon,
Operand<T> grad,
ApplyAdaMax.Options... options)
Factory method to create a class to wrap a new ApplyAdaMax operation to the graph.
|
static <T> ApplyAdaMax<T> |
ApplyAdaMax.create(Scope scope,
Operand<T> var,
Operand<T> m,
Operand<T> v,
Operand<T> beta1Power,
Operand<T> lr,
Operand<T> beta1,
Operand<T> beta2,
Operand<T> epsilon,
Operand<T> grad,
ApplyAdaMax.Options... options)
Factory method to create a class to wrap a new ApplyAdaMax operation to the graph.
|
static <T> ApplyAdaMax<T> |
ApplyAdaMax.create(Scope scope,
Operand<T> var,
Operand<T> m,
Operand<T> v,
Operand<T> beta1Power,
Operand<T> lr,
Operand<T> beta1,
Operand<T> beta2,
Operand<T> epsilon,
Operand<T> grad,
ApplyAdaMax.Options... options)
Factory method to create a class to wrap a new ApplyAdaMax operation to the graph.
|
static <T> ApplyAdaMax<T> |
ApplyAdaMax.create(Scope scope,
Operand<T> var,
Operand<T> m,
Operand<T> v,
Operand<T> beta1Power,
Operand<T> lr,
Operand<T> beta1,
Operand<T> beta2,
Operand<T> epsilon,
Operand<T> grad,
ApplyAdaMax.Options... options)
Factory method to create a class to wrap a new ApplyAdaMax operation to the graph.
|
static <T> ApplyAdaMax<T> |
ApplyAdaMax.create(Scope scope,
Operand<T> var,
Operand<T> m,
Operand<T> v,
Operand<T> beta1Power,
Operand<T> lr,
Operand<T> beta1,
Operand<T> beta2,
Operand<T> epsilon,
Operand<T> grad,
ApplyAdaMax.Options... options)
Factory method to create a class to wrap a new ApplyAdaMax operation to the graph.
|
static <T> ApplyAdaMax<T> |
ApplyAdaMax.create(Scope scope,
Operand<T> var,
Operand<T> m,
Operand<T> v,
Operand<T> beta1Power,
Operand<T> lr,
Operand<T> beta1,
Operand<T> beta2,
Operand<T> epsilon,
Operand<T> grad,
ApplyAdaMax.Options... options)
Factory method to create a class to wrap a new ApplyAdaMax operation to the graph.
|
static <T> ApplyAdaMax<T> |
ApplyAdaMax.create(Scope scope,
Operand<T> var,
Operand<T> m,
Operand<T> v,
Operand<T> beta1Power,
Operand<T> lr,
Operand<T> beta1,
Operand<T> beta2,
Operand<T> epsilon,
Operand<T> grad,
ApplyAdaMax.Options... options)
Factory method to create a class to wrap a new ApplyAdaMax operation to the graph.
|
static <T> ApplyAdaMax<T> |
ApplyAdaMax.create(Scope scope,
Operand<T> var,
Operand<T> m,
Operand<T> v,
Operand<T> beta1Power,
Operand<T> lr,
Operand<T> beta1,
Operand<T> beta2,
Operand<T> epsilon,
Operand<T> grad,
ApplyAdaMax.Options... options)
Factory method to create a class to wrap a new ApplyAdaMax operation to the graph.
|
static <T> ApplyCenteredRMSProp<T> |
ApplyCenteredRMSProp.create(Scope scope,
Operand<T> var,
Operand<T> mg,
Operand<T> ms,
Operand<T> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
ApplyCenteredRMSProp.Options... options)
Factory method to create a class to wrap a new ApplyCenteredRMSProp operation to the graph.
|
static <T> ApplyCenteredRMSProp<T> |
ApplyCenteredRMSProp.create(Scope scope,
Operand<T> var,
Operand<T> mg,
Operand<T> ms,
Operand<T> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
ApplyCenteredRMSProp.Options... options)
Factory method to create a class to wrap a new ApplyCenteredRMSProp operation to the graph.
|
static <T> ApplyCenteredRMSProp<T> |
ApplyCenteredRMSProp.create(Scope scope,
Operand<T> var,
Operand<T> mg,
Operand<T> ms,
Operand<T> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
ApplyCenteredRMSProp.Options... options)
Factory method to create a class to wrap a new ApplyCenteredRMSProp operation to the graph.
|
static <T> ApplyCenteredRMSProp<T> |
ApplyCenteredRMSProp.create(Scope scope,
Operand<T> var,
Operand<T> mg,
Operand<T> ms,
Operand<T> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
ApplyCenteredRMSProp.Options... options)
Factory method to create a class to wrap a new ApplyCenteredRMSProp operation to the graph.
|
static <T> ApplyCenteredRMSProp<T> |
ApplyCenteredRMSProp.create(Scope scope,
Operand<T> var,
Operand<T> mg,
Operand<T> ms,
Operand<T> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
ApplyCenteredRMSProp.Options... options)
Factory method to create a class to wrap a new ApplyCenteredRMSProp operation to the graph.
|
static <T> ApplyCenteredRMSProp<T> |
ApplyCenteredRMSProp.create(Scope scope,
Operand<T> var,
Operand<T> mg,
Operand<T> ms,
Operand<T> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
ApplyCenteredRMSProp.Options... options)
Factory method to create a class to wrap a new ApplyCenteredRMSProp operation to the graph.
|
static <T> ApplyCenteredRMSProp<T> |
ApplyCenteredRMSProp.create(Scope scope,
Operand<T> var,
Operand<T> mg,
Operand<T> ms,
Operand<T> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
ApplyCenteredRMSProp.Options... options)
Factory method to create a class to wrap a new ApplyCenteredRMSProp operation to the graph.
|
static <T> ApplyCenteredRMSProp<T> |
ApplyCenteredRMSProp.create(Scope scope,
Operand<T> var,
Operand<T> mg,
Operand<T> ms,
Operand<T> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
ApplyCenteredRMSProp.Options... options)
Factory method to create a class to wrap a new ApplyCenteredRMSProp operation to the graph.
|
static <T> ApplyCenteredRMSProp<T> |
ApplyCenteredRMSProp.create(Scope scope,
Operand<T> var,
Operand<T> mg,
Operand<T> ms,
Operand<T> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
ApplyCenteredRMSProp.Options... options)
Factory method to create a class to wrap a new ApplyCenteredRMSProp operation to the graph.
|
static <T> ApplyFtrlV2<T> |
ApplyFtrlV2.create(Scope scope,
Operand<T> var,
Operand<T> accum,
Operand<T> linear,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> l2Shrinkage,
Operand<T> lrPower,
ApplyFtrlV2.Options... options)
Factory method to create a class to wrap a new ApplyFtrlV2 operation to the graph.
|
static <T> ApplyFtrlV2<T> |
ApplyFtrlV2.create(Scope scope,
Operand<T> var,
Operand<T> accum,
Operand<T> linear,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> l2Shrinkage,
Operand<T> lrPower,
ApplyFtrlV2.Options... options)
Factory method to create a class to wrap a new ApplyFtrlV2 operation to the graph.
|
static <T> ApplyFtrlV2<T> |
ApplyFtrlV2.create(Scope scope,
Operand<T> var,
Operand<T> accum,
Operand<T> linear,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> l2Shrinkage,
Operand<T> lrPower,
ApplyFtrlV2.Options... options)
Factory method to create a class to wrap a new ApplyFtrlV2 operation to the graph.
|
static <T> ApplyFtrlV2<T> |
ApplyFtrlV2.create(Scope scope,
Operand<T> var,
Operand<T> accum,
Operand<T> linear,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> l2Shrinkage,
Operand<T> lrPower,
ApplyFtrlV2.Options... options)
Factory method to create a class to wrap a new ApplyFtrlV2 operation to the graph.
|
static <T> ApplyFtrlV2<T> |
ApplyFtrlV2.create(Scope scope,
Operand<T> var,
Operand<T> accum,
Operand<T> linear,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> l2Shrinkage,
Operand<T> lrPower,
ApplyFtrlV2.Options... options)
Factory method to create a class to wrap a new ApplyFtrlV2 operation to the graph.
|
static <T> ApplyFtrlV2<T> |
ApplyFtrlV2.create(Scope scope,
Operand<T> var,
Operand<T> accum,
Operand<T> linear,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> l2Shrinkage,
Operand<T> lrPower,
ApplyFtrlV2.Options... options)
Factory method to create a class to wrap a new ApplyFtrlV2 operation to the graph.
|
static <T> ApplyFtrlV2<T> |
ApplyFtrlV2.create(Scope scope,
Operand<T> var,
Operand<T> accum,
Operand<T> linear,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> l2Shrinkage,
Operand<T> lrPower,
ApplyFtrlV2.Options... options)
Factory method to create a class to wrap a new ApplyFtrlV2 operation to the graph.
|
static <T> ApplyFtrlV2<T> |
ApplyFtrlV2.create(Scope scope,
Operand<T> var,
Operand<T> accum,
Operand<T> linear,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> l2Shrinkage,
Operand<T> lrPower,
ApplyFtrlV2.Options... options)
Factory method to create a class to wrap a new ApplyFtrlV2 operation to the graph.
|
static <T> ApplyFtrlV2<T> |
ApplyFtrlV2.create(Scope scope,
Operand<T> var,
Operand<T> accum,
Operand<T> linear,
Operand<T> grad,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> l2Shrinkage,
Operand<T> lrPower,
ApplyFtrlV2.Options... options)
Factory method to create a class to wrap a new ApplyFtrlV2 operation to the graph.
|
static <T> ApplyAdam<T> |
ApplyAdam.create(Scope scope,
Operand<T> var,
Operand<T> m,
Operand<T> v,
Operand<T> beta1Power,
Operand<T> beta2Power,
Operand<T> lr,
Operand<T> beta1,
Operand<T> beta2,
Operand<T> epsilon,
Operand<T> grad,
ApplyAdam.Options... options)
Factory method to create a class to wrap a new ApplyAdam operation to the graph.
|
static <T> ApplyAdam<T> |
ApplyAdam.create(Scope scope,
Operand<T> var,
Operand<T> m,
Operand<T> v,
Operand<T> beta1Power,
Operand<T> beta2Power,
Operand<T> lr,
Operand<T> beta1,
Operand<T> beta2,
Operand<T> epsilon,
Operand<T> grad,
ApplyAdam.Options... options)
Factory method to create a class to wrap a new ApplyAdam operation to the graph.
|
static <T> ApplyAdam<T> |
ApplyAdam.create(Scope scope,
Operand<T> var,
Operand<T> m,
Operand<T> v,
Operand<T> beta1Power,
Operand<T> beta2Power,
Operand<T> lr,
Operand<T> beta1,
Operand<T> beta2,
Operand<T> epsilon,
Operand<T> grad,
ApplyAdam.Options... options)
Factory method to create a class to wrap a new ApplyAdam operation to the graph.
|
static <T> ApplyAdam<T> |
ApplyAdam.create(Scope scope,
Operand<T> var,
Operand<T> m,
Operand<T> v,
Operand<T> beta1Power,
Operand<T> beta2Power,
Operand<T> lr,
Operand<T> beta1,
Operand<T> beta2,
Operand<T> epsilon,
Operand<T> grad,
ApplyAdam.Options... options)
Factory method to create a class to wrap a new ApplyAdam operation to the graph.
|
static <T> ApplyAdam<T> |
ApplyAdam.create(Scope scope,
Operand<T> var,
Operand<T> m,
Operand<T> v,
Operand<T> beta1Power,
Operand<T> beta2Power,
Operand<T> lr,
Operand<T> beta1,
Operand<T> beta2,
Operand<T> epsilon,
Operand<T> grad,
ApplyAdam.Options... options)
Factory method to create a class to wrap a new ApplyAdam operation to the graph.
|
static <T> ApplyAdam<T> |
ApplyAdam.create(Scope scope,
Operand<T> var,
Operand<T> m,
Operand<T> v,
Operand<T> beta1Power,
Operand<T> beta2Power,
Operand<T> lr,
Operand<T> beta1,
Operand<T> beta2,
Operand<T> epsilon,
Operand<T> grad,
ApplyAdam.Options... options)
Factory method to create a class to wrap a new ApplyAdam operation to the graph.
|
static <T> ApplyAdam<T> |
ApplyAdam.create(Scope scope,
Operand<T> var,
Operand<T> m,
Operand<T> v,
Operand<T> beta1Power,
Operand<T> beta2Power,
Operand<T> lr,
Operand<T> beta1,
Operand<T> beta2,
Operand<T> epsilon,
Operand<T> grad,
ApplyAdam.Options... options)
Factory method to create a class to wrap a new ApplyAdam operation to the graph.
|
static <T> ApplyAdam<T> |
ApplyAdam.create(Scope scope,
Operand<T> var,
Operand<T> m,
Operand<T> v,
Operand<T> beta1Power,
Operand<T> beta2Power,
Operand<T> lr,
Operand<T> beta1,
Operand<T> beta2,
Operand<T> epsilon,
Operand<T> grad,
ApplyAdam.Options... options)
Factory method to create a class to wrap a new ApplyAdam operation to the graph.
|
static <T> ApplyAdam<T> |
ApplyAdam.create(Scope scope,
Operand<T> var,
Operand<T> m,
Operand<T> v,
Operand<T> beta1Power,
Operand<T> beta2Power,
Operand<T> lr,
Operand<T> beta1,
Operand<T> beta2,
Operand<T> epsilon,
Operand<T> grad,
ApplyAdam.Options... options)
Factory method to create a class to wrap a new ApplyAdam operation to the graph.
|
static <T> ApplyAdam<T> |
ApplyAdam.create(Scope scope,
Operand<T> var,
Operand<T> m,
Operand<T> v,
Operand<T> beta1Power,
Operand<T> beta2Power,
Operand<T> lr,
Operand<T> beta1,
Operand<T> beta2,
Operand<T> epsilon,
Operand<T> grad,
ApplyAdam.Options... options)
Factory method to create a class to wrap a new ApplyAdam operation to the graph.
|
static <T extends Number> |
CudnnRNNBackprop.create(Scope scope,
Operand<T> input,
Operand<T> inputH,
Operand<T> inputC,
Operand<T> params,
Operand<T> output,
Operand<T> outputH,
Operand<T> outputC,
Operand<T> outputBackprop,
Operand<T> outputHBackprop,
Operand<T> outputCBackprop,
Operand<T> reserveSpace,
CudnnRNNBackprop.Options... options)
Factory method to create a class to wrap a new CudnnRNNBackprop operation to the graph.
|
static <T extends Number> |
CudnnRNNBackprop.create(Scope scope,
Operand<T> input,
Operand<T> inputH,
Operand<T> inputC,
Operand<T> params,
Operand<T> output,
Operand<T> outputH,
Operand<T> outputC,
Operand<T> outputBackprop,
Operand<T> outputHBackprop,
Operand<T> outputCBackprop,
Operand<T> reserveSpace,
CudnnRNNBackprop.Options... options)
Factory method to create a class to wrap a new CudnnRNNBackprop operation to the graph.
|
static <T extends Number> |
CudnnRNNBackprop.create(Scope scope,
Operand<T> input,
Operand<T> inputH,
Operand<T> inputC,
Operand<T> params,
Operand<T> output,
Operand<T> outputH,
Operand<T> outputC,
Operand<T> outputBackprop,
Operand<T> outputHBackprop,
Operand<T> outputCBackprop,
Operand<T> reserveSpace,
CudnnRNNBackprop.Options... options)
Factory method to create a class to wrap a new CudnnRNNBackprop operation to the graph.
|
static <T extends Number> |
CudnnRNNBackprop.create(Scope scope,
Operand<T> input,
Operand<T> inputH,
Operand<T> inputC,
Operand<T> params,
Operand<T> output,
Operand<T> outputH,
Operand<T> outputC,
Operand<T> outputBackprop,
Operand<T> outputHBackprop,
Operand<T> outputCBackprop,
Operand<T> reserveSpace,
CudnnRNNBackprop.Options... options)
Factory method to create a class to wrap a new CudnnRNNBackprop operation to the graph.
|
static <T extends Number> |
CudnnRNNBackprop.create(Scope scope,
Operand<T> input,
Operand<T> inputH,
Operand<T> inputC,
Operand<T> params,
Operand<T> output,
Operand<T> outputH,
Operand<T> outputC,
Operand<T> outputBackprop,
Operand<T> outputHBackprop,
Operand<T> outputCBackprop,
Operand<T> reserveSpace,
CudnnRNNBackprop.Options... options)
Factory method to create a class to wrap a new CudnnRNNBackprop operation to the graph.
|
static <T extends Number> |
CudnnRNNBackprop.create(Scope scope,
Operand<T> input,
Operand<T> inputH,
Operand<T> inputC,
Operand<T> params,
Operand<T> output,
Operand<T> outputH,
Operand<T> outputC,
Operand<T> outputBackprop,
Operand<T> outputHBackprop,
Operand<T> outputCBackprop,
Operand<T> reserveSpace,
CudnnRNNBackprop.Options... options)
Factory method to create a class to wrap a new CudnnRNNBackprop operation to the graph.
|
static <T extends Number> |
CudnnRNNBackprop.create(Scope scope,
Operand<T> input,
Operand<T> inputH,
Operand<T> inputC,
Operand<T> params,
Operand<T> output,
Operand<T> outputH,
Operand<T> outputC,
Operand<T> outputBackprop,
Operand<T> outputHBackprop,
Operand<T> outputCBackprop,
Operand<T> reserveSpace,
CudnnRNNBackprop.Options... options)
Factory method to create a class to wrap a new CudnnRNNBackprop operation to the graph.
|
static <T extends Number> |
CudnnRNNBackprop.create(Scope scope,
Operand<T> input,
Operand<T> inputH,
Operand<T> inputC,
Operand<T> params,
Operand<T> output,
Operand<T> outputH,
Operand<T> outputC,
Operand<T> outputBackprop,
Operand<T> outputHBackprop,
Operand<T> outputCBackprop,
Operand<T> reserveSpace,
CudnnRNNBackprop.Options... options)
Factory method to create a class to wrap a new CudnnRNNBackprop operation to the graph.
|
static <T extends Number> |
CudnnRNNBackprop.create(Scope scope,
Operand<T> input,
Operand<T> inputH,
Operand<T> inputC,
Operand<T> params,
Operand<T> output,
Operand<T> outputH,
Operand<T> outputC,
Operand<T> outputBackprop,
Operand<T> outputHBackprop,
Operand<T> outputCBackprop,
Operand<T> reserveSpace,
CudnnRNNBackprop.Options... options)
Factory method to create a class to wrap a new CudnnRNNBackprop operation to the graph.
|
static <T extends Number> |
CudnnRNNBackprop.create(Scope scope,
Operand<T> input,
Operand<T> inputH,
Operand<T> inputC,
Operand<T> params,
Operand<T> output,
Operand<T> outputH,
Operand<T> outputC,
Operand<T> outputBackprop,
Operand<T> outputHBackprop,
Operand<T> outputCBackprop,
Operand<T> reserveSpace,
CudnnRNNBackprop.Options... options)
Factory method to create a class to wrap a new CudnnRNNBackprop operation to the graph.
|
static <T extends Number> |
CudnnRNNBackprop.create(Scope scope,
Operand<T> input,
Operand<T> inputH,
Operand<T> inputC,
Operand<T> params,
Operand<T> output,
Operand<T> outputH,
Operand<T> outputC,
Operand<T> outputBackprop,
Operand<T> outputHBackprop,
Operand<T> outputCBackprop,
Operand<T> reserveSpace,
CudnnRNNBackprop.Options... options)
Factory method to create a class to wrap a new CudnnRNNBackprop operation to the graph.
|
static <T extends Number> |
CudnnRNNBackpropV2.create(Scope scope,
Operand<T> input,
Operand<T> inputH,
Operand<T> inputC,
Operand<T> params,
Operand<T> output,
Operand<T> outputH,
Operand<T> outputC,
Operand<T> outputBackprop,
Operand<T> outputHBackprop,
Operand<T> outputCBackprop,
Operand<T> reserveSpace,
Operand<?> hostReserved,
CudnnRNNBackpropV2.Options... options)
Factory method to create a class to wrap a new CudnnRNNBackpropV2 operation to the graph.
|
static <T extends Number> |
CudnnRNNBackpropV2.create(Scope scope,
Operand<T> input,
Operand<T> inputH,
Operand<T> inputC,
Operand<T> params,
Operand<T> output,
Operand<T> outputH,
Operand<T> outputC,
Operand<T> outputBackprop,
Operand<T> outputHBackprop,
Operand<T> outputCBackprop,
Operand<T> reserveSpace,
Operand<?> hostReserved,
CudnnRNNBackpropV2.Options... options)
Factory method to create a class to wrap a new CudnnRNNBackpropV2 operation to the graph.
|
static <T extends Number> |
CudnnRNNBackpropV2.create(Scope scope,
Operand<T> input,
Operand<T> inputH,
Operand<T> inputC,
Operand<T> params,
Operand<T> output,
Operand<T> outputH,
Operand<T> outputC,
Operand<T> outputBackprop,
Operand<T> outputHBackprop,
Operand<T> outputCBackprop,
Operand<T> reserveSpace,
Operand<?> hostReserved,
CudnnRNNBackpropV2.Options... options)
Factory method to create a class to wrap a new CudnnRNNBackpropV2 operation to the graph.
|
static <T extends Number> |
CudnnRNNBackpropV2.create(Scope scope,
Operand<T> input,
Operand<T> inputH,
Operand<T> inputC,
Operand<T> params,
Operand<T> output,
Operand<T> outputH,
Operand<T> outputC,
Operand<T> outputBackprop,
Operand<T> outputHBackprop,
Operand<T> outputCBackprop,
Operand<T> reserveSpace,
Operand<?> hostReserved,
CudnnRNNBackpropV2.Options... options)
Factory method to create a class to wrap a new CudnnRNNBackpropV2 operation to the graph.
|
static <T extends Number> |
CudnnRNNBackpropV2.create(Scope scope,
Operand<T> input,
Operand<T> inputH,
Operand<T> inputC,
Operand<T> params,
Operand<T> output,
Operand<T> outputH,
Operand<T> outputC,
Operand<T> outputBackprop,
Operand<T> outputHBackprop,
Operand<T> outputCBackprop,
Operand<T> reserveSpace,
Operand<?> hostReserved,
CudnnRNNBackpropV2.Options... options)
Factory method to create a class to wrap a new CudnnRNNBackpropV2 operation to the graph.
|
static <T extends Number> |
CudnnRNNBackpropV2.create(Scope scope,
Operand<T> input,
Operand<T> inputH,
Operand<T> inputC,
Operand<T> params,
Operand<T> output,
Operand<T> outputH,
Operand<T> outputC,
Operand<T> outputBackprop,
Operand<T> outputHBackprop,
Operand<T> outputCBackprop,
Operand<T> reserveSpace,
Operand<?> hostReserved,
CudnnRNNBackpropV2.Options... options)
Factory method to create a class to wrap a new CudnnRNNBackpropV2 operation to the graph.
|
static <T extends Number> |
CudnnRNNBackpropV2.create(Scope scope,
Operand<T> input,
Operand<T> inputH,
Operand<T> inputC,
Operand<T> params,
Operand<T> output,
Operand<T> outputH,
Operand<T> outputC,
Operand<T> outputBackprop,
Operand<T> outputHBackprop,
Operand<T> outputCBackprop,
Operand<T> reserveSpace,
Operand<?> hostReserved,
CudnnRNNBackpropV2.Options... options)
Factory method to create a class to wrap a new CudnnRNNBackpropV2 operation to the graph.
|
static <T extends Number> |
CudnnRNNBackpropV2.create(Scope scope,
Operand<T> input,
Operand<T> inputH,
Operand<T> inputC,
Operand<T> params,
Operand<T> output,
Operand<T> outputH,
Operand<T> outputC,
Operand<T> outputBackprop,
Operand<T> outputHBackprop,
Operand<T> outputCBackprop,
Operand<T> reserveSpace,
Operand<?> hostReserved,
CudnnRNNBackpropV2.Options... options)
Factory method to create a class to wrap a new CudnnRNNBackpropV2 operation to the graph.
|
static <T extends Number> |
CudnnRNNBackpropV2.create(Scope scope,
Operand<T> input,
Operand<T> inputH,
Operand<T> inputC,
Operand<T> params,
Operand<T> output,
Operand<T> outputH,
Operand<T> outputC,
Operand<T> outputBackprop,
Operand<T> outputHBackprop,
Operand<T> outputCBackprop,
Operand<T> reserveSpace,
Operand<?> hostReserved,
CudnnRNNBackpropV2.Options... options)
Factory method to create a class to wrap a new CudnnRNNBackpropV2 operation to the graph.
|
static <T extends Number> |
CudnnRNNBackpropV2.create(Scope scope,
Operand<T> input,
Operand<T> inputH,
Operand<T> inputC,
Operand<T> params,
Operand<T> output,
Operand<T> outputH,
Operand<T> outputC,
Operand<T> outputBackprop,
Operand<T> outputHBackprop,
Operand<T> outputCBackprop,
Operand<T> reserveSpace,
Operand<?> hostReserved,
CudnnRNNBackpropV2.Options... options)
Factory method to create a class to wrap a new CudnnRNNBackpropV2 operation to the graph.
|
static <T extends Number> |
CudnnRNNBackpropV2.create(Scope scope,
Operand<T> input,
Operand<T> inputH,
Operand<T> inputC,
Operand<T> params,
Operand<T> output,
Operand<T> outputH,
Operand<T> outputC,
Operand<T> outputBackprop,
Operand<T> outputHBackprop,
Operand<T> outputCBackprop,
Operand<T> reserveSpace,
Operand<?> hostReserved,
CudnnRNNBackpropV2.Options... options)
Factory method to create a class to wrap a new CudnnRNNBackpropV2 operation to the graph.
|
static <T extends Number> |
CudnnRNNBackpropV2.create(Scope scope,
Operand<T> input,
Operand<T> inputH,
Operand<T> inputC,
Operand<T> params,
Operand<T> output,
Operand<T> outputH,
Operand<T> outputC,
Operand<T> outputBackprop,
Operand<T> outputHBackprop,
Operand<T> outputCBackprop,
Operand<T> reserveSpace,
Operand<?> hostReserved,
CudnnRNNBackpropV2.Options... options)
Factory method to create a class to wrap a new CudnnRNNBackpropV2 operation to the graph.
|
static <T,U extends Number> |
SparseApplyCenteredRMSProp.create(Scope scope,
Operand<T> var,
Operand<T> mg,
Operand<T> ms,
Operand<T> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
SparseApplyCenteredRMSProp.Options... options)
Factory method to create a class to wrap a new SparseApplyCenteredRMSProp operation to the graph.
|
static <T,U extends Number> |
SparseApplyCenteredRMSProp.create(Scope scope,
Operand<T> var,
Operand<T> mg,
Operand<T> ms,
Operand<T> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
SparseApplyCenteredRMSProp.Options... options)
Factory method to create a class to wrap a new SparseApplyCenteredRMSProp operation to the graph.
|
static <T,U extends Number> |
SparseApplyCenteredRMSProp.create(Scope scope,
Operand<T> var,
Operand<T> mg,
Operand<T> ms,
Operand<T> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
SparseApplyCenteredRMSProp.Options... options)
Factory method to create a class to wrap a new SparseApplyCenteredRMSProp operation to the graph.
|
static <T,U extends Number> |
SparseApplyCenteredRMSProp.create(Scope scope,
Operand<T> var,
Operand<T> mg,
Operand<T> ms,
Operand<T> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
SparseApplyCenteredRMSProp.Options... options)
Factory method to create a class to wrap a new SparseApplyCenteredRMSProp operation to the graph.
|
static <T,U extends Number> |
SparseApplyCenteredRMSProp.create(Scope scope,
Operand<T> var,
Operand<T> mg,
Operand<T> ms,
Operand<T> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
SparseApplyCenteredRMSProp.Options... options)
Factory method to create a class to wrap a new SparseApplyCenteredRMSProp operation to the graph.
|
static <T,U extends Number> |
SparseApplyCenteredRMSProp.create(Scope scope,
Operand<T> var,
Operand<T> mg,
Operand<T> ms,
Operand<T> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
SparseApplyCenteredRMSProp.Options... options)
Factory method to create a class to wrap a new SparseApplyCenteredRMSProp operation to the graph.
|
static <T,U extends Number> |
SparseApplyCenteredRMSProp.create(Scope scope,
Operand<T> var,
Operand<T> mg,
Operand<T> ms,
Operand<T> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
SparseApplyCenteredRMSProp.Options... options)
Factory method to create a class to wrap a new SparseApplyCenteredRMSProp operation to the graph.
|
static <T,U extends Number> |
SparseApplyCenteredRMSProp.create(Scope scope,
Operand<T> var,
Operand<T> mg,
Operand<T> ms,
Operand<T> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
SparseApplyCenteredRMSProp.Options... options)
Factory method to create a class to wrap a new SparseApplyCenteredRMSProp operation to the graph.
|
static <T,U extends Number> |
SparseApplyCenteredRMSProp.create(Scope scope,
Operand<T> var,
Operand<T> mg,
Operand<T> ms,
Operand<T> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
SparseApplyCenteredRMSProp.Options... options)
Factory method to create a class to wrap a new SparseApplyCenteredRMSProp operation to the graph.
|
static <T,U extends Number> |
SparseApplyCenteredRMSProp.create(Scope scope,
Operand<T> var,
Operand<T> mg,
Operand<T> ms,
Operand<T> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
SparseApplyCenteredRMSProp.Options... options)
Factory method to create a class to wrap a new SparseApplyCenteredRMSProp operation to the graph.
|
static <T,U extends Number> |
SparseApplyRMSProp.create(Scope scope,
Operand<T> var,
Operand<T> ms,
Operand<T> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
SparseApplyRMSProp.Options... options)
Factory method to create a class to wrap a new SparseApplyRMSProp operation to the graph.
|
static <T,U extends Number> |
SparseApplyRMSProp.create(Scope scope,
Operand<T> var,
Operand<T> ms,
Operand<T> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
SparseApplyRMSProp.Options... options)
Factory method to create a class to wrap a new SparseApplyRMSProp operation to the graph.
|
static <T,U extends Number> |
SparseApplyRMSProp.create(Scope scope,
Operand<T> var,
Operand<T> ms,
Operand<T> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
SparseApplyRMSProp.Options... options)
Factory method to create a class to wrap a new SparseApplyRMSProp operation to the graph.
|
static <T,U extends Number> |
SparseApplyRMSProp.create(Scope scope,
Operand<T> var,
Operand<T> ms,
Operand<T> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
SparseApplyRMSProp.Options... options)
Factory method to create a class to wrap a new SparseApplyRMSProp operation to the graph.
|
static <T,U extends Number> |
SparseApplyRMSProp.create(Scope scope,
Operand<T> var,
Operand<T> ms,
Operand<T> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
SparseApplyRMSProp.Options... options)
Factory method to create a class to wrap a new SparseApplyRMSProp operation to the graph.
|
static <T,U extends Number> |
SparseApplyRMSProp.create(Scope scope,
Operand<T> var,
Operand<T> ms,
Operand<T> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
SparseApplyRMSProp.Options... options)
Factory method to create a class to wrap a new SparseApplyRMSProp operation to the graph.
|
static <T,U extends Number> |
SparseApplyRMSProp.create(Scope scope,
Operand<T> var,
Operand<T> ms,
Operand<T> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
SparseApplyRMSProp.Options... options)
Factory method to create a class to wrap a new SparseApplyRMSProp operation to the graph.
|
static <T,U extends Number> |
SparseApplyRMSProp.create(Scope scope,
Operand<T> var,
Operand<T> ms,
Operand<T> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
SparseApplyRMSProp.Options... options)
Factory method to create a class to wrap a new SparseApplyRMSProp operation to the graph.
|
static <T,U extends Number> |
SparseApplyRMSProp.create(Scope scope,
Operand<T> var,
Operand<T> ms,
Operand<T> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
SparseApplyRMSProp.Options... options)
Factory method to create a class to wrap a new SparseApplyRMSProp operation to the graph.
|
static <T,U extends Number> |
SparseApplyAdadelta.create(Scope scope,
Operand<T> var,
Operand<T> accum,
Operand<T> accumUpdate,
Operand<T> lr,
Operand<T> rho,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
SparseApplyAdadelta.Options... options)
Factory method to create a class to wrap a new SparseApplyAdadelta operation to the graph.
|
static <T,U extends Number> |
SparseApplyAdadelta.create(Scope scope,
Operand<T> var,
Operand<T> accum,
Operand<T> accumUpdate,
Operand<T> lr,
Operand<T> rho,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
SparseApplyAdadelta.Options... options)
Factory method to create a class to wrap a new SparseApplyAdadelta operation to the graph.
|
static <T,U extends Number> |
SparseApplyAdadelta.create(Scope scope,
Operand<T> var,
Operand<T> accum,
Operand<T> accumUpdate,
Operand<T> lr,
Operand<T> rho,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
SparseApplyAdadelta.Options... options)
Factory method to create a class to wrap a new SparseApplyAdadelta operation to the graph.
|
static <T,U extends Number> |
SparseApplyAdadelta.create(Scope scope,
Operand<T> var,
Operand<T> accum,
Operand<T> accumUpdate,
Operand<T> lr,
Operand<T> rho,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
SparseApplyAdadelta.Options... options)
Factory method to create a class to wrap a new SparseApplyAdadelta operation to the graph.
|
static <T,U extends Number> |
SparseApplyAdadelta.create(Scope scope,
Operand<T> var,
Operand<T> accum,
Operand<T> accumUpdate,
Operand<T> lr,
Operand<T> rho,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
SparseApplyAdadelta.Options... options)
Factory method to create a class to wrap a new SparseApplyAdadelta operation to the graph.
|
static <T,U extends Number> |
SparseApplyAdadelta.create(Scope scope,
Operand<T> var,
Operand<T> accum,
Operand<T> accumUpdate,
Operand<T> lr,
Operand<T> rho,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
SparseApplyAdadelta.Options... options)
Factory method to create a class to wrap a new SparseApplyAdadelta operation to the graph.
|
static <T,U extends Number> |
SparseApplyAdadelta.create(Scope scope,
Operand<T> var,
Operand<T> accum,
Operand<T> accumUpdate,
Operand<T> lr,
Operand<T> rho,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
SparseApplyAdadelta.Options... options)
Factory method to create a class to wrap a new SparseApplyAdadelta operation to the graph.
|
static <T,U extends Number> |
SparseApplyAdadelta.create(Scope scope,
Operand<T> var,
Operand<T> accum,
Operand<T> accumUpdate,
Operand<T> lr,
Operand<T> rho,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
SparseApplyAdadelta.Options... options)
Factory method to create a class to wrap a new SparseApplyAdadelta operation to the graph.
|
static <T,U extends Number> |
SparseApplyProximalAdagrad.create(Scope scope,
Operand<T> var,
Operand<T> accum,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> grad,
Operand<U> indices,
SparseApplyProximalAdagrad.Options... options)
Factory method to create a class to wrap a new SparseApplyProximalAdagrad operation to the graph.
|
static <T,U extends Number> |
SparseApplyProximalAdagrad.create(Scope scope,
Operand<T> var,
Operand<T> accum,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> grad,
Operand<U> indices,
SparseApplyProximalAdagrad.Options... options)
Factory method to create a class to wrap a new SparseApplyProximalAdagrad operation to the graph.
|
static <T,U extends Number> |
SparseApplyProximalAdagrad.create(Scope scope,
Operand<T> var,
Operand<T> accum,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> grad,
Operand<U> indices,
SparseApplyProximalAdagrad.Options... options)
Factory method to create a class to wrap a new SparseApplyProximalAdagrad operation to the graph.
|
static <T,U extends Number> |
SparseApplyProximalAdagrad.create(Scope scope,
Operand<T> var,
Operand<T> accum,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> grad,
Operand<U> indices,
SparseApplyProximalAdagrad.Options... options)
Factory method to create a class to wrap a new SparseApplyProximalAdagrad operation to the graph.
|
static <T,U extends Number> |
SparseApplyProximalAdagrad.create(Scope scope,
Operand<T> var,
Operand<T> accum,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> grad,
Operand<U> indices,
SparseApplyProximalAdagrad.Options... options)
Factory method to create a class to wrap a new SparseApplyProximalAdagrad operation to the graph.
|
static <T,U extends Number> |
SparseApplyProximalAdagrad.create(Scope scope,
Operand<T> var,
Operand<T> accum,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> grad,
Operand<U> indices,
SparseApplyProximalAdagrad.Options... options)
Factory method to create a class to wrap a new SparseApplyProximalAdagrad operation to the graph.
|
static <T,U extends Number> |
SparseApplyProximalAdagrad.create(Scope scope,
Operand<T> var,
Operand<T> accum,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> grad,
Operand<U> indices,
SparseApplyProximalAdagrad.Options... options)
Factory method to create a class to wrap a new SparseApplyProximalAdagrad operation to the graph.
|
static <T,U extends Number> |
SparseApplyProximalGradientDescent.create(Scope scope,
Operand<T> var,
Operand<T> alpha,
Operand<T> l1,
Operand<T> l2,
Operand<T> grad,
Operand<U> indices,
SparseApplyProximalGradientDescent.Options... options)
Factory method to create a class to wrap a new SparseApplyProximalGradientDescent operation to the graph.
|
static <T,U extends Number> |
SparseApplyProximalGradientDescent.create(Scope scope,
Operand<T> var,
Operand<T> alpha,
Operand<T> l1,
Operand<T> l2,
Operand<T> grad,
Operand<U> indices,
SparseApplyProximalGradientDescent.Options... options)
Factory method to create a class to wrap a new SparseApplyProximalGradientDescent operation to the graph.
|
static <T,U extends Number> |
SparseApplyProximalGradientDescent.create(Scope scope,
Operand<T> var,
Operand<T> alpha,
Operand<T> l1,
Operand<T> l2,
Operand<T> grad,
Operand<U> indices,
SparseApplyProximalGradientDescent.Options... options)
Factory method to create a class to wrap a new SparseApplyProximalGradientDescent operation to the graph.
|
static <T,U extends Number> |
SparseApplyProximalGradientDescent.create(Scope scope,
Operand<T> var,
Operand<T> alpha,
Operand<T> l1,
Operand<T> l2,
Operand<T> grad,
Operand<U> indices,
SparseApplyProximalGradientDescent.Options... options)
Factory method to create a class to wrap a new SparseApplyProximalGradientDescent operation to the graph.
|
static <T,U extends Number> |
SparseApplyProximalGradientDescent.create(Scope scope,
Operand<T> var,
Operand<T> alpha,
Operand<T> l1,
Operand<T> l2,
Operand<T> grad,
Operand<U> indices,
SparseApplyProximalGradientDescent.Options... options)
Factory method to create a class to wrap a new SparseApplyProximalGradientDescent operation to the graph.
|
static <T,U extends Number> |
SparseApplyProximalGradientDescent.create(Scope scope,
Operand<T> var,
Operand<T> alpha,
Operand<T> l1,
Operand<T> l2,
Operand<T> grad,
Operand<U> indices,
SparseApplyProximalGradientDescent.Options... options)
Factory method to create a class to wrap a new SparseApplyProximalGradientDescent operation to the graph.
|
static <T,U extends Number> |
SparseApplyAdagradDA.create(Scope scope,
Operand<T> var,
Operand<T> gradientAccumulator,
Operand<T> gradientSquaredAccumulator,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<Long> globalStep,
SparseApplyAdagradDA.Options... options)
Factory method to create a class to wrap a new SparseApplyAdagradDA operation to the graph.
|
static <T,U extends Number> |
SparseApplyAdagradDA.create(Scope scope,
Operand<T> var,
Operand<T> gradientAccumulator,
Operand<T> gradientSquaredAccumulator,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<Long> globalStep,
SparseApplyAdagradDA.Options... options)
Factory method to create a class to wrap a new SparseApplyAdagradDA operation to the graph.
|
static <T,U extends Number> |
SparseApplyAdagradDA.create(Scope scope,
Operand<T> var,
Operand<T> gradientAccumulator,
Operand<T> gradientSquaredAccumulator,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<Long> globalStep,
SparseApplyAdagradDA.Options... options)
Factory method to create a class to wrap a new SparseApplyAdagradDA operation to the graph.
|
static <T,U extends Number> |
SparseApplyAdagradDA.create(Scope scope,
Operand<T> var,
Operand<T> gradientAccumulator,
Operand<T> gradientSquaredAccumulator,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<Long> globalStep,
SparseApplyAdagradDA.Options... options)
Factory method to create a class to wrap a new SparseApplyAdagradDA operation to the graph.
|
static <T,U extends Number> |
SparseApplyAdagradDA.create(Scope scope,
Operand<T> var,
Operand<T> gradientAccumulator,
Operand<T> gradientSquaredAccumulator,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<Long> globalStep,
SparseApplyAdagradDA.Options... options)
Factory method to create a class to wrap a new SparseApplyAdagradDA operation to the graph.
|
static <T,U extends Number> |
SparseApplyAdagradDA.create(Scope scope,
Operand<T> var,
Operand<T> gradientAccumulator,
Operand<T> gradientSquaredAccumulator,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<Long> globalStep,
SparseApplyAdagradDA.Options... options)
Factory method to create a class to wrap a new SparseApplyAdagradDA operation to the graph.
|
static <T,U extends Number> |
SparseApplyAdagradDA.create(Scope scope,
Operand<T> var,
Operand<T> gradientAccumulator,
Operand<T> gradientSquaredAccumulator,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<Long> globalStep,
SparseApplyAdagradDA.Options... options)
Factory method to create a class to wrap a new SparseApplyAdagradDA operation to the graph.
|
static <T,U extends Number> |
SparseApplyAdagradDA.create(Scope scope,
Operand<T> var,
Operand<T> gradientAccumulator,
Operand<T> gradientSquaredAccumulator,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<Long> globalStep,
SparseApplyAdagradDA.Options... options)
Factory method to create a class to wrap a new SparseApplyAdagradDA operation to the graph.
|
static <T,U extends Number> |
SparseApplyAdagradDA.create(Scope scope,
Operand<T> var,
Operand<T> gradientAccumulator,
Operand<T> gradientSquaredAccumulator,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<Long> globalStep,
SparseApplyAdagradDA.Options... options)
Factory method to create a class to wrap a new SparseApplyAdagradDA operation to the graph.
|
static <T,U extends Number> |
SparseApplyFtrlV2.create(Scope scope,
Operand<T> var,
Operand<T> accum,
Operand<T> linear,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> l2Shrinkage,
Operand<T> lrPower,
SparseApplyFtrlV2.Options... options)
Factory method to create a class to wrap a new SparseApplyFtrlV2 operation to the graph.
|
static <T,U extends Number> |
SparseApplyFtrlV2.create(Scope scope,
Operand<T> var,
Operand<T> accum,
Operand<T> linear,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> l2Shrinkage,
Operand<T> lrPower,
SparseApplyFtrlV2.Options... options)
Factory method to create a class to wrap a new SparseApplyFtrlV2 operation to the graph.
|
static <T,U extends Number> |
SparseApplyFtrlV2.create(Scope scope,
Operand<T> var,
Operand<T> accum,
Operand<T> linear,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> l2Shrinkage,
Operand<T> lrPower,
SparseApplyFtrlV2.Options... options)
Factory method to create a class to wrap a new SparseApplyFtrlV2 operation to the graph.
|
static <T,U extends Number> |
SparseApplyFtrlV2.create(Scope scope,
Operand<T> var,
Operand<T> accum,
Operand<T> linear,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> l2Shrinkage,
Operand<T> lrPower,
SparseApplyFtrlV2.Options... options)
Factory method to create a class to wrap a new SparseApplyFtrlV2 operation to the graph.
|
static <T,U extends Number> |
SparseApplyFtrlV2.create(Scope scope,
Operand<T> var,
Operand<T> accum,
Operand<T> linear,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> l2Shrinkage,
Operand<T> lrPower,
SparseApplyFtrlV2.Options... options)
Factory method to create a class to wrap a new SparseApplyFtrlV2 operation to the graph.
|
static <T,U extends Number> |
SparseApplyFtrlV2.create(Scope scope,
Operand<T> var,
Operand<T> accum,
Operand<T> linear,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> l2Shrinkage,
Operand<T> lrPower,
SparseApplyFtrlV2.Options... options)
Factory method to create a class to wrap a new SparseApplyFtrlV2 operation to the graph.
|
static <T,U extends Number> |
SparseApplyFtrlV2.create(Scope scope,
Operand<T> var,
Operand<T> accum,
Operand<T> linear,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> l2Shrinkage,
Operand<T> lrPower,
SparseApplyFtrlV2.Options... options)
Factory method to create a class to wrap a new SparseApplyFtrlV2 operation to the graph.
|
static <T,U extends Number> |
SparseApplyFtrlV2.create(Scope scope,
Operand<T> var,
Operand<T> accum,
Operand<T> linear,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> l2Shrinkage,
Operand<T> lrPower,
SparseApplyFtrlV2.Options... options)
Factory method to create a class to wrap a new SparseApplyFtrlV2 operation to the graph.
|
static <T,U extends Number> |
SparseApplyFtrlV2.create(Scope scope,
Operand<T> var,
Operand<T> accum,
Operand<T> linear,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> l2Shrinkage,
Operand<T> lrPower,
SparseApplyFtrlV2.Options... options)
Factory method to create a class to wrap a new SparseApplyFtrlV2 operation to the graph.
|
static <T,U extends Number> |
SparseApplyFtrlV2.create(Scope scope,
Operand<T> var,
Operand<T> accum,
Operand<T> linear,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> l2Shrinkage,
Operand<T> lrPower,
SparseApplyFtrlV2.Options... options)
Factory method to create a class to wrap a new SparseApplyFtrlV2 operation to the graph.
|
static <T,U extends Number> |
SparseApplyFtrl.create(Scope scope,
Operand<T> var,
Operand<T> accum,
Operand<T> linear,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> lrPower,
SparseApplyFtrl.Options... options)
Factory method to create a class to wrap a new SparseApplyFtrl operation to the graph.
|
static <T,U extends Number> |
SparseApplyFtrl.create(Scope scope,
Operand<T> var,
Operand<T> accum,
Operand<T> linear,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> lrPower,
SparseApplyFtrl.Options... options)
Factory method to create a class to wrap a new SparseApplyFtrl operation to the graph.
|
static <T,U extends Number> |
SparseApplyFtrl.create(Scope scope,
Operand<T> var,
Operand<T> accum,
Operand<T> linear,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> lrPower,
SparseApplyFtrl.Options... options)
Factory method to create a class to wrap a new SparseApplyFtrl operation to the graph.
|
static <T,U extends Number> |
SparseApplyFtrl.create(Scope scope,
Operand<T> var,
Operand<T> accum,
Operand<T> linear,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> lrPower,
SparseApplyFtrl.Options... options)
Factory method to create a class to wrap a new SparseApplyFtrl operation to the graph.
|
static <T,U extends Number> |
SparseApplyFtrl.create(Scope scope,
Operand<T> var,
Operand<T> accum,
Operand<T> linear,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> lrPower,
SparseApplyFtrl.Options... options)
Factory method to create a class to wrap a new SparseApplyFtrl operation to the graph.
|
static <T,U extends Number> |
SparseApplyFtrl.create(Scope scope,
Operand<T> var,
Operand<T> accum,
Operand<T> linear,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> lrPower,
SparseApplyFtrl.Options... options)
Factory method to create a class to wrap a new SparseApplyFtrl operation to the graph.
|
static <T,U extends Number> |
SparseApplyFtrl.create(Scope scope,
Operand<T> var,
Operand<T> accum,
Operand<T> linear,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> lrPower,
SparseApplyFtrl.Options... options)
Factory method to create a class to wrap a new SparseApplyFtrl operation to the graph.
|
static <T,U extends Number> |
SparseApplyFtrl.create(Scope scope,
Operand<T> var,
Operand<T> accum,
Operand<T> linear,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> lrPower,
SparseApplyFtrl.Options... options)
Factory method to create a class to wrap a new SparseApplyFtrl operation to the graph.
|
static <T,U extends Number> |
SparseApplyFtrl.create(Scope scope,
Operand<T> var,
Operand<T> accum,
Operand<T> linear,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> lrPower,
SparseApplyFtrl.Options... options)
Factory method to create a class to wrap a new SparseApplyFtrl operation to the graph.
|
static <T,U extends Number> |
SparseApplyMomentum.create(Scope scope,
Operand<T> var,
Operand<T> accum,
Operand<T> lr,
Operand<T> grad,
Operand<U> indices,
Operand<T> momentum,
SparseApplyMomentum.Options... options)
Factory method to create a class to wrap a new SparseApplyMomentum operation to the graph.
|
static <T,U extends Number> |
SparseApplyMomentum.create(Scope scope,
Operand<T> var,
Operand<T> accum,
Operand<T> lr,
Operand<T> grad,
Operand<U> indices,
Operand<T> momentum,
SparseApplyMomentum.Options... options)
Factory method to create a class to wrap a new SparseApplyMomentum operation to the graph.
|
static <T,U extends Number> |
SparseApplyMomentum.create(Scope scope,
Operand<T> var,
Operand<T> accum,
Operand<T> lr,
Operand<T> grad,
Operand<U> indices,
Operand<T> momentum,
SparseApplyMomentum.Options... options)
Factory method to create a class to wrap a new SparseApplyMomentum operation to the graph.
|
static <T,U extends Number> |
SparseApplyMomentum.create(Scope scope,
Operand<T> var,
Operand<T> accum,
Operand<T> lr,
Operand<T> grad,
Operand<U> indices,
Operand<T> momentum,
SparseApplyMomentum.Options... options)
Factory method to create a class to wrap a new SparseApplyMomentum operation to the graph.
|
static <T,U extends Number> |
SparseApplyMomentum.create(Scope scope,
Operand<T> var,
Operand<T> accum,
Operand<T> lr,
Operand<T> grad,
Operand<U> indices,
Operand<T> momentum,
SparseApplyMomentum.Options... options)
Factory method to create a class to wrap a new SparseApplyMomentum operation to the graph.
|
static <T,U extends Number> |
SparseApplyMomentum.create(Scope scope,
Operand<T> var,
Operand<T> accum,
Operand<T> lr,
Operand<T> grad,
Operand<U> indices,
Operand<T> momentum,
SparseApplyMomentum.Options... options)
Factory method to create a class to wrap a new SparseApplyMomentum operation to the graph.
|
static <T,U extends Number> |
SparseApplyAdagrad.create(Scope scope,
Operand<T> var,
Operand<T> accum,
Operand<T> lr,
Operand<T> grad,
Operand<U> indices,
SparseApplyAdagrad.Options... options)
Factory method to create a class to wrap a new SparseApplyAdagrad operation to the graph.
|
static <T,U extends Number> |
SparseApplyAdagrad.create(Scope scope,
Operand<T> var,
Operand<T> accum,
Operand<T> lr,
Operand<T> grad,
Operand<U> indices,
SparseApplyAdagrad.Options... options)
Factory method to create a class to wrap a new SparseApplyAdagrad operation to the graph.
|
static <T,U extends Number> |
SparseApplyAdagrad.create(Scope scope,
Operand<T> var,
Operand<T> accum,
Operand<T> lr,
Operand<T> grad,
Operand<U> indices,
SparseApplyAdagrad.Options... options)
Factory method to create a class to wrap a new SparseApplyAdagrad operation to the graph.
|
static <T,U extends Number> |
SparseApplyAdagrad.create(Scope scope,
Operand<T> var,
Operand<T> accum,
Operand<T> lr,
Operand<T> grad,
Operand<U> indices,
SparseApplyAdagrad.Options... options)
Factory method to create a class to wrap a new SparseApplyAdagrad operation to the graph.
|
static <T,U extends Number> |
SparseApplyAdagrad.create(Scope scope,
Operand<T> var,
Operand<T> accum,
Operand<T> lr,
Operand<T> grad,
Operand<U> indices,
SparseApplyAdagrad.Options... options)
Factory method to create a class to wrap a new SparseApplyAdagrad operation to the graph.
|
static <U,T extends Number> |
StridedSliceGrad.create(Scope scope,
Operand<T> shape,
Operand<T> begin,
Operand<T> end,
Operand<T> strides,
Operand<U> dy,
StridedSliceGrad.Options... options)
Factory method to create a class to wrap a new StridedSliceGrad operation to the graph.
|
static <U,T extends Number> |
StridedSliceGrad.create(Scope scope,
Operand<T> shape,
Operand<T> begin,
Operand<T> end,
Operand<T> strides,
Operand<U> dy,
StridedSliceGrad.Options... options)
Factory method to create a class to wrap a new StridedSliceGrad operation to the graph.
|
static <U,T extends Number> |
StridedSliceGrad.create(Scope scope,
Operand<T> shape,
Operand<T> begin,
Operand<T> end,
Operand<T> strides,
Operand<U> dy,
StridedSliceGrad.Options... options)
Factory method to create a class to wrap a new StridedSliceGrad operation to the graph.
|
static <U,T extends Number> |
StridedSliceGrad.create(Scope scope,
Operand<T> shape,
Operand<T> begin,
Operand<T> end,
Operand<T> strides,
Operand<U> dy,
StridedSliceGrad.Options... options)
Factory method to create a class to wrap a new StridedSliceGrad operation to the graph.
|
static <U,T extends Number> |
StridedSliceGrad.create(Scope scope,
Operand<T> shape,
Operand<T> begin,
Operand<T> end,
Operand<T> strides,
Operand<U> dy,
StridedSliceGrad.Options... options)
Factory method to create a class to wrap a new StridedSliceGrad operation to the graph.
|
static <T extends Number> |
QuantizeAndDequantizeV2.create(Scope scope,
Operand<T> input,
Operand<T> inputMin,
Operand<T> inputMax,
QuantizeAndDequantizeV2.Options... options)
Factory method to create a class to wrap a new QuantizeAndDequantizeV2 operation to the graph.
|
static <T extends Number> |
QuantizeAndDequantizeV2.create(Scope scope,
Operand<T> input,
Operand<T> inputMin,
Operand<T> inputMax,
QuantizeAndDequantizeV2.Options... options)
Factory method to create a class to wrap a new QuantizeAndDequantizeV2 operation to the graph.
|
static <T extends Number> |
QuantizeAndDequantizeV2.create(Scope scope,
Operand<T> input,
Operand<T> inputMin,
Operand<T> inputMax,
QuantizeAndDequantizeV2.Options... options)
Factory method to create a class to wrap a new QuantizeAndDequantizeV2 operation to the graph.
|
static <T extends Number,U extends Number> |
LinSpace.create(Scope scope,
Operand<T> start,
Operand<T> stop,
Operand<U> num)
Factory method to create a class to wrap a new LinSpace operation to the graph.
|
static <T extends Number,U extends Number> |
LinSpace.create(Scope scope,
Operand<T> start,
Operand<T> stop,
Operand<U> num)
Factory method to create a class to wrap a new LinSpace operation to the graph.
|
static <T extends Number,U extends Number> |
LinSpace.create(Scope scope,
Operand<T> start,
Operand<T> stop,
Operand<U> num)
Factory method to create a class to wrap a new LinSpace operation to the graph.
|
static <T extends Number,U extends Number> |
MaxPoolGradGradWithArgmax.create(Scope scope,
Operand<T> input,
Operand<T> grad,
Operand<U> argmax,
List<Long> ksize,
List<Long> strides,
String padding)
Factory method to create a class to wrap a new MaxPoolGradGradWithArgmax operation to the graph.
|
static <T extends Number,U extends Number> |
MaxPoolGradGradWithArgmax.create(Scope scope,
Operand<T> input,
Operand<T> grad,
Operand<U> argmax,
List<Long> ksize,
List<Long> strides,
String padding)
Factory method to create a class to wrap a new MaxPoolGradGradWithArgmax operation to the graph.
|
static <T extends Number,U extends Number> |
MaxPoolGradGradWithArgmax.create(Scope scope,
Operand<T> input,
Operand<T> grad,
Operand<U> argmax,
List<Long> ksize,
List<Long> strides,
String padding)
Factory method to create a class to wrap a new MaxPoolGradGradWithArgmax operation to the graph.
|
static <T extends Number,U extends Number> |
MaxPoolGradWithArgmax.create(Scope scope,
Operand<T> input,
Operand<T> grad,
Operand<U> argmax,
List<Long> ksize,
List<Long> strides,
String padding)
Factory method to create a class to wrap a new MaxPoolGradWithArgmax operation to the graph.
|
static <T extends Number,U extends Number> |
MaxPoolGradWithArgmax.create(Scope scope,
Operand<T> input,
Operand<T> grad,
Operand<U> argmax,
List<Long> ksize,
List<Long> strides,
String padding)
Factory method to create a class to wrap a new MaxPoolGradWithArgmax operation to the graph.
|
static <T extends Number,U extends Number> |
MaxPoolGradWithArgmax.create(Scope scope,
Operand<T> input,
Operand<T> grad,
Operand<U> argmax,
List<Long> ksize,
List<Long> strides,
String padding)
Factory method to create a class to wrap a new MaxPoolGradWithArgmax operation to the graph.
|
static <U extends Number,T extends Number> |
MaxPool3DGrad.create(Scope scope,
Operand<T> origInput,
Operand<T> origOutput,
Operand<U> grad,
List<Long> ksize,
List<Long> strides,
String padding,
MaxPool3DGrad.Options... options)
Factory method to create a class to wrap a new MaxPool3DGrad operation to the graph.
|
static <U extends Number,T extends Number> |
MaxPool3DGrad.create(Scope scope,
Operand<T> origInput,
Operand<T> origOutput,
Operand<U> grad,
List<Long> ksize,
List<Long> strides,
String padding,
MaxPool3DGrad.Options... options)
Factory method to create a class to wrap a new MaxPool3DGrad operation to the graph.
|
static <U extends Number,T extends Number> |
MaxPool3DGrad.create(Scope scope,
Operand<T> origInput,
Operand<T> origOutput,
Operand<U> grad,
List<Long> ksize,
List<Long> strides,
String padding,
MaxPool3DGrad.Options... options)
Factory method to create a class to wrap a new MaxPool3DGrad operation to the graph.
|
static <U,T extends Number> |
SparseToDense.create(Scope scope,
Operand<T> sparseIndices,
Operand<T> outputShape,
Operand<U> sparseValues,
Operand<U> defaultValue,
SparseToDense.Options... options)
Factory method to create a class to wrap a new SparseToDense operation to the graph.
|
static <U,T extends Number> |
SparseToDense.create(Scope scope,
Operand<T> sparseIndices,
Operand<T> outputShape,
Operand<U> sparseValues,
Operand<U> defaultValue,
SparseToDense.Options... options)
Factory method to create a class to wrap a new SparseToDense operation to the graph.
|
static <U,T extends Number> |
SparseToDense.create(Scope scope,
Operand<T> sparseIndices,
Operand<T> outputShape,
Operand<U> sparseValues,
Operand<U> defaultValue,
SparseToDense.Options... options)
Factory method to create a class to wrap a new SparseToDense operation to the graph.
|
static <U,T extends Number> |
SparseToDense.create(Scope scope,
Operand<T> sparseIndices,
Operand<T> outputShape,
Operand<U> sparseValues,
Operand<U> defaultValue,
SparseToDense.Options... options)
Factory method to create a class to wrap a new SparseToDense operation to the graph.
|
static <T> DenseToDenseSetOperation<T> |
DenseToDenseSetOperation.create(Scope scope,
Operand<T> set1,
Operand<T> set2,
String setOperation,
DenseToDenseSetOperation.Options... options)
Factory method to create a class to wrap a new DenseToDenseSetOperation operation to the graph.
|
static <T> DenseToDenseSetOperation<T> |
DenseToDenseSetOperation.create(Scope scope,
Operand<T> set1,
Operand<T> set2,
String setOperation,
DenseToDenseSetOperation.Options... options)
Factory method to create a class to wrap a new DenseToDenseSetOperation operation to the graph.
|
static <T extends Number,U extends Number> |
SegmentMin.create(Scope scope,
Operand<T> data,
Operand<U> segmentIds)
Factory method to create a class to wrap a new SegmentMin operation to the graph.
|
static <T extends Number,U extends Number> |
SegmentMin.create(Scope scope,
Operand<T> data,
Operand<U> segmentIds)
Factory method to create a class to wrap a new SegmentMin operation to the graph.
|
static <T extends Number,U extends Number> |
StatelessTruncatedNormal.create(Scope scope,
Operand<T> shape,
Operand<U> seed)
Factory method to create a class to wrap a new StatelessTruncatedNormal operation to the graph, using default output types.
|
static <T extends Number,U extends Number> |
StatelessTruncatedNormal.create(Scope scope,
Operand<T> shape,
Operand<U> seed)
Factory method to create a class to wrap a new StatelessTruncatedNormal operation to the graph, using default output types.
|
static <T extends Number,U extends Number> |
StatelessRandomUniform.create(Scope scope,
Operand<T> shape,
Operand<U> seed)
Factory method to create a class to wrap a new StatelessRandomUniform operation to the graph, using default output types.
|
static <T extends Number,U extends Number> |
StatelessRandomUniform.create(Scope scope,
Operand<T> shape,
Operand<U> seed)
Factory method to create a class to wrap a new StatelessRandomUniform operation to the graph, using default output types.
|
static <T extends Number,U extends Number> |
SparseSoftmaxCrossEntropyWithLogits.create(Scope scope,
Operand<T> features,
Operand<U> labels)
Factory method to create a class to wrap a new SparseSoftmaxCrossEntropyWithLogits operation to the graph.
|
static <T extends Number,U extends Number> |
SparseSoftmaxCrossEntropyWithLogits.create(Scope scope,
Operand<T> features,
Operand<U> labels)
Factory method to create a class to wrap a new SparseSoftmaxCrossEntropyWithLogits operation to the graph.
|
static <T extends Number,U extends Number> |
SegmentMax.create(Scope scope,
Operand<T> data,
Operand<U> segmentIds)
Factory method to create a class to wrap a new SegmentMax operation to the graph.
|
static <T extends Number,U extends Number> |
SegmentMax.create(Scope scope,
Operand<T> data,
Operand<U> segmentIds)
Factory method to create a class to wrap a new SegmentMax operation to the graph.
|
static <T extends Number,U extends Number> |
StatelessRandomNormal.create(Scope scope,
Operand<T> shape,
Operand<U> seed)
Factory method to create a class to wrap a new StatelessRandomNormal operation to the graph, using default output types.
|
static <T extends Number,U extends Number> |
StatelessRandomNormal.create(Scope scope,
Operand<T> shape,
Operand<U> seed)
Factory method to create a class to wrap a new StatelessRandomNormal operation to the graph, using default output types.
|
static <T,U extends Number> |
TensorListFromTensor.create(Scope scope,
Operand<T> tensor,
Operand<U> elementShape)
Factory method to create a class to wrap a new TensorListFromTensor operation to the graph.
|
static <T,U extends Number> |
TensorListFromTensor.create(Scope scope,
Operand<T> tensor,
Operand<U> elementShape)
Factory method to create a class to wrap a new TensorListFromTensor operation to the graph.
|
static <T,U extends Number> |
Tile.create(Scope scope,
Operand<T> input,
Operand<U> multiples)
Factory method to create a class to wrap a new Tile operation to the graph.
|
static <T,U extends Number> |
Tile.create(Scope scope,
Operand<T> input,
Operand<U> multiples)
Factory method to create a class to wrap a new Tile operation to the graph.
|
static <T,U extends Number> |
SegmentProd.create(Scope scope,
Operand<T> data,
Operand<U> segmentIds)
Factory method to create a class to wrap a new SegmentProd operation to the graph.
|
static <T,U extends Number> |
SegmentProd.create(Scope scope,
Operand<T> data,
Operand<U> segmentIds)
Factory method to create a class to wrap a new SegmentProd operation to the graph.
|
static <T,U extends Number> |
SegmentMean.create(Scope scope,
Operand<T> data,
Operand<U> segmentIds)
Factory method to create a class to wrap a new SegmentMean operation to the graph.
|
static <T,U extends Number> |
SegmentMean.create(Scope scope,
Operand<T> data,
Operand<U> segmentIds)
Factory method to create a class to wrap a new SegmentMean operation to the graph.
|
static <T,U extends Number> |
UniqueWithCountsV2.create(Scope scope,
Operand<T> x,
Operand<U> axis)
Factory method to create a class to wrap a new UniqueWithCountsV2 operation to the graph, using default output types.
|
static <T,U extends Number> |
UniqueWithCountsV2.create(Scope scope,
Operand<T> x,
Operand<U> axis)
Factory method to create a class to wrap a new UniqueWithCountsV2 operation to the graph, using default output types.
|
static <T,U extends Number> |
ArgMin.create(Scope scope,
Operand<T> input,
Operand<U> dimension)
Factory method to create a class to wrap a new ArgMin operation to the graph, using default output types.
|
static <T,U extends Number> |
ArgMin.create(Scope scope,
Operand<T> input,
Operand<U> dimension)
Factory method to create a class to wrap a new ArgMin operation to the graph, using default output types.
|
static <T,U extends Number> |
ExpandDims.create(Scope scope,
Operand<T> input,
Operand<U> axis)
Factory method to create a class to wrap a new ExpandDims operation to the graph.
|
static <T,U extends Number> |
ExpandDims.create(Scope scope,
Operand<T> input,
Operand<U> axis)
Factory method to create a class to wrap a new ExpandDims operation to the graph.
|
static <T,U extends Number> |
UniqueV2.create(Scope scope,
Operand<T> x,
Operand<U> axis)
Factory method to create a class to wrap a new UniqueV2 operation to the graph, using default output types.
|
static <T,U extends Number> |
UniqueV2.create(Scope scope,
Operand<T> x,
Operand<U> axis)
Factory method to create a class to wrap a new UniqueV2 operation to the graph, using default output types.
|
static <T,U extends Number> |
GatherNd.create(Scope scope,
Operand<T> params,
Operand<U> indices)
Factory method to create a class to wrap a new GatherNd operation to the graph.
|
static <T,U extends Number> |
GatherNd.create(Scope scope,
Operand<T> params,
Operand<U> indices)
Factory method to create a class to wrap a new GatherNd operation to the graph.
|
static <T,U extends Number> |
BroadcastTo.create(Scope scope,
Operand<T> input,
Operand<U> shape)
Factory method to create a class to wrap a new BroadcastTo operation to the graph.
|
static <T,U extends Number> |
BroadcastTo.create(Scope scope,
Operand<T> input,
Operand<U> shape)
Factory method to create a class to wrap a new BroadcastTo operation to the graph.
|
static <T,U extends Number> |
Transpose.create(Scope scope,
Operand<T> x,
Operand<U> perm)
Factory method to create a class to wrap a new Transpose operation to the graph.
|
static <T,U extends Number> |
Transpose.create(Scope scope,
Operand<T> x,
Operand<U> perm)
Factory method to create a class to wrap a new Transpose operation to the graph.
|
static <T,U extends Number> |
Reshape.create(Scope scope,
Operand<T> tensor,
Operand<U> shape)
Factory method to create a class to wrap a new Reshape operation to the graph.
|
static <T,U extends Number> |
Reshape.create(Scope scope,
Operand<T> tensor,
Operand<U> shape)
Factory method to create a class to wrap a new Reshape operation to the graph.
|
static <T,U extends Number> |
Concat.create(Scope scope,
Operand<T> values,
Operand<U> axis)
Factory method to create a class to wrap a new Concat operation to the graph.
|
static <T,U extends Number> |
Concat.create(Scope scope,
Operand<T> values,
Operand<U> axis)
Factory method to create a class to wrap a new Concat operation to the graph.
|
static <T,U extends Number> |
SegmentSum.create(Scope scope,
Operand<T> data,
Operand<U> segmentIds)
Factory method to create a class to wrap a new SegmentSum operation to the graph.
|
static <T,U extends Number> |
SegmentSum.create(Scope scope,
Operand<T> data,
Operand<U> segmentIds)
Factory method to create a class to wrap a new SegmentSum operation to the graph.
|
static <T,U extends Number> |
Pad.create(Scope scope,
Operand<T> input,
Operand<U> paddings)
Factory method to create a class to wrap a new Pad operation to the graph.
|
static <T,U extends Number> |
Pad.create(Scope scope,
Operand<T> input,
Operand<U> paddings)
Factory method to create a class to wrap a new Pad operation to the graph.
|
static <T,U extends Number> |
ConjugateTranspose.create(Scope scope,
Operand<T> x,
Operand<U> perm)
Factory method to create a class to wrap a new ConjugateTranspose operation to the graph.
|
static <T,U extends Number> |
ConjugateTranspose.create(Scope scope,
Operand<T> x,
Operand<U> perm)
Factory method to create a class to wrap a new ConjugateTranspose operation to the graph.
|
static <T,U extends Number> |
ArgMax.create(Scope scope,
Operand<T> input,
Operand<U> dimension)
Factory method to create a class to wrap a new ArgMax operation to the graph, using default output types.
|
static <T,U extends Number> |
ArgMax.create(Scope scope,
Operand<T> input,
Operand<U> dimension)
Factory method to create a class to wrap a new ArgMax operation to the graph, using default output types.
|
static <T,U extends Number> |
Reverse.create(Scope scope,
Operand<T> tensor,
Operand<U> axis)
Factory method to create a class to wrap a new Reverse operation to the graph.
|
static <T,U extends Number> |
Reverse.create(Scope scope,
Operand<T> tensor,
Operand<U> axis)
Factory method to create a class to wrap a new Reverse operation to the graph.
|
static <U,T extends Number> |
Fill.create(Scope scope,
Operand<T> dims,
Operand<U> value)
Factory method to create a class to wrap a new Fill operation to the graph.
|
static <U,T extends Number> |
Fill.create(Scope scope,
Operand<T> dims,
Operand<U> value)
Factory method to create a class to wrap a new Fill operation to the graph.
|
static <T,V extends Number,U extends Number> |
UniqueWithCountsV2.create(Scope scope,
Operand<T> x,
Operand<U> axis,
Class<V> outIdx)
Factory method to create a class to wrap a new UniqueWithCountsV2 operation to the graph.
|
static <T,V extends Number,U extends Number> |
UniqueWithCountsV2.create(Scope scope,
Operand<T> x,
Operand<U> axis,
Class<V> outIdx)
Factory method to create a class to wrap a new UniqueWithCountsV2 operation to the graph.
|
static <T,V extends Number,U extends Number> |
UniqueV2.create(Scope scope,
Operand<T> x,
Operand<U> axis,
Class<V> outIdx)
Factory method to create a class to wrap a new UniqueV2 operation to the graph.
|
static <T,V extends Number,U extends Number> |
UniqueV2.create(Scope scope,
Operand<T> x,
Operand<U> axis,
Class<V> outIdx)
Factory method to create a class to wrap a new UniqueV2 operation to the graph.
|
static <V extends Number,T extends Number,U extends Number> |
StatelessTruncatedNormal.create(Scope scope,
Operand<T> shape,
Operand<U> seed,
Class<V> dtype)
Factory method to create a class to wrap a new StatelessTruncatedNormal operation to the graph.
|
static <V extends Number,T extends Number,U extends Number> |
StatelessTruncatedNormal.create(Scope scope,
Operand<T> shape,
Operand<U> seed,
Class<V> dtype)
Factory method to create a class to wrap a new StatelessTruncatedNormal operation to the graph.
|
static <V extends Number,T extends Number,U extends Number> |
StatelessRandomUniform.create(Scope scope,
Operand<T> shape,
Operand<U> seed,
Class<V> dtype)
Factory method to create a class to wrap a new StatelessRandomUniform operation to the graph.
|
static <V extends Number,T extends Number,U extends Number> |
StatelessRandomUniform.create(Scope scope,
Operand<T> shape,
Operand<U> seed,
Class<V> dtype)
Factory method to create a class to wrap a new StatelessRandomUniform operation to the graph.
|
static <V extends Number,T extends Number,U extends Number> |
StatelessRandomNormal.create(Scope scope,
Operand<T> shape,
Operand<U> seed,
Class<V> dtype)
Factory method to create a class to wrap a new StatelessRandomNormal operation to the graph.
|
static <V extends Number,T extends Number,U extends Number> |
StatelessRandomNormal.create(Scope scope,
Operand<T> shape,
Operand<U> seed,
Class<V> dtype)
Factory method to create a class to wrap a new StatelessRandomNormal operation to the graph.
|
static <V extends Number,T,U extends Number> |
ArgMin.create(Scope scope,
Operand<T> input,
Operand<U> dimension,
Class<V> outputType)
Factory method to create a class to wrap a new ArgMin operation to the graph.
|
static <V extends Number,T,U extends Number> |
ArgMin.create(Scope scope,
Operand<T> input,
Operand<U> dimension,
Class<V> outputType)
Factory method to create a class to wrap a new ArgMin operation to the graph.
|
static <V extends Number,T,U extends Number> |
ArgMax.create(Scope scope,
Operand<T> input,
Operand<U> dimension,
Class<V> outputType)
Factory method to create a class to wrap a new ArgMax operation to the graph.
|
static <V extends Number,T,U extends Number> |
ArgMax.create(Scope scope,
Operand<T> input,
Operand<U> dimension,
Class<V> outputType)
Factory method to create a class to wrap a new ArgMax operation to the graph.
|
static <V extends Number,T extends Number,U extends Number> |
RandomPoissonV2.create(Scope scope,
Operand<T> shape,
Operand<U> rate,
Class<V> dtype,
RandomPoissonV2.Options... options)
Factory method to create a class to wrap a new RandomPoissonV2 operation to the graph.
|
static <V extends Number,T extends Number,U extends Number> |
RandomPoissonV2.create(Scope scope,
Operand<T> shape,
Operand<U> rate,
Class<V> dtype,
RandomPoissonV2.Options... options)
Factory method to create a class to wrap a new RandomPoissonV2 operation to the graph.
|
static <T,U extends Number> |
Cumprod.create(Scope scope,
Operand<T> x,
Operand<U> axis,
Cumprod.Options... options)
Factory method to create a class to wrap a new Cumprod operation to the graph.
|
static <T,U extends Number> |
Cumprod.create(Scope scope,
Operand<T> x,
Operand<U> axis,
Cumprod.Options... options)
Factory method to create a class to wrap a new Cumprod operation to the graph.
|
static <T,U extends Number> |
Cumsum.create(Scope scope,
Operand<T> x,
Operand<U> axis,
Cumsum.Options... options)
Factory method to create a class to wrap a new Cumsum operation to the graph.
|
static <T,U extends Number> |
Cumsum.create(Scope scope,
Operand<T> x,
Operand<U> axis,
Cumsum.Options... options)
Factory method to create a class to wrap a new Cumsum operation to the graph.
|
static <T,U extends Number> |
Gather.create(Scope scope,
Operand<T> params,
Operand<U> indices,
Gather.Options... options)
Factory method to create a class to wrap a new Gather operation to the graph.
|
static <T,U extends Number> |
Gather.create(Scope scope,
Operand<T> params,
Operand<U> indices,
Gather.Options... options)
Factory method to create a class to wrap a new Gather operation to the graph.
|
static <T,U extends Number> |
SpaceToBatch.create(Scope scope,
Operand<T> input,
Operand<U> paddings,
Long blockSize)
Factory method to create a class to wrap a new SpaceToBatch operation to the graph.
|
static <T,U extends Number> |
SpaceToBatch.create(Scope scope,
Operand<T> input,
Operand<U> paddings,
Long blockSize)
Factory method to create a class to wrap a new SpaceToBatch operation to the graph.
|
static <T,U extends Number> |
BatchToSpace.create(Scope scope,
Operand<T> input,
Operand<U> crops,
Long blockSize)
Factory method to create a class to wrap a new BatchToSpace operation to the graph.
|
static <T,U extends Number> |
BatchToSpace.create(Scope scope,
Operand<T> input,
Operand<U> crops,
Long blockSize)
Factory method to create a class to wrap a new BatchToSpace operation to the graph.
|
static <T,U extends Number> |
ReverseSequence.create(Scope scope,
Operand<T> input,
Operand<U> seqLengths,
Long seqDim,
ReverseSequence.Options... options)
Factory method to create a class to wrap a new ReverseSequence operation to the graph.
|
static <T,U extends Number> |
ReverseSequence.create(Scope scope,
Operand<T> input,
Operand<U> seqLengths,
Long seqDim,
ReverseSequence.Options... options)
Factory method to create a class to wrap a new ReverseSequence operation to the graph.
|
static <T,U extends Number> |
Max.create(Scope scope,
Operand<T> input,
Operand<U> axis,
Max.Options... options)
Factory method to create a class to wrap a new Max operation to the graph.
|
static <T,U extends Number> |
Max.create(Scope scope,
Operand<T> input,
Operand<U> axis,
Max.Options... options)
Factory method to create a class to wrap a new Max operation to the graph.
|
static <T,U extends Number> |
Mean.create(Scope scope,
Operand<T> input,
Operand<U> axis,
Mean.Options... options)
Factory method to create a class to wrap a new Mean operation to the graph.
|
static <T,U extends Number> |
Mean.create(Scope scope,
Operand<T> input,
Operand<U> axis,
Mean.Options... options)
Factory method to create a class to wrap a new Mean operation to the graph.
|
static <T,U extends Number> |
Min.create(Scope scope,
Operand<T> input,
Operand<U> axis,
Min.Options... options)
Factory method to create a class to wrap a new Min operation to the graph.
|
static <T,U extends Number> |
Min.create(Scope scope,
Operand<T> input,
Operand<U> axis,
Min.Options... options)
Factory method to create a class to wrap a new Min operation to the graph.
|
static <T,U extends Number> |
QuantizedReshape.create(Scope scope,
Operand<T> tensor,
Operand<U> shape,
Operand<Float> inputMin,
Operand<Float> inputMax)
Factory method to create a class to wrap a new QuantizedReshape operation to the graph.
|
static <T,U extends Number> |
QuantizedReshape.create(Scope scope,
Operand<T> tensor,
Operand<U> shape,
Operand<Float> inputMin,
Operand<Float> inputMax)
Factory method to create a class to wrap a new QuantizedReshape operation to the graph.
|
static <T,U extends Number> |
QuantizedReshape.create(Scope scope,
Operand<T> tensor,
Operand<U> shape,
Operand<Float> inputMin,
Operand<Float> inputMax)
Factory method to create a class to wrap a new QuantizedReshape operation to the graph.
|
static <T,U extends Number> |
QuantizedReshape.create(Scope scope,
Operand<T> tensor,
Operand<U> shape,
Operand<Float> inputMin,
Operand<Float> inputMax)
Factory method to create a class to wrap a new QuantizedReshape operation to the graph.
|
static <V,T,U> QuantizedAdd<V> |
QuantizedAdd.create(Scope scope,
Operand<T> x,
Operand<U> y,
Operand<Float> minX,
Operand<Float> maxX,
Operand<Float> minY,
Operand<Float> maxY,
Class<V> Toutput)
Factory method to create a class to wrap a new QuantizedAdd operation to the graph.
|
static <V,T,U> QuantizedAdd<V> |
QuantizedAdd.create(Scope scope,
Operand<T> x,
Operand<U> y,
Operand<Float> minX,
Operand<Float> maxX,
Operand<Float> minY,
Operand<Float> maxY,
Class<V> Toutput)
Factory method to create a class to wrap a new QuantizedAdd operation to the graph.
|
static <V,T,U> QuantizedAdd<V> |
QuantizedAdd.create(Scope scope,
Operand<T> x,
Operand<U> y,
Operand<Float> minX,
Operand<Float> maxX,
Operand<Float> minY,
Operand<Float> maxY,
Class<V> Toutput)
Factory method to create a class to wrap a new QuantizedAdd operation to the graph.
|
static <V,T,U> QuantizedAdd<V> |
QuantizedAdd.create(Scope scope,
Operand<T> x,
Operand<U> y,
Operand<Float> minX,
Operand<Float> maxX,
Operand<Float> minY,
Operand<Float> maxY,
Class<V> Toutput)
Factory method to create a class to wrap a new QuantizedAdd operation to the graph.
|
static <V,T,U> QuantizedAdd<V> |
QuantizedAdd.create(Scope scope,
Operand<T> x,
Operand<U> y,
Operand<Float> minX,
Operand<Float> maxX,
Operand<Float> minY,
Operand<Float> maxY,
Class<V> Toutput)
Factory method to create a class to wrap a new QuantizedAdd operation to the graph.
|
static <V,T,U> QuantizedAdd<V> |
QuantizedAdd.create(Scope scope,
Operand<T> x,
Operand<U> y,
Operand<Float> minX,
Operand<Float> maxX,
Operand<Float> minY,
Operand<Float> maxY,
Class<V> Toutput)
Factory method to create a class to wrap a new QuantizedAdd operation to the graph.
|
static <V,T,U> QuantizedMul<V> |
QuantizedMul.create(Scope scope,
Operand<T> x,
Operand<U> y,
Operand<Float> minX,
Operand<Float> maxX,
Operand<Float> minY,
Operand<Float> maxY,
Class<V> Toutput)
Factory method to create a class to wrap a new QuantizedMul operation to the graph.
|
static <V,T,U> QuantizedMul<V> |
QuantizedMul.create(Scope scope,
Operand<T> x,
Operand<U> y,
Operand<Float> minX,
Operand<Float> maxX,
Operand<Float> minY,
Operand<Float> maxY,
Class<V> Toutput)
Factory method to create a class to wrap a new QuantizedMul operation to the graph.
|
static <V,T,U> QuantizedMul<V> |
QuantizedMul.create(Scope scope,
Operand<T> x,
Operand<U> y,
Operand<Float> minX,
Operand<Float> maxX,
Operand<Float> minY,
Operand<Float> maxY,
Class<V> Toutput)
Factory method to create a class to wrap a new QuantizedMul operation to the graph.
|
static <V,T,U> QuantizedMul<V> |
QuantizedMul.create(Scope scope,
Operand<T> x,
Operand<U> y,
Operand<Float> minX,
Operand<Float> maxX,
Operand<Float> minY,
Operand<Float> maxY,
Class<V> Toutput)
Factory method to create a class to wrap a new QuantizedMul operation to the graph.
|
static <V,T,U> QuantizedMul<V> |
QuantizedMul.create(Scope scope,
Operand<T> x,
Operand<U> y,
Operand<Float> minX,
Operand<Float> maxX,
Operand<Float> minY,
Operand<Float> maxY,
Class<V> Toutput)
Factory method to create a class to wrap a new QuantizedMul operation to the graph.
|
static <V,T,U> QuantizedMul<V> |
QuantizedMul.create(Scope scope,
Operand<T> x,
Operand<U> y,
Operand<Float> minX,
Operand<Float> maxX,
Operand<Float> minY,
Operand<Float> maxY,
Class<V> Toutput)
Factory method to create a class to wrap a new QuantizedMul operation to the graph.
|
static <V,T,U> QuantizedBiasAdd<V> |
QuantizedBiasAdd.create(Scope scope,
Operand<T> input,
Operand<U> bias,
Operand<Float> minInput,
Operand<Float> maxInput,
Operand<Float> minBias,
Operand<Float> maxBias,
Class<V> outType)
Factory method to create a class to wrap a new QuantizedBiasAdd operation to the graph.
|
static <V,T,U> QuantizedBiasAdd<V> |
QuantizedBiasAdd.create(Scope scope,
Operand<T> input,
Operand<U> bias,
Operand<Float> minInput,
Operand<Float> maxInput,
Operand<Float> minBias,
Operand<Float> maxBias,
Class<V> outType)
Factory method to create a class to wrap a new QuantizedBiasAdd operation to the graph.
|
static <V,T,U> QuantizedBiasAdd<V> |
QuantizedBiasAdd.create(Scope scope,
Operand<T> input,
Operand<U> bias,
Operand<Float> minInput,
Operand<Float> maxInput,
Operand<Float> minBias,
Operand<Float> maxBias,
Class<V> outType)
Factory method to create a class to wrap a new QuantizedBiasAdd operation to the graph.
|
static <V,T,U> QuantizedBiasAdd<V> |
QuantizedBiasAdd.create(Scope scope,
Operand<T> input,
Operand<U> bias,
Operand<Float> minInput,
Operand<Float> maxInput,
Operand<Float> minBias,
Operand<Float> maxBias,
Class<V> outType)
Factory method to create a class to wrap a new QuantizedBiasAdd operation to the graph.
|
static <V,T,U> QuantizedBiasAdd<V> |
QuantizedBiasAdd.create(Scope scope,
Operand<T> input,
Operand<U> bias,
Operand<Float> minInput,
Operand<Float> maxInput,
Operand<Float> minBias,
Operand<Float> maxBias,
Class<V> outType)
Factory method to create a class to wrap a new QuantizedBiasAdd operation to the graph.
|
static <V,T,U> QuantizedBiasAdd<V> |
QuantizedBiasAdd.create(Scope scope,
Operand<T> input,
Operand<U> bias,
Operand<Float> minInput,
Operand<Float> maxInput,
Operand<Float> minBias,
Operand<Float> maxBias,
Class<V> outType)
Factory method to create a class to wrap a new QuantizedBiasAdd operation to the graph.
|
static <V,T,U,W> QuantizedMatMul<V> |
QuantizedMatMul.create(Scope scope,
Operand<T> a,
Operand<U> b,
Operand<Float> minA,
Operand<Float> maxA,
Operand<Float> minB,
Operand<Float> maxB,
Class<V> Toutput,
Class<W> Tactivation,
QuantizedMatMul.Options... options)
Factory method to create a class to wrap a new QuantizedMatMul operation to the graph.
|
static <V,T,U,W> QuantizedMatMul<V> |
QuantizedMatMul.create(Scope scope,
Operand<T> a,
Operand<U> b,
Operand<Float> minA,
Operand<Float> maxA,
Operand<Float> minB,
Operand<Float> maxB,
Class<V> Toutput,
Class<W> Tactivation,
QuantizedMatMul.Options... options)
Factory method to create a class to wrap a new QuantizedMatMul operation to the graph.
|
static <V,T,U,W> QuantizedMatMul<V> |
QuantizedMatMul.create(Scope scope,
Operand<T> a,
Operand<U> b,
Operand<Float> minA,
Operand<Float> maxA,
Operand<Float> minB,
Operand<Float> maxB,
Class<V> Toutput,
Class<W> Tactivation,
QuantizedMatMul.Options... options)
Factory method to create a class to wrap a new QuantizedMatMul operation to the graph.
|
static <V,T,U,W> QuantizedMatMul<V> |
QuantizedMatMul.create(Scope scope,
Operand<T> a,
Operand<U> b,
Operand<Float> minA,
Operand<Float> maxA,
Operand<Float> minB,
Operand<Float> maxB,
Class<V> Toutput,
Class<W> Tactivation,
QuantizedMatMul.Options... options)
Factory method to create a class to wrap a new QuantizedMatMul operation to the graph.
|
static <V,T,U,W> QuantizedMatMul<V> |
QuantizedMatMul.create(Scope scope,
Operand<T> a,
Operand<U> b,
Operand<Float> minA,
Operand<Float> maxA,
Operand<Float> minB,
Operand<Float> maxB,
Class<V> Toutput,
Class<W> Tactivation,
QuantizedMatMul.Options... options)
Factory method to create a class to wrap a new QuantizedMatMul operation to the graph.
|
static <V,T,U,W> QuantizedMatMul<V> |
QuantizedMatMul.create(Scope scope,
Operand<T> a,
Operand<U> b,
Operand<Float> minA,
Operand<Float> maxA,
Operand<Float> minB,
Operand<Float> maxB,
Class<V> Toutput,
Class<W> Tactivation,
QuantizedMatMul.Options... options)
Factory method to create a class to wrap a new QuantizedMatMul operation to the graph.
|
static <V,T,U> QuantizedConv2D<V> |
QuantizedConv2D.create(Scope scope,
Operand<T> input,
Operand<U> filter,
Operand<Float> minInput,
Operand<Float> maxInput,
Operand<Float> minFilter,
Operand<Float> maxFilter,
Class<V> outType,
List<Long> strides,
String padding,
QuantizedConv2D.Options... options)
Factory method to create a class to wrap a new QuantizedConv2D operation to the graph.
|
static <V,T,U> QuantizedConv2D<V> |
QuantizedConv2D.create(Scope scope,
Operand<T> input,
Operand<U> filter,
Operand<Float> minInput,
Operand<Float> maxInput,
Operand<Float> minFilter,
Operand<Float> maxFilter,
Class<V> outType,
List<Long> strides,
String padding,
QuantizedConv2D.Options... options)
Factory method to create a class to wrap a new QuantizedConv2D operation to the graph.
|
static <V,T,U> QuantizedConv2D<V> |
QuantizedConv2D.create(Scope scope,
Operand<T> input,
Operand<U> filter,
Operand<Float> minInput,
Operand<Float> maxInput,
Operand<Float> minFilter,
Operand<Float> maxFilter,
Class<V> outType,
List<Long> strides,
String padding,
QuantizedConv2D.Options... options)
Factory method to create a class to wrap a new QuantizedConv2D operation to the graph.
|
static <V,T,U> QuantizedConv2D<V> |
QuantizedConv2D.create(Scope scope,
Operand<T> input,
Operand<U> filter,
Operand<Float> minInput,
Operand<Float> maxInput,
Operand<Float> minFilter,
Operand<Float> maxFilter,
Class<V> outType,
List<Long> strides,
String padding,
QuantizedConv2D.Options... options)
Factory method to create a class to wrap a new QuantizedConv2D operation to the graph.
|
static <V,T,U> QuantizedConv2D<V> |
QuantizedConv2D.create(Scope scope,
Operand<T> input,
Operand<U> filter,
Operand<Float> minInput,
Operand<Float> maxInput,
Operand<Float> minFilter,
Operand<Float> maxFilter,
Class<V> outType,
List<Long> strides,
String padding,
QuantizedConv2D.Options... options)
Factory method to create a class to wrap a new QuantizedConv2D operation to the graph.
|
static <V,T,U> QuantizedConv2D<V> |
QuantizedConv2D.create(Scope scope,
Operand<T> input,
Operand<U> filter,
Operand<Float> minInput,
Operand<Float> maxInput,
Operand<Float> minFilter,
Operand<Float> maxFilter,
Class<V> outType,
List<Long> strides,
String padding,
QuantizedConv2D.Options... options)
Factory method to create a class to wrap a new QuantizedConv2D operation to the graph.
|
static <T extends Number,U extends Number> |
SparseSegmentMean.create(Scope scope,
Operand<T> data,
Operand<U> indices,
Operand<Integer> segmentIds)
Factory method to create a class to wrap a new SparseSegmentMean operation to the graph.
|
static <T extends Number,U extends Number> |
SparseSegmentMean.create(Scope scope,
Operand<T> data,
Operand<U> indices,
Operand<Integer> segmentIds)
Factory method to create a class to wrap a new SparseSegmentMean operation to the graph.
|
static <T extends Number,U extends Number> |
SparseSegmentMean.create(Scope scope,
Operand<T> data,
Operand<U> indices,
Operand<Integer> segmentIds)
Factory method to create a class to wrap a new SparseSegmentMean operation to the graph.
|
static <T extends Number,U extends Number> |
SparseSegmentSqrtN.create(Scope scope,
Operand<T> data,
Operand<U> indices,
Operand<Integer> segmentIds)
Factory method to create a class to wrap a new SparseSegmentSqrtN operation to the graph.
|
static <T extends Number,U extends Number> |
SparseSegmentSqrtN.create(Scope scope,
Operand<T> data,
Operand<U> indices,
Operand<Integer> segmentIds)
Factory method to create a class to wrap a new SparseSegmentSqrtN operation to the graph.
|
static <T extends Number,U extends Number> |
SparseSegmentSqrtN.create(Scope scope,
Operand<T> data,
Operand<U> indices,
Operand<Integer> segmentIds)
Factory method to create a class to wrap a new SparseSegmentSqrtN operation to the graph.
|
static <T extends Number,U extends Number> |
SparseSegmentSum.create(Scope scope,
Operand<T> data,
Operand<U> indices,
Operand<Integer> segmentIds)
Factory method to create a class to wrap a new SparseSegmentSum operation to the graph.
|
static <T extends Number,U extends Number> |
SparseSegmentSum.create(Scope scope,
Operand<T> data,
Operand<U> indices,
Operand<Integer> segmentIds)
Factory method to create a class to wrap a new SparseSegmentSum operation to the graph.
|
static <T extends Number,U extends Number> |
SparseSegmentSum.create(Scope scope,
Operand<T> data,
Operand<U> indices,
Operand<Integer> segmentIds)
Factory method to create a class to wrap a new SparseSegmentSum operation to the graph.
|
static <T,U extends Number> |
SplitV.create(Scope scope,
Operand<T> value,
Operand<U> sizeSplits,
Operand<Integer> axis,
Long numSplit)
Factory method to create a class to wrap a new SplitV operation to the graph.
|
static <T,U extends Number> |
SplitV.create(Scope scope,
Operand<T> value,
Operand<U> sizeSplits,
Operand<Integer> axis,
Long numSplit)
Factory method to create a class to wrap a new SplitV operation to the graph.
|
static <T,U extends Number> |
SplitV.create(Scope scope,
Operand<T> value,
Operand<U> sizeSplits,
Operand<Integer> axis,
Long numSplit)
Factory method to create a class to wrap a new SplitV operation to the graph.
|
static <T extends Number,U extends Number> |
SparseSegmentMeanGrad.create(Scope scope,
Operand<T> grad,
Operand<U> indices,
Operand<Integer> segmentIds,
Operand<Integer> outputDim0)
Factory method to create a class to wrap a new SparseSegmentMeanGrad operation to the graph.
|
static <T extends Number,U extends Number> |
SparseSegmentMeanGrad.create(Scope scope,
Operand<T> grad,
Operand<U> indices,
Operand<Integer> segmentIds,
Operand<Integer> outputDim0)
Factory method to create a class to wrap a new SparseSegmentMeanGrad operation to the graph.
|
static <T extends Number,U extends Number> |
SparseSegmentMeanGrad.create(Scope scope,
Operand<T> grad,
Operand<U> indices,
Operand<Integer> segmentIds,
Operand<Integer> outputDim0)
Factory method to create a class to wrap a new SparseSegmentMeanGrad operation to the graph.
|
static <T extends Number,U extends Number> |
SparseSegmentMeanGrad.create(Scope scope,
Operand<T> grad,
Operand<U> indices,
Operand<Integer> segmentIds,
Operand<Integer> outputDim0)
Factory method to create a class to wrap a new SparseSegmentMeanGrad operation to the graph.
|
static <T extends Number,U extends Number> |
SparseSegmentSqrtNGrad.create(Scope scope,
Operand<T> grad,
Operand<U> indices,
Operand<Integer> segmentIds,
Operand<Integer> outputDim0)
Factory method to create a class to wrap a new SparseSegmentSqrtNGrad operation to the graph.
|
static <T extends Number,U extends Number> |
SparseSegmentSqrtNGrad.create(Scope scope,
Operand<T> grad,
Operand<U> indices,
Operand<Integer> segmentIds,
Operand<Integer> outputDim0)
Factory method to create a class to wrap a new SparseSegmentSqrtNGrad operation to the graph.
|
static <T extends Number,U extends Number> |
SparseSegmentSqrtNGrad.create(Scope scope,
Operand<T> grad,
Operand<U> indices,
Operand<Integer> segmentIds,
Operand<Integer> outputDim0)
Factory method to create a class to wrap a new SparseSegmentSqrtNGrad operation to the graph.
|
static <T extends Number,U extends Number> |
SparseSegmentSqrtNGrad.create(Scope scope,
Operand<T> grad,
Operand<U> indices,
Operand<Integer> segmentIds,
Operand<Integer> outputDim0)
Factory method to create a class to wrap a new SparseSegmentSqrtNGrad operation to the graph.
|
static <T extends Number,U extends Number,V extends Number> |
SparseSegmentMeanWithNumSegments.create(Scope scope,
Operand<T> data,
Operand<U> indices,
Operand<Integer> segmentIds,
Operand<V> numSegments)
Factory method to create a class to wrap a new SparseSegmentMeanWithNumSegments operation to the graph.
|
static <T extends Number,U extends Number,V extends Number> |
SparseSegmentMeanWithNumSegments.create(Scope scope,
Operand<T> data,
Operand<U> indices,
Operand<Integer> segmentIds,
Operand<V> numSegments)
Factory method to create a class to wrap a new SparseSegmentMeanWithNumSegments operation to the graph.
|
static <T extends Number,U extends Number,V extends Number> |
SparseSegmentMeanWithNumSegments.create(Scope scope,
Operand<T> data,
Operand<U> indices,
Operand<Integer> segmentIds,
Operand<V> numSegments)
Factory method to create a class to wrap a new SparseSegmentMeanWithNumSegments operation to the graph.
|
static <T extends Number,U extends Number,V extends Number> |
SparseSegmentMeanWithNumSegments.create(Scope scope,
Operand<T> data,
Operand<U> indices,
Operand<Integer> segmentIds,
Operand<V> numSegments)
Factory method to create a class to wrap a new SparseSegmentMeanWithNumSegments operation to the graph.
|
static <T extends Number,U extends Number,V extends Number> |
SparseSegmentSumWithNumSegments.create(Scope scope,
Operand<T> data,
Operand<U> indices,
Operand<Integer> segmentIds,
Operand<V> numSegments)
Factory method to create a class to wrap a new SparseSegmentSumWithNumSegments operation to the graph.
|
static <T extends Number,U extends Number,V extends Number> |
SparseSegmentSumWithNumSegments.create(Scope scope,
Operand<T> data,
Operand<U> indices,
Operand<Integer> segmentIds,
Operand<V> numSegments)
Factory method to create a class to wrap a new SparseSegmentSumWithNumSegments operation to the graph.
|
static <T extends Number,U extends Number,V extends Number> |
SparseSegmentSumWithNumSegments.create(Scope scope,
Operand<T> data,
Operand<U> indices,
Operand<Integer> segmentIds,
Operand<V> numSegments)
Factory method to create a class to wrap a new SparseSegmentSumWithNumSegments operation to the graph.
|
static <T extends Number,U extends Number,V extends Number> |
SparseSegmentSumWithNumSegments.create(Scope scope,
Operand<T> data,
Operand<U> indices,
Operand<Integer> segmentIds,
Operand<V> numSegments)
Factory method to create a class to wrap a new SparseSegmentSumWithNumSegments operation to the graph.
|
static <T extends Number,U extends Number,V extends Number> |
SparseSegmentSqrtNWithNumSegments.create(Scope scope,
Operand<T> data,
Operand<U> indices,
Operand<Integer> segmentIds,
Operand<V> numSegments)
Factory method to create a class to wrap a new SparseSegmentSqrtNWithNumSegments operation to the graph.
|
static <T extends Number,U extends Number,V extends Number> |
SparseSegmentSqrtNWithNumSegments.create(Scope scope,
Operand<T> data,
Operand<U> indices,
Operand<Integer> segmentIds,
Operand<V> numSegments)
Factory method to create a class to wrap a new SparseSegmentSqrtNWithNumSegments operation to the graph.
|
static <T extends Number,U extends Number,V extends Number> |
SparseSegmentSqrtNWithNumSegments.create(Scope scope,
Operand<T> data,
Operand<U> indices,
Operand<Integer> segmentIds,
Operand<V> numSegments)
Factory method to create a class to wrap a new SparseSegmentSqrtNWithNumSegments operation to the graph.
|
static <T extends Number,U extends Number,V extends Number> |
SparseSegmentSqrtNWithNumSegments.create(Scope scope,
Operand<T> data,
Operand<U> indices,
Operand<Integer> segmentIds,
Operand<V> numSegments)
Factory method to create a class to wrap a new SparseSegmentSqrtNWithNumSegments operation to the graph.
|
static <U,T extends Number> |
SparseTensorDenseMatMul.create(Scope scope,
Operand<T> aIndices,
Operand<U> aValues,
Operand<Long> aShape,
Operand<U> b,
SparseTensorDenseMatMul.Options... options)
Factory method to create a class to wrap a new SparseTensorDenseMatMul operation to the graph.
|
static <U,T extends Number> |
SparseTensorDenseMatMul.create(Scope scope,
Operand<T> aIndices,
Operand<U> aValues,
Operand<Long> aShape,
Operand<U> b,
SparseTensorDenseMatMul.Options... options)
Factory method to create a class to wrap a new SparseTensorDenseMatMul operation to the graph.
|
static <U,T extends Number> |
SparseTensorDenseMatMul.create(Scope scope,
Operand<T> aIndices,
Operand<U> aValues,
Operand<Long> aShape,
Operand<U> b,
SparseTensorDenseMatMul.Options... options)
Factory method to create a class to wrap a new SparseTensorDenseMatMul operation to the graph.
|
static <U,T extends Number> |
SparseTensorDenseMatMul.create(Scope scope,
Operand<T> aIndices,
Operand<U> aValues,
Operand<Long> aShape,
Operand<U> b,
SparseTensorDenseMatMul.Options... options)
Factory method to create a class to wrap a new SparseTensorDenseMatMul operation to the graph.
|
static <T,U extends Number> |
PadV2.create(Scope scope,
Operand<T> input,
Operand<U> paddings,
Operand<T> constantValues)
Factory method to create a class to wrap a new PadV2 operation to the graph.
|
static <T,U extends Number> |
PadV2.create(Scope scope,
Operand<T> input,
Operand<U> paddings,
Operand<T> constantValues)
Factory method to create a class to wrap a new PadV2 operation to the graph.
|
static <T,U extends Number> |
PadV2.create(Scope scope,
Operand<T> input,
Operand<U> paddings,
Operand<T> constantValues)
Factory method to create a class to wrap a new PadV2 operation to the graph.
|
static <T,U extends Number> |
ScatterNdNonAliasingAdd.create(Scope scope,
Operand<T> input,
Operand<U> indices,
Operand<T> updates)
Factory method to create a class to wrap a new ScatterNdNonAliasingAdd operation to the graph.
|
static <T,U extends Number> |
ScatterNdNonAliasingAdd.create(Scope scope,
Operand<T> input,
Operand<U> indices,
Operand<T> updates)
Factory method to create a class to wrap a new ScatterNdNonAliasingAdd operation to the graph.
|
static <T,U extends Number> |
ScatterNdNonAliasingAdd.create(Scope scope,
Operand<T> input,
Operand<U> indices,
Operand<T> updates)
Factory method to create a class to wrap a new ScatterNdNonAliasingAdd operation to the graph.
|
static <U,T extends Number> |
ScatterNd.create(Scope scope,
Operand<T> indices,
Operand<U> updates,
Operand<T> shape)
Factory method to create a class to wrap a new ScatterNd operation to the graph.
|
static <U,T extends Number> |
ScatterNd.create(Scope scope,
Operand<T> indices,
Operand<U> updates,
Operand<T> shape)
Factory method to create a class to wrap a new ScatterNd operation to the graph.
|
static <U,T extends Number> |
ScatterNd.create(Scope scope,
Operand<T> indices,
Operand<U> updates,
Operand<T> shape)
Factory method to create a class to wrap a new ScatterNd operation to the graph.
|
static <U,T extends Number> |
SparseTensorDenseAdd.create(Scope scope,
Operand<T> aIndices,
Operand<U> aValues,
Operand<T> aShape,
Operand<U> b)
Factory method to create a class to wrap a new SparseTensorDenseAdd operation to the graph.
|
static <U,T extends Number> |
SparseTensorDenseAdd.create(Scope scope,
Operand<T> aIndices,
Operand<U> aValues,
Operand<T> aShape,
Operand<U> b)
Factory method to create a class to wrap a new SparseTensorDenseAdd operation to the graph.
|
static <U,T extends Number> |
SparseTensorDenseAdd.create(Scope scope,
Operand<T> aIndices,
Operand<U> aValues,
Operand<T> aShape,
Operand<U> b)
Factory method to create a class to wrap a new SparseTensorDenseAdd operation to the graph.
|
static <U,T extends Number> |
SparseTensorDenseAdd.create(Scope scope,
Operand<T> aIndices,
Operand<U> aValues,
Operand<T> aShape,
Operand<U> b)
Factory method to create a class to wrap a new SparseTensorDenseAdd operation to the graph.
|
static <T,U extends Number> |
ScatterAdd.create(Scope scope,
Operand<T> ref,
Operand<U> indices,
Operand<T> updates,
ScatterAdd.Options... options)
Factory method to create a class to wrap a new ScatterAdd operation to the graph.
|
static <T,U extends Number> |
ScatterAdd.create(Scope scope,
Operand<T> ref,
Operand<U> indices,
Operand<T> updates,
ScatterAdd.Options... options)
Factory method to create a class to wrap a new ScatterAdd operation to the graph.
|
static <T,U extends Number> |
ScatterAdd.create(Scope scope,
Operand<T> ref,
Operand<U> indices,
Operand<T> updates,
ScatterAdd.Options... options)
Factory method to create a class to wrap a new ScatterAdd operation to the graph.
|
static <T,U extends Number> |
ScatterDiv.create(Scope scope,
Operand<T> ref,
Operand<U> indices,
Operand<T> updates,
ScatterDiv.Options... options)
Factory method to create a class to wrap a new ScatterDiv operation to the graph.
|
static <T,U extends Number> |
ScatterDiv.create(Scope scope,
Operand<T> ref,
Operand<U> indices,
Operand<T> updates,
ScatterDiv.Options... options)
Factory method to create a class to wrap a new ScatterDiv operation to the graph.
|
static <T,U extends Number> |
ScatterDiv.create(Scope scope,
Operand<T> ref,
Operand<U> indices,
Operand<T> updates,
ScatterDiv.Options... options)
Factory method to create a class to wrap a new ScatterDiv operation to the graph.
|
static <T extends Number,U extends Number> |
ScatterMax.create(Scope scope,
Operand<T> ref,
Operand<U> indices,
Operand<T> updates,
ScatterMax.Options... options)
Factory method to create a class to wrap a new ScatterMax operation to the graph.
|
static <T extends Number,U extends Number> |
ScatterMax.create(Scope scope,
Operand<T> ref,
Operand<U> indices,
Operand<T> updates,
ScatterMax.Options... options)
Factory method to create a class to wrap a new ScatterMax operation to the graph.
|
static <T extends Number,U extends Number> |
ScatterMax.create(Scope scope,
Operand<T> ref,
Operand<U> indices,
Operand<T> updates,
ScatterMax.Options... options)
Factory method to create a class to wrap a new ScatterMax operation to the graph.
|
static <T extends Number,U extends Number> |
ScatterMin.create(Scope scope,
Operand<T> ref,
Operand<U> indices,
Operand<T> updates,
ScatterMin.Options... options)
Factory method to create a class to wrap a new ScatterMin operation to the graph.
|
static <T extends Number,U extends Number> |
ScatterMin.create(Scope scope,
Operand<T> ref,
Operand<U> indices,
Operand<T> updates,
ScatterMin.Options... options)
Factory method to create a class to wrap a new ScatterMin operation to the graph.
|
static <T extends Number,U extends Number> |
ScatterMin.create(Scope scope,
Operand<T> ref,
Operand<U> indices,
Operand<T> updates,
ScatterMin.Options... options)
Factory method to create a class to wrap a new ScatterMin operation to the graph.
|
static <T,U extends Number> |
ScatterMul.create(Scope scope,
Operand<T> ref,
Operand<U> indices,
Operand<T> updates,
ScatterMul.Options... options)
Factory method to create a class to wrap a new ScatterMul operation to the graph.
|
static <T,U extends Number> |
ScatterMul.create(Scope scope,
Operand<T> ref,
Operand<U> indices,
Operand<T> updates,
ScatterMul.Options... options)
Factory method to create a class to wrap a new ScatterMul operation to the graph.
|
static <T,U extends Number> |
ScatterMul.create(Scope scope,
Operand<T> ref,
Operand<U> indices,
Operand<T> updates,
ScatterMul.Options... options)
Factory method to create a class to wrap a new ScatterMul operation to the graph.
|
static <T,U extends Number> |
ScatterNdAdd.create(Scope scope,
Operand<T> ref,
Operand<U> indices,
Operand<T> updates,
ScatterNdAdd.Options... options)
Factory method to create a class to wrap a new ScatterNdAdd operation to the graph.
|
static <T,U extends Number> |
ScatterNdAdd.create(Scope scope,
Operand<T> ref,
Operand<U> indices,
Operand<T> updates,
ScatterNdAdd.Options... options)
Factory method to create a class to wrap a new ScatterNdAdd operation to the graph.
|
static <T,U extends Number> |
ScatterNdAdd.create(Scope scope,
Operand<T> ref,
Operand<U> indices,
Operand<T> updates,
ScatterNdAdd.Options... options)
Factory method to create a class to wrap a new ScatterNdAdd operation to the graph.
|
static <T,U extends Number> |
ScatterNdSub.create(Scope scope,
Operand<T> ref,
Operand<U> indices,
Operand<T> updates,
ScatterNdSub.Options... options)
Factory method to create a class to wrap a new ScatterNdSub operation to the graph.
|
static <T,U extends Number> |
ScatterNdSub.create(Scope scope,
Operand<T> ref,
Operand<U> indices,
Operand<T> updates,
ScatterNdSub.Options... options)
Factory method to create a class to wrap a new ScatterNdSub operation to the graph.
|
static <T,U extends Number> |
ScatterNdSub.create(Scope scope,
Operand<T> ref,
Operand<U> indices,
Operand<T> updates,
ScatterNdSub.Options... options)
Factory method to create a class to wrap a new ScatterNdSub operation to the graph.
|
static <T,U extends Number> |
ScatterNdUpdate.create(Scope scope,
Operand<T> ref,
Operand<U> indices,
Operand<T> updates,
ScatterNdUpdate.Options... options)
Factory method to create a class to wrap a new ScatterNdUpdate operation to the graph.
|
static <T,U extends Number> |
ScatterNdUpdate.create(Scope scope,
Operand<T> ref,
Operand<U> indices,
Operand<T> updates,
ScatterNdUpdate.Options... options)
Factory method to create a class to wrap a new ScatterNdUpdate operation to the graph.
|
static <T,U extends Number> |
ScatterNdUpdate.create(Scope scope,
Operand<T> ref,
Operand<U> indices,
Operand<T> updates,
ScatterNdUpdate.Options... options)
Factory method to create a class to wrap a new ScatterNdUpdate operation to the graph.
|
static <T,U extends Number> |
ScatterSub.create(Scope scope,
Operand<T> ref,
Operand<U> indices,
Operand<T> updates,
ScatterSub.Options... options)
Factory method to create a class to wrap a new ScatterSub operation to the graph.
|
static <T,U extends Number> |
ScatterSub.create(Scope scope,
Operand<T> ref,
Operand<U> indices,
Operand<T> updates,
ScatterSub.Options... options)
Factory method to create a class to wrap a new ScatterSub operation to the graph.
|
static <T,U extends Number> |
ScatterSub.create(Scope scope,
Operand<T> ref,
Operand<U> indices,
Operand<T> updates,
ScatterSub.Options... options)
Factory method to create a class to wrap a new ScatterSub operation to the graph.
|
static <T,U extends Number> |
ScatterUpdate.create(Scope scope,
Operand<T> ref,
Operand<U> indices,
Operand<T> updates,
ScatterUpdate.Options... options)
Factory method to create a class to wrap a new ScatterUpdate operation to the graph.
|
static <T,U extends Number> |
ScatterUpdate.create(Scope scope,
Operand<T> ref,
Operand<U> indices,
Operand<T> updates,
ScatterUpdate.Options... options)
Factory method to create a class to wrap a new ScatterUpdate operation to the graph.
|
static <T,U extends Number> |
ScatterUpdate.create(Scope scope,
Operand<T> ref,
Operand<U> indices,
Operand<T> updates,
ScatterUpdate.Options... options)
Factory method to create a class to wrap a new ScatterUpdate operation to the graph.
|
static <T,U extends Number> |
Slice.create(Scope scope,
Operand<T> input,
Operand<U> begin,
Operand<U> size)
Factory method to create a class to wrap a new Slice operation to the graph.
|
static <T,U extends Number> |
Slice.create(Scope scope,
Operand<T> input,
Operand<U> begin,
Operand<U> size)
Factory method to create a class to wrap a new Slice operation to the graph.
|
static <T,U extends Number> |
Slice.create(Scope scope,
Operand<T> input,
Operand<U> begin,
Operand<U> size)
Factory method to create a class to wrap a new Slice operation to the graph.
|
static <T,U extends Number> |
MatrixBandPart.create(Scope scope,
Operand<T> input,
Operand<U> numLower,
Operand<U> numUpper)
Factory method to create a class to wrap a new MatrixBandPart operation to the graph.
|
static <T,U extends Number> |
MatrixBandPart.create(Scope scope,
Operand<T> input,
Operand<U> numLower,
Operand<U> numUpper)
Factory method to create a class to wrap a new MatrixBandPart operation to the graph.
|
static <T,U extends Number> |
MatrixBandPart.create(Scope scope,
Operand<T> input,
Operand<U> numLower,
Operand<U> numUpper)
Factory method to create a class to wrap a new MatrixBandPart operation to the graph.
|
static <U extends Number,T extends Number> |
Conv3DBackpropInputV2.create(Scope scope,
Operand<T> inputSizes,
Operand<U> filter,
Operand<U> outBackprop,
List<Long> strides,
String padding,
Conv3DBackpropInputV2.Options... options)
Factory method to create a class to wrap a new Conv3DBackpropInputV2 operation to the graph.
|
static <U extends Number,T extends Number> |
Conv3DBackpropInputV2.create(Scope scope,
Operand<T> inputSizes,
Operand<U> filter,
Operand<U> outBackprop,
List<Long> strides,
String padding,
Conv3DBackpropInputV2.Options... options)
Factory method to create a class to wrap a new Conv3DBackpropInputV2 operation to the graph.
|
static <U extends Number,T extends Number> |
Conv3DBackpropInputV2.create(Scope scope,
Operand<T> inputSizes,
Operand<U> filter,
Operand<U> outBackprop,
List<Long> strides,
String padding,
Conv3DBackpropInputV2.Options... options)
Factory method to create a class to wrap a new Conv3DBackpropInputV2 operation to the graph.
|
static <T,U extends Number> |
StridedSliceAssign.create(Scope scope,
Operand<T> ref,
Operand<U> begin,
Operand<U> end,
Operand<U> strides,
Operand<T> value,
StridedSliceAssign.Options... options)
Factory method to create a class to wrap a new StridedSliceAssign operation to the graph.
|
static <T,U extends Number> |
StridedSliceAssign.create(Scope scope,
Operand<T> ref,
Operand<U> begin,
Operand<U> end,
Operand<U> strides,
Operand<T> value,
StridedSliceAssign.Options... options)
Factory method to create a class to wrap a new StridedSliceAssign operation to the graph.
|
static <T,U extends Number> |
StridedSliceAssign.create(Scope scope,
Operand<T> ref,
Operand<U> begin,
Operand<U> end,
Operand<U> strides,
Operand<T> value,
StridedSliceAssign.Options... options)
Factory method to create a class to wrap a new StridedSliceAssign operation to the graph.
|
static <T,U extends Number> |
StridedSliceAssign.create(Scope scope,
Operand<T> ref,
Operand<U> begin,
Operand<U> end,
Operand<U> strides,
Operand<T> value,
StridedSliceAssign.Options... options)
Factory method to create a class to wrap a new StridedSliceAssign operation to the graph.
|
static <T,U extends Number> |
StridedSliceAssign.create(Scope scope,
Operand<T> ref,
Operand<U> begin,
Operand<U> end,
Operand<U> strides,
Operand<T> value,
StridedSliceAssign.Options... options)
Factory method to create a class to wrap a new StridedSliceAssign operation to the graph.
|
static <T extends Number,U extends Number> |
FusedBatchNormV2.create(Scope scope,
Operand<T> x,
Operand<U> scale,
Operand<U> offset,
Operand<U> mean,
Operand<U> variance,
FusedBatchNormV2.Options... options)
Factory method to create a class to wrap a new FusedBatchNormV2 operation to the graph.
|
static <T extends Number,U extends Number> |
FusedBatchNormV2.create(Scope scope,
Operand<T> x,
Operand<U> scale,
Operand<U> offset,
Operand<U> mean,
Operand<U> variance,
FusedBatchNormV2.Options... options)
Factory method to create a class to wrap a new FusedBatchNormV2 operation to the graph.
|
static <T extends Number,U extends Number> |
FusedBatchNormV2.create(Scope scope,
Operand<T> x,
Operand<U> scale,
Operand<U> offset,
Operand<U> mean,
Operand<U> variance,
FusedBatchNormV2.Options... options)
Factory method to create a class to wrap a new FusedBatchNormV2 operation to the graph.
|
static <T extends Number,U extends Number> |
FusedBatchNormV2.create(Scope scope,
Operand<T> x,
Operand<U> scale,
Operand<U> offset,
Operand<U> mean,
Operand<U> variance,
FusedBatchNormV2.Options... options)
Factory method to create a class to wrap a new FusedBatchNormV2 operation to the graph.
|
static <T extends Number,U extends Number> |
FusedBatchNormV2.create(Scope scope,
Operand<T> x,
Operand<U> scale,
Operand<U> offset,
Operand<U> mean,
Operand<U> variance,
FusedBatchNormV2.Options... options)
Factory method to create a class to wrap a new FusedBatchNormV2 operation to the graph.
|
static <U extends Number,T extends Number> |
ParameterizedTruncatedNormal.create(Scope scope,
Operand<T> shape,
Operand<U> means,
Operand<U> stdevs,
Operand<U> minvals,
Operand<U> maxvals,
ParameterizedTruncatedNormal.Options... options)
Factory method to create a class to wrap a new ParameterizedTruncatedNormal operation to the graph.
|
static <U extends Number,T extends Number> |
ParameterizedTruncatedNormal.create(Scope scope,
Operand<T> shape,
Operand<U> means,
Operand<U> stdevs,
Operand<U> minvals,
Operand<U> maxvals,
ParameterizedTruncatedNormal.Options... options)
Factory method to create a class to wrap a new ParameterizedTruncatedNormal operation to the graph.
|
static <U extends Number,T extends Number> |
ParameterizedTruncatedNormal.create(Scope scope,
Operand<T> shape,
Operand<U> means,
Operand<U> stdevs,
Operand<U> minvals,
Operand<U> maxvals,
ParameterizedTruncatedNormal.Options... options)
Factory method to create a class to wrap a new ParameterizedTruncatedNormal operation to the graph.
|
static <U extends Number,T extends Number> |
ParameterizedTruncatedNormal.create(Scope scope,
Operand<T> shape,
Operand<U> means,
Operand<U> stdevs,
Operand<U> minvals,
Operand<U> maxvals,
ParameterizedTruncatedNormal.Options... options)
Factory method to create a class to wrap a new ParameterizedTruncatedNormal operation to the graph.
|
static <U extends Number,T extends Number> |
ParameterizedTruncatedNormal.create(Scope scope,
Operand<T> shape,
Operand<U> means,
Operand<U> stdevs,
Operand<U> minvals,
Operand<U> maxvals,
ParameterizedTruncatedNormal.Options... options)
Factory method to create a class to wrap a new ParameterizedTruncatedNormal operation to the graph.
|
static <T,U extends Number> |
StridedSlice.create(Scope scope,
Operand<T> input,
Operand<U> begin,
Operand<U> end,
Operand<U> strides,
StridedSlice.Options... options)
Factory method to create a class to wrap a new StridedSlice operation to the graph.
|
static <T,U extends Number> |
StridedSlice.create(Scope scope,
Operand<T> input,
Operand<U> begin,
Operand<U> end,
Operand<U> strides,
StridedSlice.Options... options)
Factory method to create a class to wrap a new StridedSlice operation to the graph.
|
static <T,U extends Number> |
StridedSlice.create(Scope scope,
Operand<T> input,
Operand<U> begin,
Operand<U> end,
Operand<U> strides,
StridedSlice.Options... options)
Factory method to create a class to wrap a new StridedSlice operation to the graph.
|
static <T,U extends Number> |
StridedSlice.create(Scope scope,
Operand<T> input,
Operand<U> begin,
Operand<U> end,
Operand<U> strides,
StridedSlice.Options... options)
Factory method to create a class to wrap a new StridedSlice operation to the graph.
|
static <U extends Number,T extends Number> |
RandomUniformInt.create(Scope scope,
Operand<T> shape,
Operand<U> minval,
Operand<U> maxval,
RandomUniformInt.Options... options)
Factory method to create a class to wrap a new RandomUniformInt operation to the graph.
|
static <U extends Number,T extends Number> |
RandomUniformInt.create(Scope scope,
Operand<T> shape,
Operand<U> minval,
Operand<U> maxval,
RandomUniformInt.Options... options)
Factory method to create a class to wrap a new RandomUniformInt operation to the graph.
|
static <U extends Number,T extends Number> |
RandomUniformInt.create(Scope scope,
Operand<T> shape,
Operand<U> minval,
Operand<U> maxval,
RandomUniformInt.Options... options)
Factory method to create a class to wrap a new RandomUniformInt operation to the graph.
|
static <T extends Number,U extends Number,V extends Number> |
UnsortedSegmentMax.create(Scope scope,
Operand<T> data,
Operand<U> segmentIds,
Operand<V> numSegments)
Factory method to create a class to wrap a new UnsortedSegmentMax operation to the graph.
|
static <T extends Number,U extends Number,V extends Number> |
UnsortedSegmentMax.create(Scope scope,
Operand<T> data,
Operand<U> segmentIds,
Operand<V> numSegments)
Factory method to create a class to wrap a new UnsortedSegmentMax operation to the graph.
|
static <T extends Number,U extends Number,V extends Number> |
UnsortedSegmentMax.create(Scope scope,
Operand<T> data,
Operand<U> segmentIds,
Operand<V> numSegments)
Factory method to create a class to wrap a new UnsortedSegmentMax operation to the graph.
|
static <T extends Number,U extends Number,V extends Number> |
UnsortedSegmentMin.create(Scope scope,
Operand<T> data,
Operand<U> segmentIds,
Operand<V> numSegments)
Factory method to create a class to wrap a new UnsortedSegmentMin operation to the graph.
|
static <T extends Number,U extends Number,V extends Number> |
UnsortedSegmentMin.create(Scope scope,
Operand<T> data,
Operand<U> segmentIds,
Operand<V> numSegments)
Factory method to create a class to wrap a new UnsortedSegmentMin operation to the graph.
|
static <T extends Number,U extends Number,V extends Number> |
UnsortedSegmentMin.create(Scope scope,
Operand<T> data,
Operand<U> segmentIds,
Operand<V> numSegments)
Factory method to create a class to wrap a new UnsortedSegmentMin operation to the graph.
|
static <T,U extends Number,V extends Number> |
UnsortedSegmentProd.create(Scope scope,
Operand<T> data,
Operand<U> segmentIds,
Operand<V> numSegments)
Factory method to create a class to wrap a new UnsortedSegmentProd operation to the graph.
|
static <T,U extends Number,V extends Number> |
UnsortedSegmentProd.create(Scope scope,
Operand<T> data,
Operand<U> segmentIds,
Operand<V> numSegments)
Factory method to create a class to wrap a new UnsortedSegmentProd operation to the graph.
|
static <T,U extends Number,V extends Number> |
UnsortedSegmentProd.create(Scope scope,
Operand<T> data,
Operand<U> segmentIds,
Operand<V> numSegments)
Factory method to create a class to wrap a new UnsortedSegmentProd operation to the graph.
|
static <T,U extends Number,V extends Number> |
UnsortedSegmentSum.create(Scope scope,
Operand<T> data,
Operand<U> segmentIds,
Operand<V> numSegments)
Factory method to create a class to wrap a new UnsortedSegmentSum operation to the graph.
|
static <T,U extends Number,V extends Number> |
UnsortedSegmentSum.create(Scope scope,
Operand<T> data,
Operand<U> segmentIds,
Operand<V> numSegments)
Factory method to create a class to wrap a new UnsortedSegmentSum operation to the graph.
|
static <T,U extends Number,V extends Number> |
UnsortedSegmentSum.create(Scope scope,
Operand<T> data,
Operand<U> segmentIds,
Operand<V> numSegments)
Factory method to create a class to wrap a new UnsortedSegmentSum operation to the graph.
|
static <T,U extends Number,V extends Number> |
SpaceToBatchND.create(Scope scope,
Operand<T> input,
Operand<U> blockShape,
Operand<V> paddings)
Factory method to create a class to wrap a new SpaceToBatchND operation to the graph.
|
static <T,U extends Number,V extends Number> |
SpaceToBatchND.create(Scope scope,
Operand<T> input,
Operand<U> blockShape,
Operand<V> paddings)
Factory method to create a class to wrap a new SpaceToBatchND operation to the graph.
|
static <T,U extends Number,V extends Number> |
SpaceToBatchND.create(Scope scope,
Operand<T> input,
Operand<U> blockShape,
Operand<V> paddings)
Factory method to create a class to wrap a new SpaceToBatchND operation to the graph.
|
static <T,U extends Number,V extends Number> |
BatchToSpaceND.create(Scope scope,
Operand<T> input,
Operand<U> blockShape,
Operand<V> crops)
Factory method to create a class to wrap a new BatchToSpaceND operation to the graph.
|
static <T,U extends Number,V extends Number> |
BatchToSpaceND.create(Scope scope,
Operand<T> input,
Operand<U> blockShape,
Operand<V> crops)
Factory method to create a class to wrap a new BatchToSpaceND operation to the graph.
|
static <T,U extends Number,V extends Number> |
BatchToSpaceND.create(Scope scope,
Operand<T> input,
Operand<U> blockShape,
Operand<V> crops)
Factory method to create a class to wrap a new BatchToSpaceND operation to the graph.
|
static <T,U extends Number,V extends Number> |
GatherV2.create(Scope scope,
Operand<T> params,
Operand<U> indices,
Operand<V> axis)
Factory method to create a class to wrap a new GatherV2 operation to the graph.
|
static <T,U extends Number,V extends Number> |
GatherV2.create(Scope scope,
Operand<T> params,
Operand<U> indices,
Operand<V> axis)
Factory method to create a class to wrap a new GatherV2 operation to the graph.
|
static <T,U extends Number,V extends Number> |
GatherV2.create(Scope scope,
Operand<T> params,
Operand<U> indices,
Operand<V> axis)
Factory method to create a class to wrap a new GatherV2 operation to the graph.
|
static <T,U extends Number,V extends Number> |
Roll.create(Scope scope,
Operand<T> input,
Operand<U> shift,
Operand<V> axis)
Factory method to create a class to wrap a new Roll operation to the graph.
|
static <T,U extends Number,V extends Number> |
Roll.create(Scope scope,
Operand<T> input,
Operand<U> shift,
Operand<V> axis)
Factory method to create a class to wrap a new Roll operation to the graph.
|
static <T,U extends Number,V extends Number> |
Roll.create(Scope scope,
Operand<T> input,
Operand<U> shift,
Operand<V> axis)
Factory method to create a class to wrap a new Roll operation to the graph.
|
static <T,U extends Number> |
Prod.create(Scope scope,
Operand<T> input,
Operand<U> axis,
Prod.Options... options)
Factory method to create a class to wrap a new Prod operation to the graph.
|
static <T,U extends Number> |
Prod.create(Scope scope,
Operand<T> input,
Operand<U> axis,
Prod.Options... options)
Factory method to create a class to wrap a new Prod operation to the graph.
|
static <U extends Number,T extends Number> |
RandomGamma.create(Scope scope,
Operand<T> shape,
Operand<U> alpha,
RandomGamma.Options... options)
Factory method to create a class to wrap a new RandomGamma operation to the graph.
|
static <U extends Number,T extends Number> |
RandomGamma.create(Scope scope,
Operand<T> shape,
Operand<U> alpha,
RandomGamma.Options... options)
Factory method to create a class to wrap a new RandomGamma operation to the graph.
|
static <U extends Number,T extends Number> |
RandomPoisson.create(Scope scope,
Operand<T> shape,
Operand<U> rate,
RandomPoisson.Options... options)
Factory method to create a class to wrap a new RandomPoisson operation to the graph.
|
static <U extends Number,T extends Number> |
RandomPoisson.create(Scope scope,
Operand<T> shape,
Operand<U> rate,
RandomPoisson.Options... options)
Factory method to create a class to wrap a new RandomPoisson operation to the graph.
|
static <T extends Number,U extends Number> |
RandomPoissonV2.create(Scope scope,
Operand<T> shape,
Operand<U> rate,
RandomPoissonV2.Options... options)
Factory method to create a class to wrap a new RandomPoissonV2 operation to the graph, using default output types.
|
static <T extends Number,U extends Number> |
RandomPoissonV2.create(Scope scope,
Operand<T> shape,
Operand<U> rate,
RandomPoissonV2.Options... options)
Factory method to create a class to wrap a new RandomPoissonV2 operation to the graph, using default output types.
|
static <T,U extends Number> |
ReduceMax.create(Scope scope,
Operand<T> input,
Operand<U> axis,
ReduceMax.Options... options)
Factory method to create a class to wrap a new ReduceMax operation to the graph.
|
static <T,U extends Number> |
ReduceMax.create(Scope scope,
Operand<T> input,
Operand<U> axis,
ReduceMax.Options... options)
Factory method to create a class to wrap a new ReduceMax operation to the graph.
|
static <T,U extends Number> |
ReduceMean.create(Scope scope,
Operand<T> input,
Operand<U> axis,
ReduceMean.Options... options)
Factory method to create a class to wrap a new ReduceMean operation to the graph.
|
static <T,U extends Number> |
ReduceMean.create(Scope scope,
Operand<T> input,
Operand<U> axis,
ReduceMean.Options... options)
Factory method to create a class to wrap a new ReduceMean operation to the graph.
|
static <T,U extends Number> |
ReduceMin.create(Scope scope,
Operand<T> input,
Operand<U> axis,
ReduceMin.Options... options)
Factory method to create a class to wrap a new ReduceMin operation to the graph.
|
static <T,U extends Number> |
ReduceMin.create(Scope scope,
Operand<T> input,
Operand<U> axis,
ReduceMin.Options... options)
Factory method to create a class to wrap a new ReduceMin operation to the graph.
|
static <T,U extends Number> |
ReduceProd.create(Scope scope,
Operand<T> input,
Operand<U> axis,
ReduceProd.Options... options)
Factory method to create a class to wrap a new ReduceProd operation to the graph.
|
static <T,U extends Number> |
ReduceProd.create(Scope scope,
Operand<T> input,
Operand<U> axis,
ReduceProd.Options... options)
Factory method to create a class to wrap a new ReduceProd operation to the graph.
|
static <T,U extends Number> |
ReduceSum.create(Scope scope,
Operand<T> input,
Operand<U> axis,
ReduceSum.Options... options)
Factory method to create a class to wrap a new ReduceSum operation to the graph.
|
static <T,U extends Number> |
ReduceSum.create(Scope scope,
Operand<T> input,
Operand<U> axis,
ReduceSum.Options... options)
Factory method to create a class to wrap a new ReduceSum operation to the graph.
|
static <T extends Number,U extends Number> |
SparseMatMul.create(Scope scope,
Operand<T> a,
Operand<U> b,
SparseMatMul.Options... options)
Factory method to create a class to wrap a new SparseMatMul operation to the graph.
|
static <T extends Number,U extends Number> |
SparseMatMul.create(Scope scope,
Operand<T> a,
Operand<U> b,
SparseMatMul.Options... options)
Factory method to create a class to wrap a new SparseMatMul operation to the graph.
|
static <T,U extends Number> |
MirrorPadGrad.create(Scope scope,
Operand<T> input,
Operand<U> paddings,
String mode)
Factory method to create a class to wrap a new MirrorPadGrad operation to the graph.
|
static <T,U extends Number> |
MirrorPadGrad.create(Scope scope,
Operand<T> input,
Operand<U> paddings,
String mode)
Factory method to create a class to wrap a new MirrorPadGrad operation to the graph.
|
static <T,U extends Number> |
MirrorPad.create(Scope scope,
Operand<T> input,
Operand<U> paddings,
String mode)
Factory method to create a class to wrap a new MirrorPad operation to the graph.
|
static <T,U extends Number> |
MirrorPad.create(Scope scope,
Operand<T> input,
Operand<U> paddings,
String mode)
Factory method to create a class to wrap a new MirrorPad operation to the graph.
|
static <T,U extends Number> |
Sum.create(Scope scope,
Operand<T> input,
Operand<U> axis,
Sum.Options... options)
Factory method to create a class to wrap a new Sum operation to the graph.
|
static <T,U extends Number> |
Sum.create(Scope scope,
Operand<T> input,
Operand<U> axis,
Sum.Options... options)
Factory method to create a class to wrap a new Sum operation to the graph.
|
static <T> PreventGradient<T> |
PreventGradient.create(Scope scope,
Operand<T> input,
PreventGradient.Options... options)
Factory method to create a class to wrap a new PreventGradient operation to the graph.
|
static <T> Qr<T> |
Qr.create(Scope scope,
Operand<T> input,
Qr.Options... options)
Factory method to create a class to wrap a new Qr operation to the graph.
|
static <T extends Number> |
QuantizeAndDequantize.create(Scope scope,
Operand<T> input,
QuantizeAndDequantize.Options... options)
Factory method to create a class to wrap a new QuantizeAndDequantize operation to the graph.
|
static <T> RandomShuffle<T> |
RandomShuffle.create(Scope scope,
Operand<T> value,
RandomShuffle.Options... options)
Factory method to create a class to wrap a new RandomShuffle operation to the graph.
|
static <T> SelfAdjointEig<T> |
SelfAdjointEig.create(Scope scope,
Operand<T> input,
SelfAdjointEig.Options... options)
Factory method to create a class to wrap a new SelfAdjointEig operation to the graph.
|
static <T> AccumulateNV2<T> |
AccumulateNV2.create(Scope scope,
Operand<T> inputs,
Shape shape)
Factory method to create a class to wrap a new AccumulateNV2 operation to the graph.
|
static <T> PlaceholderWithDefault<T> |
PlaceholderWithDefault.create(Scope scope,
Operand<T> input,
Shape shape)
Factory method to create a class to wrap a new PlaceholderWithDefault operation to the graph.
|
static <T> EnsureShape<T> |
EnsureShape.create(Scope scope,
Operand<T> input,
Shape shape)
Factory method to create a class to wrap a new EnsureShape operation to the graph.
|
static <T> ParallelConcat<T> |
ParallelConcat.create(Scope scope,
Operand<T> values,
Shape shape)
Factory method to create a class to wrap a new ParallelConcat operation to the graph.
|
static <T> Squeeze<T> |
Squeeze.create(Scope scope,
Operand<T> input,
Squeeze.Options... options)
Factory method to create a class to wrap a new Squeeze operation to the graph.
|
static <T> Stack<T> |
Stack.create(Scope scope,
Operand<T> values,
Stack.Options... options)
Factory method to create a class to wrap a new Stack operation to the graph.
|
static <T> DestroyTemporaryVariable<T> |
DestroyTemporaryVariable.create(Scope scope,
Operand<T> ref,
String varName)
Factory method to create a class to wrap a new DestroyTemporaryVariable operation to the graph.
|
static <T extends Number> |
CheckNumerics.create(Scope scope,
Operand<T> tensor,
String message)
Factory method to create a class to wrap a new CheckNumerics operation to the graph.
|
static <T> Enter<T> |
Enter.create(Scope scope,
Operand<T> data,
String frameName,
Enter.Options... options)
Factory method to create a class to wrap a new Enter operation to the graph.
|
static <T> RefEnter<T> |
RefEnter.create(Scope scope,
Operand<T> data,
String frameName,
RefEnter.Options... options)
Factory method to create a class to wrap a new RefEnter operation to the graph.
|
static <T> Svd<T> |
Svd.create(Scope scope,
Operand<T> input,
Svd.Options... options)
Factory method to create a class to wrap a new Svd operation to the graph.
|
static <T> TensorSummary |
TensorSummary.create(Scope scope,
Operand<T> tensor,
TensorSummary.Options... options)
Factory method to create a class to wrap a new TensorSummary operation to the graph.
|
static <T,U extends Number> |
Zeros.create(Scope scope,
Operand<U> dims,
Class<T> type)
Creates a zeroed tensor given its type and shape.
|
static EncodeJpeg |
EncodeJpeg.create(Scope scope,
Operand<UInt8> image,
EncodeJpeg.Options... options)
Factory method to create a class to wrap a new EncodeJpeg operation to the graph.
|
Modifier and Type | Method and Description |
---|---|
static Gradients |
Gradients.create(Scope scope,
Iterable<? extends Operand<?>> y,
Iterable<? extends Operand<?>> x,
Gradients.Options... options)
Adds gradients computation ops to the graph according to scope.
|
static Gradients |
Gradients.create(Scope scope,
Iterable<? extends Operand<?>> y,
Iterable<? extends Operand<?>> x,
Gradients.Options... options)
Adds gradients computation ops to the graph according to scope.
|
static IdentityN |
IdentityN.create(Scope scope,
Iterable<Operand<?>> input)
Factory method to create a class to wrap a new IdentityN operation to the graph.
|
static OptionalFromValue |
OptionalFromValue.create(Scope scope,
Iterable<Operand<?>> components)
Factory method to create a class to wrap a new OptionalFromValue operation to the graph.
|
static ZipDataset |
ZipDataset.create(Scope scope,
Iterable<Operand<?>> inputDatasets,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Factory method to create a class to wrap a new ZipDataset operation to the graph.
|
static RemoteFusedGraphExecute |
RemoteFusedGraphExecute.create(Scope scope,
Iterable<Operand<?>> inputs,
List<Class<?>> Toutputs,
String serializedRemoteFusedGraphExecuteInfo)
Factory method to create a class to wrap a new RemoteFusedGraphExecute operation to the graph.
|
static TensorSliceDataset |
TensorSliceDataset.create(Scope scope,
Iterable<Operand<?>> components,
List<Shape> outputShapes)
Factory method to create a class to wrap a new TensorSliceDataset operation to the graph.
|
static TensorDataset |
TensorDataset.create(Scope scope,
Iterable<Operand<?>> components,
List<Shape> outputShapes)
Factory method to create a class to wrap a new TensorDataset operation to the graph.
|
static Batch |
Batch.create(Scope scope,
Iterable<Operand<?>> inTensors,
Long numBatchThreads,
Long maxBatchSize,
Long batchTimeoutMicros,
Long gradTimeoutMicros,
Batch.Options... options)
Factory method to create a class to wrap a new Batch operation to the graph.
|
static Stage |
Stage.create(Scope scope,
Iterable<Operand<?>> values,
Stage.Options... options)
Factory method to create a class to wrap a new Stage operation to the graph.
|
static StringFormat |
StringFormat.create(Scope scope,
Iterable<Operand<?>> inputs,
StringFormat.Options... options)
Factory method to create a class to wrap a new StringFormat operation to the graph.
|
static EagerPyFunc |
EagerPyFunc.create(Scope scope,
Iterable<Operand<?>> input,
String token,
List<Class<?>> Tout)
Factory method to create a class to wrap a new EagerPyFunc operation to the graph.
|
static SdcaShrinkL1 |
SdcaShrinkL1.create(Scope scope,
Iterable<Operand<Float>> weights,
Float l1,
Float l2)
Factory method to create a class to wrap a new SdcaShrinkL1 operation to the graph.
|
static BoostedTreesBucketize |
BoostedTreesBucketize.create(Scope scope,
Iterable<Operand<Float>> floatValues,
Iterable<Operand<Float>> bucketBoundaries)
Factory method to create a class to wrap a new BoostedTreesBucketize operation to the graph.
|
static BoostedTreesBucketize |
BoostedTreesBucketize.create(Scope scope,
Iterable<Operand<Float>> floatValues,
Iterable<Operand<Float>> bucketBoundaries)
Factory method to create a class to wrap a new BoostedTreesBucketize operation to the graph.
|
static BoostedTreesMakeQuantileSummaries |
BoostedTreesMakeQuantileSummaries.create(Scope scope,
Iterable<Operand<Float>> floatValues,
Operand<Float> exampleWeights,
Operand<Float> epsilon)
Factory method to create a class to wrap a new BoostedTreesMakeQuantileSummaries operation to the graph.
|
static <T> DynamicStitch<T> |
DynamicStitch.create(Scope scope,
Iterable<Operand<Integer>> indices,
Operand<T> data)
Factory method to create a class to wrap a new DynamicStitch operation to the graph.
|
static <T> ParallelDynamicStitch<T> |
ParallelDynamicStitch.create(Scope scope,
Iterable<Operand<Integer>> indices,
Operand<T> data)
Factory method to create a class to wrap a new ParallelDynamicStitch operation to the graph.
|
static <T,U> SparseCross<T> |
SparseCross.create(Scope scope,
Iterable<Operand<Long>> indices,
Iterable<Operand<?>> values,
Iterable<Operand<Long>> shapes,
Iterable<Operand<?>> denseInputs,
Boolean hashedOutput,
Long numBuckets,
Long hashKey,
Class<T> outType,
Class<U> internalType)
Factory method to create a class to wrap a new SparseCross operation to the graph.
|
static <T,U> SparseCross<T> |
SparseCross.create(Scope scope,
Iterable<Operand<Long>> indices,
Iterable<Operand<?>> values,
Iterable<Operand<Long>> shapes,
Iterable<Operand<?>> denseInputs,
Boolean hashedOutput,
Long numBuckets,
Long hashKey,
Class<T> outType,
Class<U> internalType)
Factory method to create a class to wrap a new SparseCross operation to the graph.
|
static <T,U> SparseCross<T> |
SparseCross.create(Scope scope,
Iterable<Operand<Long>> indices,
Iterable<Operand<?>> values,
Iterable<Operand<Long>> shapes,
Iterable<Operand<?>> denseInputs,
Boolean hashedOutput,
Long numBuckets,
Long hashKey,
Class<T> outType,
Class<U> internalType)
Factory method to create a class to wrap a new SparseCross operation to the graph.
|
static <T,U> SparseCross<T> |
SparseCross.create(Scope scope,
Iterable<Operand<Long>> indices,
Iterable<Operand<?>> values,
Iterable<Operand<Long>> shapes,
Iterable<Operand<?>> denseInputs,
Boolean hashedOutput,
Long numBuckets,
Long hashKey,
Class<T> outType,
Class<U> internalType)
Factory method to create a class to wrap a new SparseCross operation to the graph.
|
static SdcaOptimizer |
SdcaOptimizer.create(Scope scope,
Iterable<Operand<Long>> sparseExampleIndices,
Iterable<Operand<Long>> sparseFeatureIndices,
Iterable<Operand<Float>> sparseFeatureValues,
Iterable<Operand<Float>> denseFeatures,
Operand<Float> exampleWeights,
Operand<Float> exampleLabels,
Iterable<Operand<Long>> sparseIndices,
Iterable<Operand<Float>> sparseWeights,
Iterable<Operand<Float>> denseWeights,
Operand<Float> exampleStateData,
String lossType,
Float l1,
Float l2,
Long numLossPartitions,
Long numInnerIterations,
SdcaOptimizer.Options... options)
Factory method to create a class to wrap a new SdcaOptimizer operation to the graph.
|
static SdcaOptimizer |
SdcaOptimizer.create(Scope scope,
Iterable<Operand<Long>> sparseExampleIndices,
Iterable<Operand<Long>> sparseFeatureIndices,
Iterable<Operand<Float>> sparseFeatureValues,
Iterable<Operand<Float>> denseFeatures,
Operand<Float> exampleWeights,
Operand<Float> exampleLabels,
Iterable<Operand<Long>> sparseIndices,
Iterable<Operand<Float>> sparseWeights,
Iterable<Operand<Float>> denseWeights,
Operand<Float> exampleStateData,
String lossType,
Float l1,
Float l2,
Long numLossPartitions,
Long numInnerIterations,
SdcaOptimizer.Options... options)
Factory method to create a class to wrap a new SdcaOptimizer operation to the graph.
|
static SdcaOptimizer |
SdcaOptimizer.create(Scope scope,
Iterable<Operand<Long>> sparseExampleIndices,
Iterable<Operand<Long>> sparseFeatureIndices,
Iterable<Operand<Float>> sparseFeatureValues,
Iterable<Operand<Float>> denseFeatures,
Operand<Float> exampleWeights,
Operand<Float> exampleLabels,
Iterable<Operand<Long>> sparseIndices,
Iterable<Operand<Float>> sparseWeights,
Iterable<Operand<Float>> denseWeights,
Operand<Float> exampleStateData,
String lossType,
Float l1,
Float l2,
Long numLossPartitions,
Long numInnerIterations,
SdcaOptimizer.Options... options)
Factory method to create a class to wrap a new SdcaOptimizer operation to the graph.
|
static SdcaOptimizer |
SdcaOptimizer.create(Scope scope,
Iterable<Operand<Long>> sparseExampleIndices,
Iterable<Operand<Long>> sparseFeatureIndices,
Iterable<Operand<Float>> sparseFeatureValues,
Iterable<Operand<Float>> denseFeatures,
Operand<Float> exampleWeights,
Operand<Float> exampleLabels,
Iterable<Operand<Long>> sparseIndices,
Iterable<Operand<Float>> sparseWeights,
Iterable<Operand<Float>> denseWeights,
Operand<Float> exampleStateData,
String lossType,
Float l1,
Float l2,
Long numLossPartitions,
Long numInnerIterations,
SdcaOptimizer.Options... options)
Factory method to create a class to wrap a new SdcaOptimizer operation to the graph.
|
static SdcaOptimizer |
SdcaOptimizer.create(Scope scope,
Iterable<Operand<Long>> sparseExampleIndices,
Iterable<Operand<Long>> sparseFeatureIndices,
Iterable<Operand<Float>> sparseFeatureValues,
Iterable<Operand<Float>> denseFeatures,
Operand<Float> exampleWeights,
Operand<Float> exampleLabels,
Iterable<Operand<Long>> sparseIndices,
Iterable<Operand<Float>> sparseWeights,
Iterable<Operand<Float>> denseWeights,
Operand<Float> exampleStateData,
String lossType,
Float l1,
Float l2,
Long numLossPartitions,
Long numInnerIterations,
SdcaOptimizer.Options... options)
Factory method to create a class to wrap a new SdcaOptimizer operation to the graph.
|
static SdcaOptimizer |
SdcaOptimizer.create(Scope scope,
Iterable<Operand<Long>> sparseExampleIndices,
Iterable<Operand<Long>> sparseFeatureIndices,
Iterable<Operand<Float>> sparseFeatureValues,
Iterable<Operand<Float>> denseFeatures,
Operand<Float> exampleWeights,
Operand<Float> exampleLabels,
Iterable<Operand<Long>> sparseIndices,
Iterable<Operand<Float>> sparseWeights,
Iterable<Operand<Float>> denseWeights,
Operand<Float> exampleStateData,
String lossType,
Float l1,
Float l2,
Long numLossPartitions,
Long numInnerIterations,
SdcaOptimizer.Options... options)
Factory method to create a class to wrap a new SdcaOptimizer operation to the graph.
|
static SdcaOptimizer |
SdcaOptimizer.create(Scope scope,
Iterable<Operand<Long>> sparseExampleIndices,
Iterable<Operand<Long>> sparseFeatureIndices,
Iterable<Operand<Float>> sparseFeatureValues,
Iterable<Operand<Float>> denseFeatures,
Operand<Float> exampleWeights,
Operand<Float> exampleLabels,
Iterable<Operand<Long>> sparseIndices,
Iterable<Operand<Float>> sparseWeights,
Iterable<Operand<Float>> denseWeights,
Operand<Float> exampleStateData,
String lossType,
Float l1,
Float l2,
Long numLossPartitions,
Long numInnerIterations,
SdcaOptimizer.Options... options)
Factory method to create a class to wrap a new SdcaOptimizer operation to the graph.
|
static <T> SparseConcat<T> |
SparseConcat.create(Scope scope,
Iterable<Operand<Long>> indices,
Operand<T> values,
Iterable<Operand<Long>> shapes,
Long concatDim)
Factory method to create a class to wrap a new SparseConcat operation to the graph.
|
static <T> SparseConcat<T> |
SparseConcat.create(Scope scope,
Iterable<Operand<Long>> indices,
Operand<T> values,
Iterable<Operand<Long>> shapes,
Long concatDim)
Factory method to create a class to wrap a new SparseConcat operation to the graph.
|
static MergeSummary |
MergeSummary.create(Scope scope,
Iterable<Operand<String>> inputs)
Factory method to create a class to wrap a new MergeSummary operation to the graph.
|
static StringJoin |
StringJoin.create(Scope scope,
Iterable<Operand<String>> inputs,
StringJoin.Options... options)
Factory method to create a class to wrap a new StringJoin operation to the graph.
|
static Gradients |
Gradients.create(Scope scope,
Operand<?> y,
Iterable<? extends Operand<?>> x,
Gradients.Options... options)
Adds gradients computation ops to the graph according to scope.
|
static EnqueueInQueueDataset |
EnqueueInQueueDataset.create(Scope scope,
Operand<?> queue,
Iterable<Operand<?>> components)
Factory method to create a class to wrap a new EnqueueInQueueDataset operation to the graph.
|
static ExperimentalDirectedInterleaveDataset |
ExperimentalDirectedInterleaveDataset.create(Scope scope,
Operand<?> selectorInputDataset,
Iterable<Operand<?>> dataInputDatasets,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Factory method to create a class to wrap a new ExperimentalDirectedInterleaveDataset operation to the graph.
|
static QueueEnqueue |
QueueEnqueue.create(Scope scope,
Operand<?> handle,
Iterable<Operand<?>> components,
QueueEnqueue.Options... options)
Factory method to create a class to wrap a new QueueEnqueue operation to the graph.
|
static QueueEnqueueMany |
QueueEnqueueMany.create(Scope scope,
Operand<?> handle,
Iterable<Operand<?>> components,
QueueEnqueueMany.Options... options)
Factory method to create a class to wrap a new QueueEnqueueMany operation to the graph.
|
static BoostedTreesQuantileStreamResourceAddSummaries |
BoostedTreesQuantileStreamResourceAddSummaries.create(Scope scope,
Operand<?> quantileStreamResourceHandle,
Iterable<Operand<Float>> summaries)
Factory method to create a class to wrap a new BoostedTreesQuantileStreamResourceAddSummaries operation to the graph.
|
static BoostedTreesPredict |
BoostedTreesPredict.create(Scope scope,
Operand<?> treeEnsembleHandle,
Iterable<Operand<Integer>> bucketizedFeatures,
Long logitsDimension)
Factory method to create a class to wrap a new BoostedTreesPredict operation to the graph.
|
static BoostedTreesExampleDebugOutputs |
BoostedTreesExampleDebugOutputs.create(Scope scope,
Operand<?> treeEnsembleHandle,
Iterable<Operand<Integer>> bucketizedFeatures,
Long logitsDimension)
Factory method to create a class to wrap a new BoostedTreesExampleDebugOutputs operation to the graph.
|
static BoostedTreesUpdateEnsemble |
BoostedTreesUpdateEnsemble.create(Scope scope,
Operand<?> treeEnsembleHandle,
Operand<Integer> featureIds,
Iterable<Operand<Integer>> nodeIds,
Iterable<Operand<Float>> gains,
Iterable<Operand<Integer>> thresholds,
Iterable<Operand<Float>> leftNodeContribs,
Iterable<Operand<Float>> rightNodeContribs,
Operand<Integer> maxDepth,
Operand<Float> learningRate,
Long pruningMode)
Factory method to create a class to wrap a new BoostedTreesUpdateEnsemble operation to the graph.
|
static BoostedTreesUpdateEnsemble |
BoostedTreesUpdateEnsemble.create(Scope scope,
Operand<?> treeEnsembleHandle,
Operand<Integer> featureIds,
Iterable<Operand<Integer>> nodeIds,
Iterable<Operand<Float>> gains,
Iterable<Operand<Integer>> thresholds,
Iterable<Operand<Float>> leftNodeContribs,
Iterable<Operand<Float>> rightNodeContribs,
Operand<Integer> maxDepth,
Operand<Float> learningRate,
Long pruningMode)
Factory method to create a class to wrap a new BoostedTreesUpdateEnsemble operation to the graph.
|
static BoostedTreesUpdateEnsemble |
BoostedTreesUpdateEnsemble.create(Scope scope,
Operand<?> treeEnsembleHandle,
Operand<Integer> featureIds,
Iterable<Operand<Integer>> nodeIds,
Iterable<Operand<Float>> gains,
Iterable<Operand<Integer>> thresholds,
Iterable<Operand<Float>> leftNodeContribs,
Iterable<Operand<Float>> rightNodeContribs,
Operand<Integer> maxDepth,
Operand<Float> learningRate,
Long pruningMode)
Factory method to create a class to wrap a new BoostedTreesUpdateEnsemble operation to the graph.
|
static BoostedTreesUpdateEnsemble |
BoostedTreesUpdateEnsemble.create(Scope scope,
Operand<?> treeEnsembleHandle,
Operand<Integer> featureIds,
Iterable<Operand<Integer>> nodeIds,
Iterable<Operand<Float>> gains,
Iterable<Operand<Integer>> thresholds,
Iterable<Operand<Float>> leftNodeContribs,
Iterable<Operand<Float>> rightNodeContribs,
Operand<Integer> maxDepth,
Operand<Float> learningRate,
Long pruningMode)
Factory method to create a class to wrap a new BoostedTreesUpdateEnsemble operation to the graph.
|
static BoostedTreesUpdateEnsemble |
BoostedTreesUpdateEnsemble.create(Scope scope,
Operand<?> treeEnsembleHandle,
Operand<Integer> featureIds,
Iterable<Operand<Integer>> nodeIds,
Iterable<Operand<Float>> gains,
Iterable<Operand<Integer>> thresholds,
Iterable<Operand<Float>> leftNodeContribs,
Iterable<Operand<Float>> rightNodeContribs,
Operand<Integer> maxDepth,
Operand<Float> learningRate,
Long pruningMode)
Factory method to create a class to wrap a new BoostedTreesUpdateEnsemble operation to the graph.
|
static BoostedTreesTrainingPredict |
BoostedTreesTrainingPredict.create(Scope scope,
Operand<?> treeEnsembleHandle,
Operand<Integer> cachedTreeIds,
Operand<Integer> cachedNodeIds,
Iterable<Operand<Integer>> bucketizedFeatures,
Long logitsDimension)
Factory method to create a class to wrap a new BoostedTreesTrainingPredict operation to the graph.
|
static ParseExampleDataset |
ParseExampleDataset.create(Scope scope,
Operand<?> inputDataset,
Operand<Long> numParallelCalls,
Iterable<Operand<?>> denseDefaults,
List<String> sparseKeys,
List<String> denseKeys,
List<Class<?>> sparseTypes,
List<Shape> denseShapes,
List<Class<?>> outputTypes,
List<Shape> outputShapes)
Factory method to create a class to wrap a new ParseExampleDataset operation to the graph.
|
static PaddedBatchDataset |
PaddedBatchDataset.create(Scope scope,
Operand<?> inputDataset,
Operand<Long> batchSize,
Iterable<Operand<Long>> paddedShapes,
Iterable<Operand<?>> paddingValues,
List<Shape> outputShapes)
Factory method to create a class to wrap a new PaddedBatchDataset operation to the graph.
|
static PaddedBatchDataset |
PaddedBatchDataset.create(Scope scope,
Operand<?> inputDataset,
Operand<Long> batchSize,
Iterable<Operand<Long>> paddedShapes,
Iterable<Operand<?>> paddingValues,
List<Shape> outputShapes)
Factory method to create a class to wrap a new PaddedBatchDataset operation to the graph.
|
static PrependFromQueueAndPaddedBatchDataset |
PrependFromQueueAndPaddedBatchDataset.create(Scope scope,
Operand<?> inputDataset,
Operand<Long> batchSize,
Iterable<Operand<Long>> paddedShapes,
Iterable<Operand<?>> paddingValues,
List<Shape> outputShapes)
Factory method to create a class to wrap a new PrependFromQueueAndPaddedBatchDataset operation to the graph.
|
static PrependFromQueueAndPaddedBatchDataset |
PrependFromQueueAndPaddedBatchDataset.create(Scope scope,
Operand<?> inputDataset,
Operand<Long> batchSize,
Iterable<Operand<Long>> paddedShapes,
Iterable<Operand<?>> paddingValues,
List<Shape> outputShapes)
Factory method to create a class to wrap a new PrependFromQueueAndPaddedBatchDataset operation to the graph.
|
static PaddedBatchDatasetV2 |
PaddedBatchDatasetV2.create(Scope scope,
Operand<?> inputDataset,
Operand<Long> batchSize,
Iterable<Operand<Long>> paddedShapes,
Iterable<Operand<?>> paddingValues,
Operand<Boolean> dropRemainder,
List<Shape> outputShapes)
Factory method to create a class to wrap a new PaddedBatchDatasetV2 operation to the graph.
|
static PaddedBatchDatasetV2 |
PaddedBatchDatasetV2.create(Scope scope,
Operand<?> inputDataset,
Operand<Long> batchSize,
Iterable<Operand<Long>> paddedShapes,
Iterable<Operand<?>> paddingValues,
Operand<Boolean> dropRemainder,
List<Shape> outputShapes)
Factory method to create a class to wrap a new PaddedBatchDatasetV2 operation to the graph.
|
static Assert |
Assert.create(Scope scope,
Operand<Boolean> condition,
Iterable<Operand<?>> data,
Assert.Options... options)
Factory method to create a class to wrap a new Assert operation to the graph.
|
static EncodeProto |
EncodeProto.create(Scope scope,
Operand<Integer> sizes,
Iterable<Operand<?>> values,
List<String> fieldNames,
String messageType,
EncodeProto.Options... options)
Factory method to create a class to wrap a new EncodeProto operation to the graph.
|
static BoostedTreesCalculateBestGainsPerFeature |
BoostedTreesCalculateBestGainsPerFeature.create(Scope scope,
Operand<Integer> nodeIdRange,
Iterable<Operand<Float>> statsSummaryList,
Operand<Float> l1,
Operand<Float> l2,
Operand<Float> treeComplexity,
Operand<Float> minNodeWeight,
Long maxSplits)
Factory method to create a class to wrap a new BoostedTreesCalculateBestGainsPerFeature operation to the graph.
|
static BoostedTreesMakeStatsSummary |
BoostedTreesMakeStatsSummary.create(Scope scope,
Operand<Integer> nodeIds,
Operand<Float> gradients,
Operand<Float> hessians,
Iterable<Operand<Integer>> bucketizedFeaturesList,
Long maxSplits,
Long numBuckets)
Factory method to create a class to wrap a new BoostedTreesMakeStatsSummary operation to the graph.
|
static <T extends Number> |
CudnnRNNCanonicalToParams.create(Scope scope,
Operand<Integer> numLayers,
Operand<Integer> numUnits,
Operand<Integer> inputSize,
Operand<T> weights,
Iterable<Operand<T>> biases,
CudnnRNNCanonicalToParams.Options... options)
Factory method to create a class to wrap a new CudnnRNNCanonicalToParams operation to the graph.
|
static <T> QuantizedConcat<T> |
QuantizedConcat.create(Scope scope,
Operand<Integer> concatDim,
Operand<T> values,
Iterable<Operand<Float>> inputMins,
Iterable<Operand<Float>> inputMaxes)
Factory method to create a class to wrap a new QuantizedConcat operation to the graph.
|
static <T> QuantizedConcat<T> |
QuantizedConcat.create(Scope scope,
Operand<Integer> concatDim,
Operand<T> values,
Iterable<Operand<Float>> inputMins,
Iterable<Operand<Float>> inputMaxes)
Factory method to create a class to wrap a new QuantizedConcat operation to the graph.
|
static MapStage |
MapStage.create(Scope scope,
Operand<Long> key,
Operand<Integer> indices,
Iterable<Operand<?>> values,
List<Class<?>> dtypes,
MapStage.Options... options)
Factory method to create a class to wrap a new MapStage operation to the graph.
|
static OrderedMapStage |
OrderedMapStage.create(Scope scope,
Operand<Long> key,
Operand<Integer> indices,
Iterable<Operand<?>> values,
List<Class<?>> dtypes,
OrderedMapStage.Options... options)
Factory method to create a class to wrap a new OrderedMapStage operation to the graph.
|
static DecodeCSV |
DecodeCSV.create(Scope scope,
Operand<String> records,
Iterable<Operand<?>> recordDefaults,
DecodeCSV.Options... options)
Factory method to create a class to wrap a new DecodeCSV operation to the graph.
|
static ParseSingleExample |
ParseSingleExample.create(Scope scope,
Operand<String> serialized,
Iterable<Operand<?>> denseDefaults,
Long numSparse,
List<String> sparseKeys,
List<String> denseKeys,
List<Class<?>> sparseTypes,
List<Shape> denseShapes)
Factory method to create a class to wrap a new ParseSingleExample operation to the graph.
|
static Save |
Save.create(Scope scope,
Operand<String> filename,
Operand<String> tensorNames,
Iterable<Operand<?>> data)
Factory method to create a class to wrap a new Save operation to the graph.
|
static ParseSequenceExample |
ParseSequenceExample.create(Scope scope,
Operand<String> serialized,
Operand<String> debugName,
Iterable<Operand<?>> contextDenseDefaults,
List<String> featureListDenseMissingAssumedEmpty,
List<String> contextSparseKeys,
List<String> contextDenseKeys,
List<String> featureListSparseKeys,
List<String> featureListDenseKeys,
List<Class<?>> contextSparseTypes,
List<Class<?>> featureListDenseTypes,
List<Class<?>> featureListSparseTypes,
ParseSequenceExample.Options... options)
Factory method to create a class to wrap a new ParseSequenceExample operation to the graph.
|
static ParseExample |
ParseExample.create(Scope scope,
Operand<String> serialized,
Operand<String> names,
Iterable<Operand<String>> sparseKeys,
Iterable<Operand<String>> denseKeys,
Iterable<Operand<?>> denseDefaults,
List<Class<?>> sparseTypes,
List<Shape> denseShapes)
Factory method to create a class to wrap a new ParseExample operation to the graph.
|
static ParseExample |
ParseExample.create(Scope scope,
Operand<String> serialized,
Operand<String> names,
Iterable<Operand<String>> sparseKeys,
Iterable<Operand<String>> denseKeys,
Iterable<Operand<?>> denseDefaults,
List<Class<?>> sparseTypes,
List<Shape> denseShapes)
Factory method to create a class to wrap a new ParseExample operation to the graph.
|
static ParseExample |
ParseExample.create(Scope scope,
Operand<String> serialized,
Operand<String> names,
Iterable<Operand<String>> sparseKeys,
Iterable<Operand<String>> denseKeys,
Iterable<Operand<?>> denseDefaults,
List<Class<?>> sparseTypes,
List<Shape> denseShapes)
Factory method to create a class to wrap a new ParseExample operation to the graph.
|
static ParseSingleSequenceExample |
ParseSingleSequenceExample.create(Scope scope,
Operand<String> serialized,
Operand<String> featureListDenseMissingAssumedEmpty,
Iterable<Operand<String>> contextSparseKeys,
Iterable<Operand<String>> contextDenseKeys,
Iterable<Operand<String>> featureListSparseKeys,
Iterable<Operand<String>> featureListDenseKeys,
Iterable<Operand<?>> contextDenseDefaults,
Operand<String> debugName,
List<Class<?>> contextSparseTypes,
List<Class<?>> featureListDenseTypes,
List<Class<?>> featureListSparseTypes,
ParseSingleSequenceExample.Options... options)
Factory method to create a class to wrap a new ParseSingleSequenceExample operation to the graph.
|
static ParseSingleSequenceExample |
ParseSingleSequenceExample.create(Scope scope,
Operand<String> serialized,
Operand<String> featureListDenseMissingAssumedEmpty,
Iterable<Operand<String>> contextSparseKeys,
Iterable<Operand<String>> contextDenseKeys,
Iterable<Operand<String>> featureListSparseKeys,
Iterable<Operand<String>> featureListDenseKeys,
Iterable<Operand<?>> contextDenseDefaults,
Operand<String> debugName,
List<Class<?>> contextSparseTypes,
List<Class<?>> featureListDenseTypes,
List<Class<?>> featureListSparseTypes,
ParseSingleSequenceExample.Options... options)
Factory method to create a class to wrap a new ParseSingleSequenceExample operation to the graph.
|
static ParseSingleSequenceExample |
ParseSingleSequenceExample.create(Scope scope,
Operand<String> serialized,
Operand<String> featureListDenseMissingAssumedEmpty,
Iterable<Operand<String>> contextSparseKeys,
Iterable<Operand<String>> contextDenseKeys,
Iterable<Operand<String>> featureListSparseKeys,
Iterable<Operand<String>> featureListDenseKeys,
Iterable<Operand<?>> contextDenseDefaults,
Operand<String> debugName,
List<Class<?>> contextSparseTypes,
List<Class<?>> featureListDenseTypes,
List<Class<?>> featureListSparseTypes,
ParseSingleSequenceExample.Options... options)
Factory method to create a class to wrap a new ParseSingleSequenceExample operation to the graph.
|
static ParseSingleSequenceExample |
ParseSingleSequenceExample.create(Scope scope,
Operand<String> serialized,
Operand<String> featureListDenseMissingAssumedEmpty,
Iterable<Operand<String>> contextSparseKeys,
Iterable<Operand<String>> contextDenseKeys,
Iterable<Operand<String>> featureListSparseKeys,
Iterable<Operand<String>> featureListDenseKeys,
Iterable<Operand<?>> contextDenseDefaults,
Operand<String> debugName,
List<Class<?>> contextSparseTypes,
List<Class<?>> featureListDenseTypes,
List<Class<?>> featureListSparseTypes,
ParseSingleSequenceExample.Options... options)
Factory method to create a class to wrap a new ParseSingleSequenceExample operation to the graph.
|
static ParseSingleSequenceExample |
ParseSingleSequenceExample.create(Scope scope,
Operand<String> serialized,
Operand<String> featureListDenseMissingAssumedEmpty,
Iterable<Operand<String>> contextSparseKeys,
Iterable<Operand<String>> contextDenseKeys,
Iterable<Operand<String>> featureListSparseKeys,
Iterable<Operand<String>> featureListDenseKeys,
Iterable<Operand<?>> contextDenseDefaults,
Operand<String> debugName,
List<Class<?>> contextSparseTypes,
List<Class<?>> featureListDenseTypes,
List<Class<?>> featureListSparseTypes,
ParseSingleSequenceExample.Options... options)
Factory method to create a class to wrap a new ParseSingleSequenceExample operation to the graph.
|
static ExperimentalCSVDataset |
ExperimentalCSVDataset.create(Scope scope,
Operand<String> filenames,
Operand<String> compressionType,
Operand<Long> bufferSize,
Operand<Boolean> header,
Operand<String> fieldDelim,
Operand<Boolean> useQuoteDelim,
Operand<String> naValue,
Operand<Long> selectCols,
Iterable<Operand<?>> recordDefaults,
List<Shape> outputShapes)
Factory method to create a class to wrap a new ExperimentalCSVDataset operation to the graph.
|
static SaveSlices |
SaveSlices.create(Scope scope,
Operand<String> filename,
Operand<String> tensorNames,
Operand<String> shapesAndSlices,
Iterable<Operand<?>> data)
Factory method to create a class to wrap a new SaveSlices operation to the graph.
|
static SaveV2 |
SaveV2.create(Scope scope,
Operand<String> prefix,
Operand<String> tensorNames,
Operand<String> shapeAndSlices,
Iterable<Operand<?>> tensors)
Factory method to create a class to wrap a new SaveV2 operation to the graph.
|
static <T> Print<T> |
Print.create(Scope scope,
Operand<T> input,
Iterable<Operand<?>> data,
Print.Options... options)
Factory method to create a class to wrap a new Print operation to the graph.
|
static Gradients.Options |
Gradients.dx(Iterable<? extends Operand<?>> dx) |
Gradients.Options |
Gradients.Options.dx(Iterable<? extends Operand<?>> dx) |
Copyright © 2015–2018. All rights reserved.