| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
Print |
Ops.print(Operand<String> input,
Print.Options... options)
Builds an
Print operation |
| Modifier and Type | Method and Description |
|---|---|
static Print.Options |
Print.end(String end) |
Print.Options |
Print.Options.end(String end) |
static Print.Options |
Print.outputStream(String outputStream) |
Print.Options |
Print.Options.outputStream(String outputStream) |
| Modifier and Type | Method and Description |
|---|---|
static Print |
Print.create(Scope scope,
Operand<String> input,
Print.Options... options)
Factory method to create a class wrapping a new Print operation.
|
Copyright © 2015–2019. All rights reserved.