#include <schema_registry.h>
Definition at line 35 of file schema_registry.h.
virtual DomainToVersionMap onnxruntime::IOnnxRuntimeOpSchemaCollection::GetLatestOpsetVersions |
( |
bool |
is_onnx_only | ) |
const |
|
pure virtual |
const ONNX_NAMESPACE::OpSchema* onnxruntime::IOnnxRuntimeOpSchemaCollection::GetSchema |
( |
const std::string & |
key, |
|
|
const int |
maxInclusiveVersion, |
|
|
const std::string & |
domain |
|
) |
| const |
|
inlinefinal |
virtual void onnxruntime::IOnnxRuntimeOpSchemaCollection::GetSchemaAndHistory |
( |
const std::string & |
key, |
|
|
int |
maxInclusiveVersion, |
|
|
const std::string & |
domain, |
|
|
const ONNX_NAMESPACE::OpSchema ** |
latest_schema, |
|
|
int * |
earliest_opset_where_unchanged |
|
) |
| const |
|
pure virtual |
The documentation for this class was generated from the following file: