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  

Public Methods

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

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

public static MapIncompleteSize.Options container (String container)

public static MapIncompleteSize create (Scope scope, List<Class<?>> 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 static MapIncompleteSize.Options sharedName (String sharedName)

public Output<Integer> size ()