Enum OnnxModelFileRole
What a file in a model manifest is for.
public enum OnnxModelFileRole
Fields
Graph = 0The
.onnxgraph itself.GraphExternalData = 1External weight data that must land beside the graph under its exact filename - ORT reads the name out of the graph's
external_datarecords, so renaming it breaks the load.Vocabulary = 2A WordPiece
vocab.txtor equivalent.TokenizerModel = 3A
tokenizer.jsonor a SentencePiece model.Auxiliary = 4Anything else the consumer wants provisioned alongside.