MapUnstageNoKey

public final class MapUnstageNoKey

Op removes and returns a random (key, value)

from the underlying container. If the underlying container does not contain elements, the op will block until it does.

Nested Classes

class MapUnstageNoKey.Options Optional attributes for MapUnstageNoKey  

Constants

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

Public Methods

static MapUnstageNoKey.Options
capacity(Long capacity)
static MapUnstageNoKey.Options
container(String container)
static MapUnstageNoKey
create(Scope scope, Operand<TInt32> indices, List<Class<? extends TType>> dtypes, Options... options)
Factory method to create a class wrapping a new MapUnstageNoKey operation.
Output<TInt64>
key()
static MapUnstageNoKey.Options
memoryLimit(Long memoryLimit)
static MapUnstageNoKey.Options
sharedName(String sharedName)
List<Output<?>>
values()

Inherited Methods

Constants

public static final String OP_NAME

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

Constant Value: "MapUnstageNoKey"

Public Methods

public static MapUnstageNoKey.Options capacity (Long capacity)

public static MapUnstageNoKey.Options container (String container)

public static MapUnstageNoKey create (Scope scope, Operand<TInt32> indices, List<Class<? extends TType>> dtypes, Options... options)

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

Parameters
scope current scope
options carries optional attributes values
Returns
  • a new instance of MapUnstageNoKey

public Output<TInt64> key ()

public static MapUnstageNoKey.Options memoryLimit (Long memoryLimit)

public static MapUnstageNoKey.Options sharedName (String sharedName)

public List<Output<?>> values ()