operation| Modifier and Type | Method and Description |
|---|---|
Output<Long> |
asOutput()
Returns the symbolic handle of a tensor.
|
static ReaderNumRecordsProduced |
create(Scope scope,
Operand<?> readerHandle)
Factory method to create a class wrapping a new ReaderNumRecordsProduced operation.
|
Output<Long> |
recordsProduced() |
equals, hashCode, op, toStringpublic static ReaderNumRecordsProduced create(Scope scope, Operand<?> readerHandle)
scope - current scopereaderHandle - Handle to a Reader.public Output<Long> 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<Long>OperationBuilder.addInput(Output)Copyright © 2022. All rights reserved.