OnnxRuntime
Ort::Session Member List

This is the complete list of members for Ort::Session, including all inherited members.

Base()=defaultOrt::Base< OrtSession >
Base(OrtSession *p)Ort::Base< OrtSession >inline
Base(const Base &)=deleteOrt::Base< OrtSession >protected
Base(Base &&v) noexceptOrt::Base< OrtSession >inlineprotected
contained_type typedefOrt::Base< OrtSession >
EndProfiling(OrtAllocator *allocator) constOrt::Session
GetInputCount() constOrt::Session
GetInputName(size_t index, OrtAllocator *allocator) constOrt::Session
GetInputTypeInfo(size_t index) constOrt::Session
GetModelMetadata() constOrt::Session
GetOutputCount() constOrt::Session
GetOutputName(size_t index, OrtAllocator *allocator) constOrt::Session
GetOutputTypeInfo(size_t index) constOrt::Session
GetOverridableInitializerCount() constOrt::Session
GetOverridableInitializerName(size_t index, OrtAllocator *allocator) constOrt::Session
GetOverridableInitializerTypeInfo(size_t index) constOrt::Session
GetProfilingStartTimeNs() constOrt::Session
operator const OrtSession *() constOrt::Base< OrtSession >inline
operator OrtSession *()Ort::Base< OrtSession >inline
operator=(const Base &)=deleteOrt::Base< OrtSession >protected
operator=(Base &&v) noexceptOrt::Base< OrtSession >inlineprotected
p_Ort::Base< OrtSession >protected
release()Ort::Base< OrtSession >inline
Run(const RunOptions &run_options, const char *const *input_names, const Value *input_values, size_t input_count, const char *const *output_names, size_t output_count)Ort::Session
Run(const RunOptions &run_options, const char *const *input_names, const Value *input_values, size_t input_count, const char *const *output_names, Value *output_values, size_t output_count)Ort::Session
Run(const RunOptions &run_options, const struct IoBinding &)Ort::Session
Session(std::nullptr_t)Ort::Sessioninlineexplicit
Session(Env &env, const char *model_path, const SessionOptions &options)Ort::Session
Session(Env &env, const char *model_path, const SessionOptions &options, OrtPrepackedWeightsContainer *prepacked_weights_container)Ort::Session
Session(Env &env, const void *model_data, size_t model_data_length, const SessionOptions &options)Ort::Session
~Base()Ort::Base< OrtSession >inline