Uses of Class
org.deeplearning4j.optimize.solvers.accumulation.IndexedTail
-
Packages that use IndexedTail Package Description org.deeplearning4j.optimize.solvers.accumulation -
-
Uses of IndexedTail in org.deeplearning4j.optimize.solvers.accumulation
Fields in org.deeplearning4j.optimize.solvers.accumulation declared as IndexedTail Modifier and Type Field Description protected IndexedTailEncodedGradientsAccumulator. externalSourceprotected IndexedTailBasicGradientsAccumulator. gradientsMethods in org.deeplearning4j.optimize.solvers.accumulation that return IndexedTail Modifier and Type Method Description IndexedTailBasicGradientsAccumulator. getExternalSource()IndexedTailEncodedGradientsAccumulator. getExternalSource()IndexedTailGradientsAccumulator. getExternalSource()Methods in org.deeplearning4j.optimize.solvers.accumulation with parameters of type IndexedTail Modifier and Type Method Description voidBasicGradientsAccumulator. setExternalSource(IndexedTail source)voidEncodedGradientsAccumulator. setExternalSource(IndexedTail source)This method allows to pass external updates to accumulator, they will be populated across all workers using this GradientsAccumulator instancevoidGradientsAccumulator. setExternalSource(IndexedTail source)This method allows to pass external updates to accumulator, they will be populated across all workers using this GradientsAccumulator instance
-