Uses of Enum Class
org.tribuo.interop.tensorflow.TensorFlowTrainer.TFModelFormat
Packages that use TensorFlowTrainer.TFModelFormat
Package
Description
Provides an interface to TensorFlow, allowing the training of non-sequential models using any supported
Tribuo output type.
-
Uses of TensorFlowTrainer.TFModelFormat in org.tribuo.interop.tensorflow
Subclasses with type arguments of type TensorFlowTrainer.TFModelFormat in org.tribuo.interop.tensorflowModifier and TypeClassDescriptionstatic enum
The model format to emit.Methods in org.tribuo.interop.tensorflow that return TensorFlowTrainer.TFModelFormatModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static TensorFlowTrainer.TFModelFormat[]
TensorFlowTrainer.TFModelFormat.values()
Returns an array containing the constants of this enum class, in the order they are declared.