Companion

public class Companion

Functions

Link copied to clipboard
public final ClassifierPipeline create(    String modelName,     Engine engine,     Device device)
Link copied to clipboard
public final ClassifierPipeline fromPath(    Path modelPath,     Map<Integer, String> id2label,     Tokenizer tokenizer,     Engine engine,     Device device)

Properties

Link copied to clipboard
public final static ClassifierPipeline.Companion INSTANCE