Uses of Interface
org.nd4j.autodiff.samediff.InferenceFactory
-
Packages that use InferenceFactory Package Description org.nd4j.autodiff.samediff -
-
Uses of InferenceFactory in org.nd4j.autodiff.samediff
Classes in org.nd4j.autodiff.samediff that implement InferenceFactory Modifier and Type Class Description static classSameDiff.DefaultInferenceFactoryMethods in org.nd4j.autodiff.samediff that return InferenceFactory Modifier and Type Method Description static InferenceFactorySameDiff. getInferenceFactory()Get the inference factoryMethods in org.nd4j.autodiff.samediff with parameters of type InferenceFactory Modifier and Type Method Description static booleanSameDiff. bindInferenceFactory(InferenceFactory inferenceFactory)Bind the inferenceFactory.
-