OrderedMapSize

public final class OrderedMapSize

Op returns the number of elements in the underlying container.

Nested Classes

class OrderedMapSize.Options Optional attributes for OrderedMapSize

Public Methods

Output <Integer>
asOutput ()
Returns the symbolic handle of a tensor.
static OrderedMapSize.Options
capacity (Long capacity)
static OrderedMapSize.Options
container (String container)
static OrderedMapSize
create ( Scope scope, List<Class<?>> dtypes, Options... options)
Factory method to create a class wrapping a new OrderedMapSize operation.
static OrderedMapSize.Options
memoryLimit (Long memoryLimit)
static OrderedMapSize.Options
sharedName (String sharedName)
Output <Integer>

Inherited Methods

Public Methods

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 OrderedMapSize.Options capacity (Long capacity)

public static OrderedMapSize.Options container (String container)

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

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

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

public static OrderedMapSize.Options memoryLimit (Long memoryLimit)

public static OrderedMapSize.Options sharedName (String sharedName)

public Output <Integer> size ()