OrderedMapClear

public final class OrderedMapClear

Op removes all elements in the underlying container.

Nested Classes

class OrderedMapClear.Options Optional attributes for OrderedMapClear  

Constants

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

Public Methods

static OrderedMapClear.Options
capacity(Long capacity)
static OrderedMapClear.Options
container(String container)
static OrderedMapClear
create(Scope scope, List<Class<? extends TType>> dtypes, Options... options)
Factory method to create a class wrapping a new OrderedMapClear operation.
static OrderedMapClear.Options
memoryLimit(Long memoryLimit)
static OrderedMapClear.Options
sharedName(String sharedName)

Inherited Methods

Constants

public static final String OP_NAME

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

Constant Value: "OrderedMapClear"

Public Methods

public static OrderedMapClear.Options capacity (Long capacity)

public static OrderedMapClear.Options container (String container)

public static OrderedMapClear create (Scope scope, List<Class<? extends TType>> dtypes, Options... options)

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

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

public static OrderedMapClear.Options memoryLimit (Long memoryLimit)

public static OrderedMapClear.Options sharedName (String sharedName)