| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.DecodeCSV.Attrs |
tensorflow.DecodeCSV.Attrs.field_delim_(BytePointer field_delim_) |
static tensorflow.DecodeCSV.Attrs |
tensorflow.DecodeCSV.FieldDelim(BytePointer x) |
tensorflow.DecodeCSV.Attrs |
tensorflow.DecodeCSV.Attrs.FieldDelim(BytePointer x)
char delimiter to separate fields in a record.
|
static tensorflow.DecodeCSV.Attrs |
tensorflow.DecodeCSV.FieldDelim(String x) |
tensorflow.DecodeCSV.Attrs |
tensorflow.DecodeCSV.Attrs.FieldDelim(String x) |
tensorflow.DecodeCSV.Attrs |
tensorflow.DecodeCSV.Attrs.na_value_(BytePointer na_value_) |
static tensorflow.DecodeCSV.Attrs |
tensorflow.DecodeCSV.NaValue(BytePointer x) |
tensorflow.DecodeCSV.Attrs |
tensorflow.DecodeCSV.Attrs.NaValue(BytePointer x)
Additional string to recognize as NA/NaN.
|
static tensorflow.DecodeCSV.Attrs |
tensorflow.DecodeCSV.NaValue(String x) |
tensorflow.DecodeCSV.Attrs |
tensorflow.DecodeCSV.Attrs.NaValue(String x) |
tensorflow.DecodeCSV.Attrs |
tensorflow.DecodeCSV.Attrs.position(long position) |
tensorflow.DecodeCSV.Attrs |
tensorflow.DecodeCSV.Attrs.select_cols_(IntPointer select_cols_) |
static tensorflow.DecodeCSV.Attrs |
tensorflow.DecodeCSV.SelectCols(int... x) |
tensorflow.DecodeCSV.Attrs |
tensorflow.DecodeCSV.Attrs.SelectCols(int... x) |
static tensorflow.DecodeCSV.Attrs |
tensorflow.DecodeCSV.SelectCols(IntBuffer x) |
tensorflow.DecodeCSV.Attrs |
tensorflow.DecodeCSV.Attrs.SelectCols(IntBuffer x) |
static tensorflow.DecodeCSV.Attrs |
tensorflow.DecodeCSV.SelectCols(IntPointer x) |
tensorflow.DecodeCSV.Attrs |
tensorflow.DecodeCSV.Attrs.SelectCols(IntPointer x)
Defaults to []
|
tensorflow.DecodeCSV.Attrs |
tensorflow.DecodeCSV.Attrs.use_quote_delim_(boolean use_quote_delim_) |
static tensorflow.DecodeCSV.Attrs |
tensorflow.DecodeCSV.UseQuoteDelim(boolean x) |
tensorflow.DecodeCSV.Attrs |
tensorflow.DecodeCSV.Attrs.UseQuoteDelim(boolean x)
If false, treats double quotation marks as regular
characters inside of the string fields (ignoring RFC 4180, Section 2,
Bullet 5).
|
| Constructor and Description |
|---|
DecodeCSV(tensorflow.Scope scope,
tensorflow.Input records,
tensorflow.InputList record_defaults,
tensorflow.DecodeCSV.Attrs attrs) |
Copyright © 2019. All rights reserved.