HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
onnxruntime::SchemaRegistryVersion Struct Reference

#include <schema_registry.h>

Public Attributes

int baseline_opset_version
 
int opset_version
 

Detailed Description

onnxruntime schema registry is a supplement to the built-in ONNX schema. Every schema registry represent a collection of schema deltas from baseline_opset_version to opset_version

Definition at line 29 of file schema_registry.h.

Member Data Documentation

int onnxruntime::SchemaRegistryVersion::baseline_opset_version

Definition at line 30 of file schema_registry.h.

int onnxruntime::SchemaRegistryVersion::opset_version

Definition at line 31 of file schema_registry.h.


The documentation for this struct was generated from the following file: