![]() |
ONNX Runtime
|
#include <onnxruntime_cxx_api.h>
Public Types | |
| using | B = Base< T > |
Public Types inherited from Ort::detail::Base< T > | |
| using | contained_type = T |
Public Member Functions | |
| std::string | GetName () const |
| std::basic_string< char > | GetModelPath () const |
| int64_t | GetOnnxIRVersion () const |
| std::vector< OperatorSet > | GetOperatorSets () const |
| std::vector< ConstValueInfo > | GetInputs () const |
| std::vector< ConstValueInfo > | GetOutputs () const |
| std::vector< ConstValueInfo > | GetInitializers () const |
| std::vector< ConstNode > | GetNodes () const |
| ConstNode | GetParentNode () const |
| Graph | GetGraphView (const std::vector< ConstNode > &nodes) const |
| ModelMetadata | GetModelMetadata () const |
| Wraps OrtApi::Graph_GetModelMetadata. | |
Public Member Functions inherited from Ort::detail::Base< T > | |
| constexpr | Base ()=default |
| constexpr | Base (contained_type *p) noexcept |
| ~Base () | |
| Base (const Base &)=delete | |
| Base & | operator= (const Base &)=delete |
| Base (Base &&v) noexcept | |
| Base & | operator= (Base &&v) noexcept |
| constexpr | operator contained_type * () const noexcept |
| constexpr contained_type & | operator* () const noexcept |
| contained_type * | release () |
| Relinquishes ownership of the contained C object pointer The underlying object is not destroyed. | |
Additional Inherited Members | |
Protected Attributes inherited from Ort::detail::Base< T > | |
| contained_type * | p_ {} |
| using Ort::detail::ConstGraphImpl< T >::B = Base<T> |
| Graph Ort::detail::ConstGraphImpl< T >::GetGraphView | ( | const std::vector< ConstNode > & | nodes | ) | const |
| std::vector< ConstValueInfo > Ort::detail::ConstGraphImpl< T >::GetInitializers | ( | ) | const |
| std::vector< ConstValueInfo > Ort::detail::ConstGraphImpl< T >::GetInputs | ( | ) | const |
| ModelMetadata Ort::detail::ConstGraphImpl< T >::GetModelMetadata | ( | ) | const |
| std::basic_string< char > Ort::detail::ConstGraphImpl< T >::GetModelPath | ( | ) | const |
| std::string Ort::detail::ConstGraphImpl< T >::GetName | ( | ) | const |
| std::vector< ConstNode > Ort::detail::ConstGraphImpl< T >::GetNodes | ( | ) | const |
| int64_t Ort::detail::ConstGraphImpl< T >::GetOnnxIRVersion | ( | ) | const |
| std::vector< OperatorSet > Ort::detail::ConstGraphImpl< T >::GetOperatorSets | ( | ) | const |
| std::vector< ConstValueInfo > Ort::detail::ConstGraphImpl< T >::GetOutputs | ( | ) | const |
| ConstNode Ort::detail::ConstGraphImpl< T >::GetParentNode | ( | ) | const |