Uses of Class
org.nd4j.autodiff.samediff.ControlFlow.LoopParams
-
Packages that use ControlFlow.LoopParams Package Description org.nd4j.autodiff.samediff -
-
Uses of ControlFlow.LoopParams in org.nd4j.autodiff.samediff
Methods in org.nd4j.autodiff.samediff with parameters of type ControlFlow.LoopParams Modifier and Type Method Description static SDVariable[]ControlFlow. loopWithConditions(ControlFlow.LoopParams loopParams)A simplified function usingControlFlow.LoopParamsinvoking the same function asControlFlow.loopWithConditions(String[], String, SameDiff, SameDiff, String, SDVariable[], String[], String[])SDVariable[]SameDiff. loopWithConditions(String[] outputNames, ControlFlow.LoopParams loopParams)Loop with conditions.SDVariable[]SameDiff. loopWithConditions(ControlFlow.LoopParams loopParams)Loop with conditions.
-