Uses of Class
org.nd4j.autodiff.validation.TestCase.TestSerialization
-
Packages that use TestCase.TestSerialization Package Description org.nd4j.autodiff.validation -
-
Uses of TestCase.TestSerialization in org.nd4j.autodiff.validation
Methods in org.nd4j.autodiff.validation that return TestCase.TestSerialization Modifier and Type Method Description static TestCase.TestSerialization
TestCase.TestSerialization. valueOf(String name)
Returns the enum constant of this type with the specified name.static TestCase.TestSerialization[]
TestCase.TestSerialization. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-