public final class ExperimentalCsvDataset extends PrimitiveOp implements Operand<java.lang.Object>
operation| Modifier and Type | Method | Description |
|---|---|---|
Output<java.lang.Object> |
asOutput() |
Returns the symbolic handle of a tensor.
|
static ExperimentalCsvDataset |
create(Scope scope,
Operand<java.lang.String> filenames,
Operand<java.lang.String> compressionType,
Operand<java.lang.Long> bufferSize,
Operand<java.lang.Boolean> header,
Operand<java.lang.String> fieldDelim,
Operand<java.lang.Boolean> useQuoteDelim,
Operand<java.lang.String> naValue,
Operand<java.lang.Long> selectCols,
java.lang.Iterable<Operand<?>> recordDefaults,
java.util.List<Shape> outputShapes) |
Factory method to create a class to wrap a new ExperimentalCsvDataset operation to the graph.
|
Output<?> |
handle() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitequals, hashCode, toStringpublic static ExperimentalCsvDataset create(Scope scope, Operand<java.lang.String> filenames, Operand<java.lang.String> compressionType, Operand<java.lang.Long> bufferSize, Operand<java.lang.Boolean> header, Operand<java.lang.String> fieldDelim, Operand<java.lang.Boolean> useQuoteDelim, Operand<java.lang.String> naValue, Operand<java.lang.Long> selectCols, java.lang.Iterable<Operand<?>> recordDefaults, java.util.List<Shape> outputShapes)
scope - current graph scopefilenames - compressionType - bufferSize - header - fieldDelim - useQuoteDelim - naValue - selectCols - recordDefaults - outputShapes - public Output<?> handle()
public Output<java.lang.Object> asOutput()
OperandInputs to TensorFlow operations are outputs of another TensorFlow operation. This method is used to obtain a symbolic handle that represents the computation of the input.
asOutput in interface Operand<java.lang.Object>OperationBuilder.addInput(Output)