| ArgMap typedef | onnxruntime::OpKernelContext | |
| GetAllocator(const OrtDevice &device) const | onnxruntime::OpKernelContext | |
| GetComputeStream() const | onnxruntime::OpKernelContext | inlinevirtual |
| GetDeviceId() const | onnxruntime::OpKernelContext | inlinevirtual |
| GetImplicitInputMLValue(int index) const | onnxruntime::OpKernelContext | protected |
| GetInputMLValue(int index) const | onnxruntime::OpKernelContext | protectedvirtual |
| GetInputOrtValue(int index) const | onnxruntime::OpKernelContext | inline |
| GetNodeIndex() const | onnxruntime::OpKernelContext | protected |
| GetNodeName() const | onnxruntime::OpKernelContext | |
| GetOpDomain() const | onnxruntime::OpKernelContext | |
| GetOperatorThreadPool() const | onnxruntime::OpKernelContext | inline |
| GetOpType() const | onnxruntime::OpKernelContext | |
| GetOrCreateOutputMLValue(int index) | onnxruntime::OpKernelContext | protectedvirtual |
| GetOutputMLValue(int index) | onnxruntime::OpKernelContext | protected |
| GetTempSpaceAllocator(AllocatorPtr *output) const | onnxruntime::OpKernelContext | virtual |
| GetTempSpaceCPUAllocator(AllocatorPtr *output) const | onnxruntime::OpKernelContext | |
| GetUseDeterministicCompute() const | onnxruntime::OpKernelContext | inlinevirtual |
| ImplicitInputCount() const | onnxruntime::OpKernelContext | inlinevirtual |
| Input(int index) const | onnxruntime::OpKernelContext | inline |
| InputCount() const | onnxruntime::OpKernelContext | inlinevirtual |
| InputType(int index) const | onnxruntime::OpKernelContext | virtual |
| Logger() const | onnxruntime::OpKernelContext | inline |
| NumVariadicInputs(size_t arg_num) const | onnxruntime::OpKernelContext | virtual |
| OpKernelContext(_Inout_ IExecutionFrame *frame, _In_ const OpKernel *kernel, _In_ Stream *stream, _In_opt_ concurrency::ThreadPool *threadpool, _In_ const logging::Logger &logger) | onnxruntime::OpKernelContext | |
| OpKernelContext(concurrency::ThreadPool *threadpool, const logging::Logger &logger, Stream *stream) | onnxruntime::OpKernelContext | protected |
| Output(int index) | onnxruntime::OpKernelContext | inline |
| Output(int index, const TensorShape &shape) | onnxruntime::OpKernelContext | |
| Output(int index, const std::vector< int64_t > &shape) | onnxruntime::OpKernelContext | |
| Output(int index, const std::initializer_list< int64_t > &shape) | onnxruntime::OpKernelContext | |
| Output(int index) | onnxruntime::OpKernelContext | inline |
| Output(int index) | onnxruntime::OpKernelContext | inline |
| OutputCount() const | onnxruntime::OpKernelContext | inlinevirtual |
| OutputMLValue(int index, const TensorShape &shape) | onnxruntime::OpKernelContext | protectedvirtual |
| OutputOptionalWithoutData(int index) | onnxruntime::OpKernelContext | inline |
| OutputSparse(int index, const TensorShape &shape) | onnxruntime::OpKernelContext | |
| OutputType(int index) const | onnxruntime::OpKernelContext | virtual |
| RequiredInput(int index) const | onnxruntime::OpKernelContext | inline |
| RequiredOutput(int index, const TensorShape &shape) | onnxruntime::OpKernelContext | inline |
| TryGetInferredInputShape(int index, TensorShape &shape) const | onnxruntime::OpKernelContext | virtual |
| TryGetInferredOutputShape(int index, TensorShape &shape) const | onnxruntime::OpKernelContext | virtual |
| ~OpKernelContext()=default | onnxruntime::OpKernelContext | virtual |