| Package | Description |
|---|---|
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
static Print.Options |
Print.firstN(Long firstN) |
Print.Options |
Print.Options.firstN(Long firstN) |
static Print.Options |
Print.message(String message) |
Print.Options |
Print.Options.message(String message) |
static Print.Options |
Print.summarize(Long summarize) |
Print.Options |
Print.Options.summarize(Long summarize) |
| Modifier and Type | Method and Description |
|---|---|
static <T> Print<T> |
Print.create(Scope scope,
Operand<T> input,
Iterable<Operand<?>> data,
Print.Options... options)
Factory method to create a class to wrap a new Print operation to the graph.
|
Copyright © 2019. All rights reserved.