| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
<T> TensorSummaryV2 |
Ops.tensorSummaryV2(Operand<String> tag,
Operand<T> tensor,
Operand<String> serializedSummaryMetadata)
Adds an
TensorSummaryV2 operation to the graph |
| Modifier and Type | Method and Description |
|---|---|
static <T> TensorSummaryV2 |
TensorSummaryV2.create(Scope scope,
Operand<String> tag,
Operand<T> tensor,
Operand<String> serializedSummaryMetadata)
Factory method to create a class to wrap a new TensorSummaryV2 operation to the graph.
|
Copyright © 2015–2019. All rights reserved.