public final class WriteImageSummary extends PrimitiveOp
| Modifier and Type | Class and Description |
|---|---|
static class |
WriteImageSummary.Options
Optional attributes for
WriteImageSummary |
operation| Modifier and Type | Method and Description |
|---|---|
static <T extends Number> |
create(Scope scope,
Operand<?> writer,
Operand<Long> step,
Operand<String> tag,
Operand<T> tensor,
Operand<UInt8> badColor,
WriteImageSummary.Options... options)
Factory method to create a class to wrap a new WriteImageSummary operation to the graph.
|
static WriteImageSummary.Options |
maxImages(Long maxImages) |
equals, hashCode, toStringpublic static <T extends Number> WriteImageSummary create(Scope scope, Operand<?> writer, Operand<Long> step, Operand<String> tag, Operand<T> tensor, Operand<UInt8> badColor, WriteImageSummary.Options... options)
scope - current graph scopewriter - step - tag - tensor - badColor - options - carries optional attributes valuespublic static WriteImageSummary.Options maxImages(Long maxImages)
maxImages - Copyright © 2015–2019. All rights reserved.