| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.AsString.Attrs |
tensorflow.AsString.Attrs.fill_(BytePointer fill_) |
static tensorflow.AsString.Attrs |
tensorflow.AsString.Fill(BytePointer x) |
tensorflow.AsString.Attrs |
tensorflow.AsString.Attrs.Fill(BytePointer x)
The value to pad if width > -1.
|
static tensorflow.AsString.Attrs |
tensorflow.AsString.Fill(String x) |
tensorflow.AsString.Attrs |
tensorflow.AsString.Attrs.Fill(String x) |
tensorflow.AsString.Attrs |
tensorflow.AsString.Attrs.position(long position) |
tensorflow.AsString.Attrs |
tensorflow.AsString.Attrs.precision_(long precision_) |
static tensorflow.AsString.Attrs |
tensorflow.AsString.Precision(long x) |
tensorflow.AsString.Attrs |
tensorflow.AsString.Attrs.Precision(long x)
The post-decimal precision to use for floating point numbers.
|
tensorflow.AsString.Attrs |
tensorflow.AsString.Attrs.scientific_(boolean scientific_) |
static tensorflow.AsString.Attrs |
tensorflow.AsString.Scientific(boolean x) |
tensorflow.AsString.Attrs |
tensorflow.AsString.Attrs.Scientific(boolean x)
Use scientific notation for floating point numbers.
|
tensorflow.AsString.Attrs |
tensorflow.AsString.Attrs.shortest_(boolean shortest_) |
static tensorflow.AsString.Attrs |
tensorflow.AsString.Shortest(boolean x) |
tensorflow.AsString.Attrs |
tensorflow.AsString.Attrs.Shortest(boolean x)
Use shortest representation (either scientific or standard) for
floating point numbers.
|
tensorflow.AsString.Attrs |
tensorflow.AsString.Attrs.width_(long width_) |
static tensorflow.AsString.Attrs |
tensorflow.AsString.Width(long x) |
tensorflow.AsString.Attrs |
tensorflow.AsString.Attrs.Width(long x)
Pad pre-decimal numbers to this width.
|
| Constructor and Description |
|---|
AsString(tensorflow.Scope scope,
tensorflow.Input input,
tensorflow.AsString.Attrs attrs) |
Copyright © 2019. All rights reserved.