Class SlidingWindowDataset.Inputs
java.lang.Object
org.tensorflow.op.RawOpInputs<SlidingWindowDataset>
org.tensorflow.op.data.SlidingWindowDataset.Inputs
- Enclosing class:
SlidingWindowDataset
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal booleanThe dropRemainder attributeThe inputDataset inputfinal Shape[]The outputShapes attributefinal DataType[]The outputTypes attributeA scalar representing the steps moving the sliding window forward in one iteration.A scalar representing the number of elements in the sliding window.A scalar representing the stride of the input elements of the sliding window. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class RawOpInputs
attributeMetadata, attributeNames, attributes, attributeValue, attributeValues, equals, getOutputs, hashCode, toString
-
Field Details
-
inputDataset
-
windowSize
-
windowShift
-
windowStride
-
dropRemainder
public final boolean dropRemainderThe dropRemainder attribute -
outputTypes
The outputTypes attribute -
outputShapes
The outputShapes attribute
-
-
Constructor Details
-
Inputs
-