Uses of Class
org.deeplearning4j.nn.conf.layers.misc.RepeatVector.Builder
-
Packages that use RepeatVector.Builder Package Description org.deeplearning4j.nn.conf.layers.misc -
-
Uses of RepeatVector.Builder in org.deeplearning4j.nn.conf.layers.misc
Classes in org.deeplearning4j.nn.conf.layers.misc with type parameters of type RepeatVector.Builder Modifier and Type Class Description static classRepeatVector.Builder<T extends RepeatVector.Builder<T>>Methods in org.deeplearning4j.nn.conf.layers.misc that return RepeatVector.Builder Modifier and Type Method Description RepeatVector.BuilderRepeatVector.Builder. dataFormat(RNNFormat dataFormat)RepeatVector.BuilderRepeatVector.Builder. repetitionFactor(int n)Set repetition factor for RepeatVector layerConstructors in org.deeplearning4j.nn.conf.layers.misc with parameters of type RepeatVector.Builder Constructor Description RepeatVector(RepeatVector.Builder builder)
-