MapIncompleteSize

public final class MapIncompleteSize

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

Nested Classes

class MapIncompleteSize.Options Optional attributes for MapIncompleteSize  

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

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

public static MapIncompleteSize.Options container (String container)

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

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

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

public static MapIncompleteSize.Options memoryLimit (Long memoryLimit)

public Output<TInt32> output ()

public static MapIncompleteSize.Options sharedName (String sharedName)