#include <schema_registry.h>
|
virtual DomainToVersionMap | GetLatestOpsetVersions (bool is_onnx_only) const =0 |
|
const ONNX_NAMESPACE::OpSchema * | GetSchema (const std::string &key, const int maxInclusiveVersion, const std::string &domain) const final |
|
virtual void | GetSchemaAndHistory (const std::string &key, int maxInclusiveVersion, const std::string &domain, const ONNX_NAMESPACE::OpSchema **latest_schema, int *earliest_opset_where_unchanged) const =0 |
|
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: