OnnxRuntime
|
This is the complete list of members for Ort::Session, including all inherited members.
Base()=default | Ort::Base< OrtSession > | |
Base(OrtSession *p) | Ort::Base< OrtSession > | inline |
Base(const Base &)=delete | Ort::Base< OrtSession > | protected |
Base(Base &&v) noexcept | Ort::Base< OrtSession > | inlineprotected |
contained_type typedef | Ort::Base< OrtSession > | |
EndProfiling(OrtAllocator *allocator) const | Ort::Session | |
GetInputCount() const | Ort::Session | |
GetInputName(size_t index, OrtAllocator *allocator) const | Ort::Session | |
GetInputTypeInfo(size_t index) const | Ort::Session | |
GetModelMetadata() const | Ort::Session | |
GetOutputCount() const | Ort::Session | |
GetOutputName(size_t index, OrtAllocator *allocator) const | Ort::Session | |
GetOutputTypeInfo(size_t index) const | Ort::Session | |
GetOverridableInitializerCount() const | Ort::Session | |
GetOverridableInitializerName(size_t index, OrtAllocator *allocator) const | Ort::Session | |
GetOverridableInitializerTypeInfo(size_t index) const | Ort::Session | |
GetProfilingStartTimeNs() const | Ort::Session | |
operator const OrtSession *() const | Ort::Base< OrtSession > | inline |
operator OrtSession *() | Ort::Base< OrtSession > | inline |
operator=(const Base &)=delete | Ort::Base< OrtSession > | protected |
operator=(Base &&v) noexcept | Ort::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::Session | inlineexplicit |
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 |