Uses of Class
org.tribuo.interop.tensorflow.TensorFlowNativeModel
Package
Description
Provides an interface to TensorFlow, allowing the training of non-sequential models using any supported
Tribuo output type.
-
Uses of TensorFlowNativeModel in org.tribuo.interop.tensorflow
Modifier and TypeMethodDescriptionTensorFlowCheckpointModel.convertToNativeModel()
Creates aTensorFlowNativeModel
version of this model.protected TensorFlowNativeModel<T>
TensorFlowNativeModel.copy
(String newName, ModelProvenance newProvenance) static TensorFlowNativeModel<?>
TensorFlowNativeModel.deserializeFromProto
(int version, String className, com.google.protobuf.Any message) Deserialization factory.