| Modifier and Type | Class and Description |
|---|---|
static class |
MapSize.Options
Optional attributes for
MapSize |
operation| Modifier and Type | Method and Description |
|---|---|
Output<Integer> |
asOutput()
Returns the symbolic handle of a tensor.
|
static MapSize.Options |
capacity(Long capacity) |
static MapSize.Options |
container(String container) |
static MapSize |
create(Scope scope,
List<Class<?>> dtypes,
MapSize.Options... options)
Factory method to create a class to wrap a new MapSize operation to the graph.
|
static MapSize.Options |
memoryLimit(Long memoryLimit) |
static MapSize.Options |
sharedName(String sharedName) |
Output<Integer> |
size() |
equals, hashCode, toStringpublic static MapSize create(Scope scope, List<Class<?>> dtypes, MapSize.Options... options)
scope - current graph scopedtypes - options - carries optional attributes valuespublic static MapSize.Options capacity(Long capacity)
capacity - public static MapSize.Options memoryLimit(Long memoryLimit)
memoryLimit - public static MapSize.Options container(String container)
container - public static MapSize.Options sharedName(String sharedName)
sharedName - public Output<Integer> asOutput()
OperandInputs 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.
asOutput in interface Operand<Integer>OperationBuilder.addInput(Output)Copyright © 2015–2019. All rights reserved.