ONNX Runtime
|
This is the complete list of members for Ort::Op, including all inherited members.
Base()=default | Ort::detail::Base< OrtOp > | |
Base(contained_type *p) noexcept | Ort::detail::Base< OrtOp > | inlineexplicit |
Base(const Base &)=delete | Ort::detail::Base< OrtOp > | |
Base(Base &&v) noexcept | Ort::detail::Base< OrtOp > | inline |
contained_type typedef | Ort::detail::Base< OrtOp > | |
Create(const OrtKernelInfo *info, const char *op_name, const char *domain, int version, const char **type_constraint_names, const ONNXTensorElementDataType *type_constraint_values, size_t type_constraint_count, const OpAttr *attr_values, size_t attr_count, size_t input_count, size_t output_count) | Ort::Op | static |
Invoke(const OrtKernelContext *context, const Value *input_values, size_t input_count, Value *output_values, size_t output_count) | Ort::Op | |
Invoke(const OrtKernelContext *context, const OrtValue *const *input_values, size_t input_count, OrtValue *const *output_values, size_t output_count) | Ort::Op | |
Op(std::nullptr_t) | Ort::Op | inlineexplicit |
Op(OrtOp *) | Ort::Op | explicit |
operator contained_type *() const noexcept | Ort::detail::Base< OrtOp > | inline |
operator=(const Base &)=delete | Ort::detail::Base< OrtOp > | |
operator=(Base &&v) noexcept | Ort::detail::Base< OrtOp > | inline |
p_ | Ort::detail::Base< OrtOp > | protected |
release() | Ort::detail::Base< OrtOp > | inline |
~Base() | Ort::detail::Base< OrtOp > | inline |