StageSize

public final class StageSize

Op returns the number of elements in the underlying container.

Nested Classes

class StageSize.Options Optional attributes for StageSize  

Public Methods

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

public static StageSize.Options container (String container)

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

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

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

public static StageSize.Options memoryLimit (Long memoryLimit)

public static StageSize.Options sharedName (String sharedName)

public Output<Integer> size ()