Table of Contents

Enum OnnxModelFileRole

Namespace
Qavren.Edge.Onnx
Assembly
Qavren.Edge.Onnx.dll

What a file in a model manifest is for.

public enum OnnxModelFileRole

Fields

Graph = 0

The .onnx graph itself.

GraphExternalData = 1

External weight data that must land beside the graph under its exact filename - ORT reads the name out of the graph's external_data records, so renaming it breaks the load.

Vocabulary = 2

A WordPiece vocab.txt or equivalent.

TokenizerModel = 3

A tokenizer.json or a SentencePiece model.

Auxiliary = 4

Anything else the consumer wants provisioned alongside.