| Modifier and Type | Class and Description |
|---|---|
static class |
SummaryWriter.Options
Optional attributes for
SummaryWriter |
operation| Modifier and Type | Method and Description |
|---|---|
Output<Object> |
asOutput()
Returns the symbolic handle of a tensor.
|
static SummaryWriter.Options |
container(String container) |
static SummaryWriter |
create(Scope scope,
SummaryWriter.Options... options)
Factory method to create a class to wrap a new SummaryWriter operation to the graph.
|
static SummaryWriter.Options |
sharedName(String sharedName) |
Output<?> |
writer() |
equals, hashCode, toStringpublic static SummaryWriter create(Scope scope, SummaryWriter.Options... options)
scope - current graph scopeoptions - carries optional attributes valuespublic static SummaryWriter.Options sharedName(String sharedName)
sharedName - public static SummaryWriter.Options container(String container)
container - public Output<?> writer()
public Output<Object> 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<Object>OperationBuilder.addInput(Output)Copyright © 2015–2019. All rights reserved.