![]() |
ONNX Runtime
|
#include <onnxruntime_cxx_api.h>
Public Types | |
using | B = Base< T > |
![]() | |
using | contained_type = T |
Additional Inherited Members | |
![]() | |
contained_type * | p_ {} |
using Ort::detail::ConstValueInfoImpl< T >::B = Base<T> |
std::vector< ValueInfoConsumerProducerInfo > Ort::detail::ConstValueInfoImpl< T >::GetConsumers | ( | ) | const |
< A wrapper around OrtApi::ValueInfo_GetValueConsumers
Status Ort::detail::ConstValueInfoImpl< T >::GetExternalInitializerInfo | ( | ExternalInitializerInfo & | info | ) | const |
< A wrapper around OrtApi::ValueInfo_GetExternalInitializerInfo
Status Ort::detail::ConstValueInfoImpl< T >::GetInitializer | ( | ConstValue & | value | ) | const |
< A wrapper around OrtApi::ValueInfo_GetInitializerValue
std::string Ort::detail::ConstValueInfoImpl< T >::GetName | ( | ) | const |
< A wrapper around OrtApi::GetValueInfoName
ValueInfoConsumerProducerInfo Ort::detail::ConstValueInfoImpl< T >::GetProducerNode | ( | ) | const |
bool Ort::detail::ConstValueInfoImpl< T >::IsConstantInitializer | ( | ) | const |
< A wrapper around OrtApi::ValueInfo_IsConstantInitializer
bool Ort::detail::ConstValueInfoImpl< T >::IsFromOuterScope | ( | ) | const |
< A wrapper around OrtApi::ValueInfo_IsFromOuterScope
bool Ort::detail::ConstValueInfoImpl< T >::IsGraphOutput | ( | ) | const |
< A wrapper around OrtApi::ValueInfo_IsGraphOutput
bool Ort::detail::ConstValueInfoImpl< T >::IsOptionalGraphInput | ( | ) | const |
< A wrapper around OrtApi::ValueInfo_IsOptionalGraphInput
bool Ort::detail::ConstValueInfoImpl< T >::IsRequiredGraphInput | ( | ) | const |
< A wrapper around OrtApi::ValueInfo_IsRequiredGraphInput
ConstTypeInfo Ort::detail::ConstValueInfoImpl< T >::TypeInfo | ( | ) | const |
< A wrapper around OrtApi::GetValueInfoTypeInfo
Wraps OrtApi::ValueInfo_GetProducerNode