OrderedMapIncompleteSize

public final class OrderedMapIncompleteSize

Op returns the number of incomplete elements in the underlying container.

Nested Classes

class OrderedMapIncompleteSize.Options Optional attributes for OrderedMapIncompleteSize

Public Methods

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

public static OrderedMapIncompleteSize.Options container (String container)

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

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

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

public static OrderedMapIncompleteSize.Options memoryLimit (Long memoryLimit)

public static OrderedMapIncompleteSize.Options sharedName (String sharedName)

public Output <Integer> size ()