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