public static class MutableHashTableOfTensors.Options extends Object
MutableHashTableOfTensors| Modifier and Type | Method and Description |
|---|---|
MutableHashTableOfTensors.Options |
container(String container) |
MutableHashTableOfTensors.Options |
sharedName(String sharedName) |
MutableHashTableOfTensors.Options |
useNodeNameSharing(Boolean useNodeNameSharing) |
MutableHashTableOfTensors.Options |
valueShape(Shape valueShape) |
public MutableHashTableOfTensors.Options container(String container)
container - If non-empty, this table is placed in the given container.
Otherwise, a default container is used.public MutableHashTableOfTensors.Options sharedName(String sharedName)
sharedName - If non-empty, this table is shared under the given name across
multiple sessions.public MutableHashTableOfTensors.Options useNodeNameSharing(Boolean useNodeNameSharing)
useNodeNameSharing - public MutableHashTableOfTensors.Options valueShape(Shape valueShape)
valueShape - Copyright © 2015–2019. All rights reserved.