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