ONNX Runtime
Loading...
Searching...
No Matches
OrtEpApi Member List

This is the complete list of members for OrtEpApi, including all inherited members.

CreateEpDevice(OrtEpFactory *ep_factory, const OrtHardwareDevice *hardware_device, const OrtKeyValuePairs *ep_metadata, const OrtKeyValuePairs *ep_options, OrtEpDevice **ep_device)OrtEpApi
CreateHardwareDevice(OrtHardwareDeviceType type, uint32_t vendor_id, uint32_t device_id, const char *vendor_name, const OrtKeyValuePairs *metadata, OrtHardwareDevice **hardware_device)OrtEpApi
CreateIfKernel(const OrtKernelInfo *kernel_info, OrtKernelImpl **kernel_out)OrtEpApi
CreateKernelDefBuilder(OrtKernelDefBuilder **kernel_def_builder_out)OrtEpApi
CreateKernelRegistry(OrtKernelRegistry **kernel_registry)OrtEpApi
CreateLoopKernel(const OrtKernelInfo *kernel_info, OrtLoopKernelHelper *helper, OrtKernelImpl **kernel_out)OrtEpApi
CreateProfilingEvent(OrtProfilingEventCategory category, int32_t process_id, int32_t thread_id, const char *event_name, int64_t timestamp_us, int64_t duration_us, const char *const *arg_keys, const char *const *arg_values, size_t num_args, OrtProfilingEvent **out)OrtEpApi
CreateScanKernel(const OrtKernelInfo *kernel_info, OrtScanKernelHelper *helper, OrtKernelImpl **kernel_out)OrtEpApi
DeviceEpIncompatibilityDetails_SetDetails(OrtDeviceEpIncompatibilityDetails *details, uint32_t reasons_bitmask, int32_t error_code, const char *notes)OrtEpApi
EpDevice_AddAllocatorInfo(OrtEpDevice *ep_device, const OrtMemoryInfo *allocator_memory_info)OrtEpApi
EpGraphSupportInfo_AddNodesToFuse(OrtEpGraphSupportInfo *graph_support_info, const OrtNode *const *nodes, size_t num_nodes, const OrtNodeFusionOptions *node_fusion_options)OrtEpApi
EpGraphSupportInfo_AddSingleNode(OrtEpGraphSupportInfo *graph_support_info, const OrtNode *node)OrtEpApi
EpGraphSupportInfo_LookUpKernel(OrtEpGraphSupportInfo *graph_support_info, const OrtNode *node, const OrtKernelDef **out_kernel_def)OrtEpApi
GetEnvConfigEntries(OrtKeyValuePairs **config_entries)OrtEpApi
GetOpSchema(const char *name, int max_inclusive_version, const char *domain, OrtOpSchema **out_schema)OrtEpApi
GetSyncIdForLastWaitOnSyncStreamOrtEpApi
GetTensorDataType(ONNXTensorElementDataType elem_type, const OrtDataType **out)OrtEpApi
KernelDef_GetDomainOrtEpApi
KernelDef_GetExecutionProviderOrtEpApi
KernelDef_GetInputMemType(const OrtKernelDef *kernel_def, size_t input_index, OrtMemType *mem_type)OrtEpApi
KernelDef_GetOperatorTypeOrtEpApi
KernelDef_GetOutputMemType(const OrtKernelDef *kernel_def, size_t output_index, OrtMemType *mem_type)OrtEpApi
KernelDef_GetSinceVersion(const OrtKernelDef *kernel_def, int *start_version, int *end_version)OrtEpApi
KernelDefBuilder_AddInputOutputAliases(OrtKernelDefBuilder *kernel_def_builder, int const *input_indices, int const *output_indices, size_t num_io_indices)OrtEpApi
KernelDefBuilder_AddInputOutputMutableAliases(OrtKernelDefBuilder *kernel_def_builder, int const *input_indices, int const *output_indices, size_t num_io_indices)OrtEpApi
KernelDefBuilder_AddTypeConstraint(OrtKernelDefBuilder *kernel_def_builder, const char *arg_name, const OrtDataType *const *types, size_t num_types)OrtEpApi
KernelDefBuilder_Build(OrtKernelDefBuilder *kernel_def_builder, OrtKernelDef **kernel_def_out)OrtEpApi
KernelDefBuilder_SetDomain(OrtKernelDefBuilder *kernel_def_builder, const char *domain)OrtEpApi
KernelDefBuilder_SetExecutionProvider(OrtKernelDefBuilder *kernel_def_builder, const char *ep_name)OrtEpApi
KernelDefBuilder_SetInputMemType(OrtKernelDefBuilder *kernel_def_builder, size_t input_index, OrtMemType mem_type)OrtEpApi
KernelDefBuilder_SetOperatorType(OrtKernelDefBuilder *kernel_def_builder, const char *op_type)OrtEpApi
KernelDefBuilder_SetOutputMemType(OrtKernelDefBuilder *kernel_def_builder, size_t output_index, OrtMemType mem_type)OrtEpApi
KernelDefBuilder_SetSinceVersion(OrtKernelDefBuilder *kernel_def_builder, int since_version_start, int since_version_end)OrtEpApi
KernelInfo_GetEp(const OrtKernelInfo *info, const OrtEp **ep)OrtEpApi
KernelRegistry_AddKernel(OrtKernelRegistry *kernel_registry, const OrtKernelDef *kernel_def, OrtKernelCreateFunc kernel_create_func, void *kernel_create_func_state)OrtEpApi
MemoryDevice_AreEqualOrtEpApi
MemoryDevice_GetDeviceIdOrtEpApi
MemoryDevice_GetDeviceTypeOrtEpApi
MemoryDevice_GetMemoryTypeOrtEpApi
MemoryDevice_GetVendorIdOrtEpApi
MemoryInfo_GetMemoryDeviceOrtEpApi
NodeComputeContext_NodeNameOrtEpApi
OpSchema_GetInputName(const OrtOpSchema *schema, size_t index, const char **out)OrtEpApi
OpSchema_GetInputTypeConstraint(const OrtOpSchema *schema, size_t index, const OrtOpSchemaTypeConstraint **out)OrtEpApi
OpSchema_GetNumInputs(const OrtOpSchema *schema, size_t *out)OrtEpApi
OpSchema_GetNumOutputs(const OrtOpSchema *schema, size_t *out)OrtEpApi
OpSchema_GetOutputName(const OrtOpSchema *schema, size_t index, const char **out)OrtEpApi
OpSchema_GetOutputTypeConstraint(const OrtOpSchema *schema, size_t index, const OrtOpSchemaTypeConstraint **out)OrtEpApi
OpSchema_GetSinceVersion(const OrtOpSchema *schema, int *out)OrtEpApi
OpSchema_GetTypeConstraint(const OrtOpSchema *schema, size_t index, const OrtOpSchemaTypeConstraint **out)OrtEpApi
OpSchema_GetTypeConstraintCount(const OrtOpSchema *schema, size_t *out)OrtEpApi
OpSchemaTypeConstraint_GetAllowedTypes(const OrtOpSchemaTypeConstraint *type_constraint, const char *const **out_types, size_t *num_types)OrtEpApi
OpSchemaTypeConstraint_GetInputIndices(const OrtOpSchemaTypeConstraint *type_constraint, const size_t **out_indices, size_t *count)OrtEpApi
OpSchemaTypeConstraint_GetOutputIndices(const OrtOpSchemaTypeConstraint *type_constraint, const size_t **out_indices, size_t *count)OrtEpApi
OpSchemaTypeConstraint_GetTypeParamName(const OrtOpSchemaTypeConstraint *type_constraint, const char **out)OrtEpApi
ProfilingEvent_GetArgValue(const OrtProfilingEvent *event, const char *key, const char **out)OrtEpApi
ProfilingEvent_GetCategory(const OrtProfilingEvent *event, OrtProfilingEventCategory *out)OrtEpApi
ProfilingEvent_GetDurationUs(const OrtProfilingEvent *event, int64_t *out)OrtEpApi
ProfilingEvent_GetName(const OrtProfilingEvent *event, const char **out)OrtEpApi
ProfilingEvent_GetTimestampUs(const OrtProfilingEvent *event, int64_t *out)OrtEpApi
ProfilingEventsContainer_AddEvents(OrtProfilingEventsContainer *events_container, const OrtProfilingEvent *const *events, size_t num_events)OrtEpApi
ReleaseEpDevice(OrtEpDevice *input)OrtEpApi
ReleaseHardwareDevice(OrtHardwareDevice *input)OrtEpApi
ReleaseKernelDef(OrtKernelDef *input)OrtEpApi
ReleaseKernelDefBuilder(OrtKernelDefBuilder *input)OrtEpApi
ReleaseKernelImpl(OrtKernelImpl *input)OrtEpApi
ReleaseKernelRegistry(OrtKernelRegistry *input)OrtEpApi
ReleaseOpSchema(OrtOpSchema *input)OrtEpApi
ReleaseProfilingEvent(OrtProfilingEvent *input)OrtEpApi
SharedPrePackedWeightCache_StoreWeightData(OrtSharedPrePackedWeightCache *prepacked_weight_cache, void **buffer_data_ptrs, size_t *buffer_data_sizes, size_t num_buffers)OrtEpApi
SyncStream_GetImplOrtEpApi
SyncStream_GetSyncIdOrtEpApi
Value_GetMemoryDeviceOrtEpApi