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  

Constants

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

Public Methods

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

Public Methods

public Output<TInt32> asOutput ()

Returns the symbolic handle of the 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<? extends TType>> 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 Output<TInt32> output ()

public static OrderedMapIncompleteSize.Options sharedName (String sharedName)