#include <op_kernel.h>
Definition at line 38 of file op_kernel.h.
onnxruntime::OpKernel::OpKernel |
( |
const OpKernelInfo & |
info | ) |
|
|
inlineexplicit |
virtual onnxruntime::OpKernel::~OpKernel |
( |
| ) |
|
|
virtualdefault |
virtual Status onnxruntime::OpKernel::Compute |
( |
_Inout_ OpKernelContext * |
context | ) |
const |
|
pure virtual |
const OrtDevice onnxruntime::OpKernel::GetDevice |
( |
OrtMemType |
mem_type | ) |
const |
virtual Status onnxruntime::OpKernel::GetRemovableAttributes |
( |
InlinedVector< std::string > & |
removable_attributes | ) |
const |
|
inlinevirtual |
virtual bool onnxruntime::OpKernel::IsAsync |
( |
| ) |
const |
|
inlinevirtual |
virtual Status onnxruntime::OpKernel::PrePack |
( |
const Tensor & |
, |
|
|
int |
, |
|
|
AllocatorPtr |
, |
|
|
bool & |
is_packed, |
|
|
PrePackedWeights * |
|
|
) |
| |
|
inlinevirtual |
virtual Status onnxruntime::OpKernel::UseSharedPrePackedBuffers |
( |
std::vector< BufferUniquePtr > & |
, |
|
|
int |
, |
|
|
bool & |
used_shared_buffers |
|
) |
| |
|
inlinevirtual |
The documentation for this class was generated from the following file: