| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Print.Attrs |
tensorflow.Print.Attrs.first_n_(long first_n_) |
static tensorflow.Print.Attrs |
tensorflow.Print.FirstN(long x) |
tensorflow.Print.Attrs |
tensorflow.Print.Attrs.FirstN(long x)
Only log
first_n number of times. |
tensorflow.Print.Attrs |
tensorflow.Print.Attrs.message_(BytePointer message_) |
static tensorflow.Print.Attrs |
tensorflow.Print.Message(BytePointer x) |
tensorflow.Print.Attrs |
tensorflow.Print.Attrs.Message(BytePointer x)
A string, prefix of the error message.
|
static tensorflow.Print.Attrs |
tensorflow.Print.Message(String x) |
tensorflow.Print.Attrs |
tensorflow.Print.Attrs.Message(String x) |
tensorflow.Print.Attrs |
tensorflow.Print.Attrs.position(long position) |
tensorflow.Print.Attrs |
tensorflow.Print.Attrs.summarize_(long summarize_) |
static tensorflow.Print.Attrs |
tensorflow.Print.Summarize(long x) |
tensorflow.Print.Attrs |
tensorflow.Print.Attrs.Summarize(long x)
Only print this many entries of each tensor.
|
| Constructor and Description |
|---|
Print(tensorflow.Scope scope,
tensorflow.Input input,
tensorflow.InputList data,
tensorflow.Print.Attrs attrs) |
Copyright © 2019. All rights reserved.