Uses of Class
org.nd4j.autodiff.samediff.internal.AbstractSession.ExecType
-
Packages that use AbstractSession.ExecType Package Description org.nd4j.autodiff.samediff.internal -
-
Uses of AbstractSession.ExecType in org.nd4j.autodiff.samediff.internal
Fields in org.nd4j.autodiff.samediff.internal declared as AbstractSession.ExecType Modifier and Type Field Description protected AbstractSession.ExecTypeAbstractSession.ExecStep. typeMethods in org.nd4j.autodiff.samediff.internal that return AbstractSession.ExecType Modifier and Type Method Description static AbstractSession.ExecTypeAbstractSession.ExecType. valueOf(String name)Returns the enum constant of this type with the specified name.static AbstractSession.ExecType[]AbstractSession.ExecType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.nd4j.autodiff.samediff.internal with parameters of type AbstractSession.ExecType Constructor Description ExecStep(@NonNull AbstractSession.ExecType execType, @NonNull String name, FrameIter frameIter)
-