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