| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.summary |
| Modifier and Type | Method and Description |
|---|---|
<T> TensorSummary |
SummaryOps.tensorSummary(Operand<String> tag,
Operand<T> tensor,
Operand<String> serializedSummaryMetadata)
Builds an
TensorSummary operation |
| Modifier and Type | Method and Description |
|---|---|
static <T> TensorSummary |
TensorSummary.create(Scope scope,
Operand<String> tag,
Operand<T> tensor,
Operand<String> serializedSummaryMetadata)
Factory method to create a class wrapping a new TensorSummary operation.
|
Copyright © 2015–2019. All rights reserved.