| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.StringFormat.Attrs |
tensorflow.StringFormat.Attrs.placeholder_(BytePointer placeholder_) |
static tensorflow.StringFormat.Attrs |
tensorflow.StringFormat.Placeholder(BytePointer x) |
tensorflow.StringFormat.Attrs |
tensorflow.StringFormat.Attrs.Placeholder(BytePointer x)
A string, at each placeholder in the template a subsequent tensor summary will be inserted.
|
static tensorflow.StringFormat.Attrs |
tensorflow.StringFormat.Placeholder(String x) |
tensorflow.StringFormat.Attrs |
tensorflow.StringFormat.Attrs.Placeholder(String x) |
tensorflow.StringFormat.Attrs |
tensorflow.StringFormat.Attrs.position(long position) |
tensorflow.StringFormat.Attrs |
tensorflow.StringFormat.Attrs.summarize_(long summarize_) |
static tensorflow.StringFormat.Attrs |
tensorflow.StringFormat.Summarize(long x) |
tensorflow.StringFormat.Attrs |
tensorflow.StringFormat.Attrs.Summarize(long x)
When formatting the tensor summaries print the first and last summarize entries of each tensor dimension.
|
tensorflow.StringFormat.Attrs |
tensorflow.StringFormat.Attrs.template_(BytePointer template_) |
static tensorflow.StringFormat.Attrs |
tensorflow.StringFormat.Template(BytePointer x) |
tensorflow.StringFormat.Attrs |
tensorflow.StringFormat.Attrs.Template(BytePointer x)
A string, the template to format tensor summaries into.
|
static tensorflow.StringFormat.Attrs |
tensorflow.StringFormat.Template(String x) |
tensorflow.StringFormat.Attrs |
tensorflow.StringFormat.Attrs.Template(String x) |
| Constructor and Description |
|---|
StringFormat(tensorflow.Scope scope,
tensorflow.InputList inputs,
tensorflow.StringFormat.Attrs attrs) |
Copyright © 2019. All rights reserved.