AnonymousSeedGenerator

public final class AnonymousSeedGenerator

Constants

String OP_NAME The name of this op, as known by TensorFlow core engine

Public Methods

static AnonymousSeedGenerator
create(Scope scope, Operand<TInt64> seed, Operand<TInt64> seed2, Operand<TBool> reshuffle)
Factory method to create a class wrapping a new AnonymousSeedGenerator operation.
Output<?>
Output<?>
handle()

Inherited Methods

Constants

public static final String OP_NAME

The name of this op, as known by TensorFlow core engine

Constant Value: "AnonymousSeedGenerator"

Public Methods

public static AnonymousSeedGenerator create (Scope scope, Operand<TInt64> seed, Operand<TInt64> seed2, Operand<TBool> reshuffle)

Factory method to create a class wrapping a new AnonymousSeedGenerator operation.

Parameters
scope current scope
Returns
  • a new instance of AnonymousSeedGenerator

public Output<?> deleter ()

public Output<?> handle ()