Uses of Class
org.nd4j.autodiff.listeners.ListenerVariables
-
Packages that use ListenerVariables Package Description org.nd4j.autodiff.listeners -
-
Uses of ListenerVariables in org.nd4j.autodiff.listeners
Methods in org.nd4j.autodiff.listeners that return ListenerVariables Modifier and Type Method Description ListenerVariablesListenerVariables.Builder. build()static ListenerVariablesListenerVariables. empty()ListenerVariablesListenerVariables. merge(ListenerVariables other)Return a new ListenerVariables that contains the variables of this ListenerVariables and of otherListenerVariablesBaseEvaluationListener. otherRequiredVariables(SameDiff sd)Return any requested variables that are not part of the evaluationsListenerVariablesBaseEvaluationListener. requiredVariables(SameDiff sd)ListenerVariablesBaseListener. requiredVariables(SameDiff sd)ListenerVariablesListener. requiredVariables(SameDiff sd)Required variables for this listener.ListenerVariablesListenerEvaluations. requiredVariables()Get the required variables for these evaluationsMethods in org.nd4j.autodiff.listeners with parameters of type ListenerVariables Modifier and Type Method Description ListenerVariablesListenerVariables. merge(ListenerVariables other)Return a new ListenerVariables that contains the variables of this ListenerVariables and of other
-