#include <kernel_def_builder.h>
Definition at line 23 of file kernel_def_builder.h.
onnxruntime::KernelDef::KernelDef |
( |
| ) |
|
|
explicitdefault |
const std::vector<std::pair<int, int> >& onnxruntime::KernelDef::Alias |
( |
| ) |
const |
|
inline |
bool onnxruntime::KernelDef::AllocateInputsContiguously |
( |
| ) |
const |
|
inline |
const std::string& onnxruntime::KernelDef::Domain |
( |
| ) |
const |
|
inline |
int onnxruntime::KernelDef::ExecQueueId |
( |
| ) |
const |
|
inline |
bool onnxruntime::KernelDef::HasExternalOutputs |
( |
| ) |
const |
|
inline |
OrtMemType onnxruntime::KernelDef::InputMemoryType |
( |
size_t |
input_index | ) |
const |
|
inline |
bool onnxruntime::KernelDef::IsConflict |
( |
const KernelDef & |
other | ) |
const |
bool onnxruntime::KernelDef::IsInputOnCpu |
( |
size_t |
input_index | ) |
const |
|
inline |
bool onnxruntime::KernelDef::IsOutputOnCpu |
( |
size_t |
output_index | ) |
const |
|
inline |
const std::vector<std::pair<int, int> >& onnxruntime::KernelDef::MayInplace |
( |
| ) |
const |
|
inline |
const std::string& onnxruntime::KernelDef::OpName |
( |
| ) |
const |
|
inline |
OrtMemType onnxruntime::KernelDef::OutputMemoryType |
( |
size_t |
output_index | ) |
const |
|
inline |
void onnxruntime::KernelDef::SinceVersion |
( |
int * |
start, |
|
|
int * |
end |
|
) |
| const |
|
inline |
const std::pair<int, int> onnxruntime::KernelDef::SinceVersion |
( |
| ) |
const |
|
inline |
const std::unordered_map<std::string, std::vector<MLDataType> >& onnxruntime::KernelDef::TypeConstraints |
( |
| ) |
const |
|
inline |
const std::optional<std::pair<int, int> >& onnxruntime::KernelDef::VariadicAlias |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: