StatelessRandomGetAlg

public final class StatelessRandomGetAlg

Picks the best counter-based RNG algorithm based on device.

This op picks the best counter-based RNG algorithm based on device.

Public Methods

Output <Integer>
alg ()
The RNG algorithm (shape int32[]).
Output <Integer>
asOutput ()
Returns the symbolic handle of a tensor.
static StatelessRandomGetAlg
create ( Scope scope)
Factory method to create a class wrapping a new StatelessRandomGetAlg operation.

Inherited Methods

Public Methods

public Output <Integer> alg ()

The RNG algorithm (shape int32[]).

public Output <Integer> asOutput ()

Returns the symbolic handle of a tensor.

Inputs to TensorFlow operations are outputs of another TensorFlow operation. This method is used to obtain a symbolic handle that represents the computation of the input.

public static StatelessRandomGetAlg create ( Scope scope)

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

Parameters
scope current scope
Returns
  • a new instance of StatelessRandomGetAlg