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, toStringModifier and TypeMethodDescriptionattributeMetadata(String name) Get the metadata for an attributeGet the names of this op's attributesGet an inspector for the operation's attributes.attributeValue(String name) Get the value of an attribute as anAttrValueproto.Get all attribute value protosfinal booleanThe outputs of this operation.final inthashCode()final StringtoString()
-
Field Details
-
inputDataset
-
windowSize
-
windowShift
-
windowStride
-
dropRemainder
public final boolean dropRemainderThe dropRemainder attribute -
outputTypes
The outputTypes attribute -
outputShapes
The outputShapes attribute
-
-
Constructor Details
-
Inputs
-