2023-02-04 01:20:27 +00:00
<!-- HTML header for doxygen -->
2021-09-17 00:09:25 +00:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" >
< head >
< meta http-equiv = "Content-Type" content = "text/xhtml;charset=UTF-8" / >
< meta http-equiv = "X-UA-Compatible" content = "IE=11" / >
2023-02-04 01:20:27 +00:00
< meta name = "generator" content = "Doxygen 1.9.6" / >
2021-09-17 00:09:25 +00:00
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
< title > OnnxRuntime: OrtCustomOp Struct Reference< / title >
< link href = "tabs.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "jquery.js" > < / script >
< script type = "text/javascript" src = "dynsections.js" > < / script >
2022-01-08 00:25:57 +00:00
< script async src = "https://www.googletagmanager.com/gtag/js?id=UA-156955408-1" > < / script > < script type = "text/javascript" > "use strict" ; window . dataLayer = window . dataLayer || [ ] ; function gtag ( ) { dataLayer . push ( arguments ) ; } gtag ( 'js' , new Date ( ) ) ; gtag ( 'config' , 'UA-156955408-1' ) ; < / script > < script type = "text/javascript" src = "/assets/js/vendor/lunr.min.js" > < / script > < script type = "text/javascript" src = "/assets/js/just-the-docs.js" > < / script >
2021-09-17 00:09:25 +00:00
< link href = "navtree.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "resize.js" > < / script >
< script type = "text/javascript" src = "navtreedata.js" > < / script >
< script type = "text/javascript" src = "navtree.js" > < / script >
< link href = "search/search.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "search/searchdata.js" > < / script >
< script type = "text/javascript" src = "search/search.js" > < / script >
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" / >
< / head >
< body >
< div id = "top" > <!-- do not remove this div, it is closed by doxygen! -->
< div id = "titlearea" >
< table cellspacing = "0" cellpadding = "0" >
< tbody >
< tr style = "height: 56px;" >
< td id = "projectlogo" > < img alt = "Logo" src = "ONNX_Runtime_logo - Docs.png" / > < / td >
< td id = "projectalign" style = "padding-left: 0.5em;" >
< div id = "projectname" > OnnxRuntime
< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / div >
<!-- end header part -->
2023-02-04 01:20:27 +00:00
<!-- Generated by Doxygen 1.9.6 -->
2021-09-17 00:09:25 +00:00
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699& dn=expat.txt MIT */
2023-02-04 01:20:27 +00:00
var searchBox = new SearchBox("searchBox", "search/",'.html');
2021-09-17 00:09:25 +00:00
/* @license-end */
< / script >
< script type = "text/javascript" src = "menudata.js" > < / script >
< script type = "text/javascript" src = "menu.js" > < / script >
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699& dn=expat.txt MIT */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */
< / script >
< div id = "main-nav" > < / div >
< / div > <!-- top -->
< div id = "side-nav" class = "ui-resizable side-nav-resizable" >
< div id = "nav-tree" >
< div id = "nav-tree-contents" >
< div id = "nav-sync" class = "sync" > < / div >
< / div >
< / div >
< div id = "splitbar" style = "-moz-user-select:none;"
class="ui-resizable-handle">
< / div >
< / div >
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699& dn=expat.txt MIT */
$(document).ready(function(){initNavTree('struct_ort_custom_op.html',''); initResizable(); });
/* @license-end */
< / script >
< div id = "doc-content" >
<!-- window showing the filter options -->
< div id = "MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
< / div >
<!-- iframe showing the search results (closed by default) -->
< div id = "MSearchResultsWindow" >
2023-02-04 01:20:27 +00:00
< div id = "MSearchResults" >
< div class = "SRPage" >
< div id = "SRIndex" >
< div id = "SRResults" > < / div >
< div class = "SRStatus" id = "Loading" > Loading...< / div >
< div class = "SRStatus" id = "Searching" > Searching...< / div >
< div class = "SRStatus" id = "NoMatches" > No Matches< / div >
< / div >
< / div >
< / div >
2021-09-17 00:09:25 +00:00
< / div >
< div class = "header" >
< div class = "summary" >
< a href = "#pub-attribs" > Public Attributes< / a > |
< a href = "struct_ort_custom_op-members.html" > List of all members< / a > < / div >
< div class = "headertitle" > < div class = "title" > OrtCustomOp Struct Reference< div class = "ingroups" > < a class = "el" href = "group___global.html" > Global< / a > < / div > < / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
< p > < code > #include < < a class = "el" href = "onnxruntime__c__api_8h_source.html" > onnxruntime_c_api.h< / a > > < / code > < / p >
2023-02-04 01:20:27 +00:00
< div class = "dynheader" >
Inheritance diagram for OrtCustomOp:< / div >
< div class = "dyncontent" >
< div class = "center" >
< img src = "struct_ort_custom_op.png" usemap = "#OrtCustomOp_map" alt = "" / >
< map id = "OrtCustomOp_map" name = "OrtCustomOp_map" >
< area href = "struct_ort_1_1_custom_op_base.html" alt = "Ort::CustomOpBase< TOp, TKernel >" shape = "rect" coords = "0,56,223,80" / >
< / map >
< / div > < / div >
2021-09-17 00:09:25 +00:00
< table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a id = "pub-attribs" name = "pub-attribs" > < / a >
Public Attributes< / h2 > < / td > < / tr >
< tr class = "memitem:a87aa73158aaaf1290a794c38469872e2" > < td class = "memItemLeft" align = "right" valign = "top" > uint32_t  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "struct_ort_custom_op.html#a87aa73158aaaf1290a794c38469872e2" > version< / a > < / td > < / tr >
< tr class = "separator:a87aa73158aaaf1290a794c38469872e2" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a82ec6e8d3225b82e7f62fec857f374ba" > < td class = "memItemLeft" align = "right" valign = "top" > void *(*  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "struct_ort_custom_op.html#a82ec6e8d3225b82e7f62fec857f374ba" > CreateKernel< / a > )(const struct < a class = "el" href = "struct_ort_custom_op.html" > OrtCustomOp< / a > *op, const < a class = "el" href = "struct_ort_api.html" > OrtApi< / a > *api, const < a class = "el" href = "group___global.html#ga0dc9b747ee56ed963beb424a48ed6b8b" > OrtKernelInfo< / a > *info)< / td > < / tr >
< tr class = "separator:a82ec6e8d3225b82e7f62fec857f374ba" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a2f82bab65faa080fed2dbcdf36d5e96a" > < td class = "memItemLeft" align = "right" valign = "top" > const char *(*  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "struct_ort_custom_op.html#a2f82bab65faa080fed2dbcdf36d5e96a" > GetName< / a > )(const struct < a class = "el" href = "struct_ort_custom_op.html" > OrtCustomOp< / a > *op)< / td > < / tr >
< tr class = "separator:a2f82bab65faa080fed2dbcdf36d5e96a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab9cb073ec683a08643bac6ca50bbf2e2" > < td class = "memItemLeft" align = "right" valign = "top" > const char *(*  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "struct_ort_custom_op.html#ab9cb073ec683a08643bac6ca50bbf2e2" > GetExecutionProviderType< / a > )(const struct < a class = "el" href = "struct_ort_custom_op.html" > OrtCustomOp< / a > *op)< / td > < / tr >
< tr class = "separator:ab9cb073ec683a08643bac6ca50bbf2e2" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a8f5af15c496358ddc8e75a77811f5983" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "group___global.html#gaec63cdda46c29b8183997f38930ce38e" > ONNXTensorElementDataType< / a > (*  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "struct_ort_custom_op.html#a8f5af15c496358ddc8e75a77811f5983" > GetInputType< / a > )(const struct < a class = "el" href = "struct_ort_custom_op.html" > OrtCustomOp< / a > *op, size_t index)< / td > < / tr >
< tr class = "separator:a8f5af15c496358ddc8e75a77811f5983" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a105312afe4270e2a1f15594e50f2b752" > < td class = "memItemLeft" align = "right" valign = "top" > size_t(*  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "struct_ort_custom_op.html#a105312afe4270e2a1f15594e50f2b752" > GetInputTypeCount< / a > )(const struct < a class = "el" href = "struct_ort_custom_op.html" > OrtCustomOp< / a > *op)< / td > < / tr >
< tr class = "separator:a105312afe4270e2a1f15594e50f2b752" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ad86baba54616d6398a0ee51831a21ab4" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "group___global.html#gaec63cdda46c29b8183997f38930ce38e" > ONNXTensorElementDataType< / a > (*  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "struct_ort_custom_op.html#ad86baba54616d6398a0ee51831a21ab4" > GetOutputType< / a > )(const struct < a class = "el" href = "struct_ort_custom_op.html" > OrtCustomOp< / a > *op, size_t index)< / td > < / tr >
< tr class = "separator:ad86baba54616d6398a0ee51831a21ab4" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a33fb94532f6eebe323b48cf2a63c2eb4" > < td class = "memItemLeft" align = "right" valign = "top" > size_t(*  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "struct_ort_custom_op.html#a33fb94532f6eebe323b48cf2a63c2eb4" > GetOutputTypeCount< / a > )(const struct < a class = "el" href = "struct_ort_custom_op.html" > OrtCustomOp< / a > *op)< / td > < / tr >
< tr class = "separator:a33fb94532f6eebe323b48cf2a63c2eb4" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:afc0636bfc00f4db5e1c5eedc27eec9ea" > < td class = "memItemLeft" align = "right" valign = "top" > void(*  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "struct_ort_custom_op.html#afc0636bfc00f4db5e1c5eedc27eec9ea" > KernelCompute< / a > )(void *op_kernel, < a class = "el" href = "group___global.html#ga757f41782aa4ae79362a25d92a5d4230" > OrtKernelContext< / a > *context)< / td > < / tr >
< tr class = "separator:afc0636bfc00f4db5e1c5eedc27eec9ea" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a45eed500cf1413d0949c9ccc26ea47fa" > < td class = "memItemLeft" align = "right" valign = "top" > void(*  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "struct_ort_custom_op.html#a45eed500cf1413d0949c9ccc26ea47fa" > KernelDestroy< / a > )(void *op_kernel)< / td > < / tr >
< tr class = "separator:a45eed500cf1413d0949c9ccc26ea47fa" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a9efee01f336fd579c88d919116e0dff4" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "group___global.html#ga316232eea9d4ddeab0d18752f5084c06" > OrtCustomOpInputOutputCharacteristic< / a > (*  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "struct_ort_custom_op.html#a9efee01f336fd579c88d919116e0dff4" > GetInputCharacteristic< / a > )(const struct < a class = "el" href = "struct_ort_custom_op.html" > OrtCustomOp< / a > *op, size_t index)< / td > < / tr >
< tr class = "separator:a9efee01f336fd579c88d919116e0dff4" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a0fe03707bc8b2adae0cf3752c0fbec4a" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "group___global.html#ga316232eea9d4ddeab0d18752f5084c06" > OrtCustomOpInputOutputCharacteristic< / a > (*  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "struct_ort_custom_op.html#a0fe03707bc8b2adae0cf3752c0fbec4a" > GetOutputCharacteristic< / a > )(const struct < a class = "el" href = "struct_ort_custom_op.html" > OrtCustomOp< / a > *op, size_t index)< / td > < / tr >
< tr class = "separator:a0fe03707bc8b2adae0cf3752c0fbec4a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-02-04 01:20:27 +00:00
< tr class = "memitem:a7dcbfde88eefbb30ed0b99f9a74c959a" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "group___global.html#gab7805016f4b26871e899a3cf4114ee0d" > OrtMemType< / a > (*  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "struct_ort_custom_op.html#a7dcbfde88eefbb30ed0b99f9a74c959a" > GetInputMemoryType< / a > )(const struct < a class = "el" href = "struct_ort_custom_op.html" > OrtCustomOp< / a > *op, size_t index)< / td > < / tr >
< tr class = "separator:a7dcbfde88eefbb30ed0b99f9a74c959a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ad987a4d026c004910e0823024d6082f4" > < td class = "memItemLeft" align = "right" valign = "top" > int(*  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "struct_ort_custom_op.html#ad987a4d026c004910e0823024d6082f4" > GetVariadicInputMinArity< / a > )(const struct < a class = "el" href = "struct_ort_custom_op.html" > OrtCustomOp< / a > *op)< / td > < / tr >
< tr class = "separator:ad987a4d026c004910e0823024d6082f4" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a060f050481efa00baa8b01961373c4fe" > < td class = "memItemLeft" align = "right" valign = "top" > int(*  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "struct_ort_custom_op.html#a060f050481efa00baa8b01961373c4fe" > GetVariadicInputHomogeneity< / a > )(const struct < a class = "el" href = "struct_ort_custom_op.html" > OrtCustomOp< / a > *op)< / td > < / tr >
< tr class = "separator:a060f050481efa00baa8b01961373c4fe" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a181daf57e1aebddbb0dd36cd756c5614" > < td class = "memItemLeft" align = "right" valign = "top" > int(*  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "struct_ort_custom_op.html#a181daf57e1aebddbb0dd36cd756c5614" > GetVariadicOutputMinArity< / a > )(const struct < a class = "el" href = "struct_ort_custom_op.html" > OrtCustomOp< / a > *op)< / td > < / tr >
< tr class = "separator:a181daf57e1aebddbb0dd36cd756c5614" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6eff44ef3e8e98eeb32a19aaff97913b" > < td class = "memItemLeft" align = "right" valign = "top" > int(*  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "struct_ort_custom_op.html#a6eff44ef3e8e98eeb32a19aaff97913b" > GetVariadicOutputHomogeneity< / a > )(const struct < a class = "el" href = "struct_ort_custom_op.html" > OrtCustomOp< / a > *op)< / td > < / tr >
< tr class = "separator:a6eff44ef3e8e98eeb32a19aaff97913b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2021-09-17 00:09:25 +00:00
< / table >
< h2 class = "groupheader" > Member Data Documentation< / h2 >
< a id = "a82ec6e8d3225b82e7f62fec857f374ba" name = "a82ec6e8d3225b82e7f62fec857f374ba" > < / a >
2023-02-04 01:20:27 +00:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a82ec6e8d3225b82e7f62fec857f374ba" > ◆   < / a > < / span > CreateKernel< / h2 >
2021-09-17 00:09:25 +00:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > void *( * OrtCustomOp::CreateKernel) (const struct < a class = "el" href = "struct_ort_custom_op.html" > OrtCustomOp< / a > *op, const < a class = "el" href = "struct_ort_api.html" > OrtApi< / a > *api, const < a class = "el" href = "group___global.html#ga0dc9b747ee56ed963beb424a48ed6b8b" > OrtKernelInfo< / a > *info)< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "ab9cb073ec683a08643bac6ca50bbf2e2" name = "ab9cb073ec683a08643bac6ca50bbf2e2" > < / a >
2023-02-04 01:20:27 +00:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab9cb073ec683a08643bac6ca50bbf2e2" > ◆   < / a > < / span > GetExecutionProviderType< / h2 >
2021-09-17 00:09:25 +00:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > const char *( * OrtCustomOp::GetExecutionProviderType) (const struct < a class = "el" href = "struct_ort_custom_op.html" > OrtCustomOp< / a > *op)< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a9efee01f336fd579c88d919116e0dff4" name = "a9efee01f336fd579c88d919116e0dff4" > < / a >
2023-02-04 01:20:27 +00:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a9efee01f336fd579c88d919116e0dff4" > ◆   < / a > < / span > GetInputCharacteristic< / h2 >
2021-09-17 00:09:25 +00:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "group___global.html#ga316232eea9d4ddeab0d18752f5084c06" > OrtCustomOpInputOutputCharacteristic< / a > ( * OrtCustomOp::GetInputCharacteristic) (const struct < a class = "el" href = "struct_ort_custom_op.html" > OrtCustomOp< / a > *op, size_t index)< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-02-04 01:20:27 +00:00
< / div >
< / div >
< a id = "a7dcbfde88eefbb30ed0b99f9a74c959a" name = "a7dcbfde88eefbb30ed0b99f9a74c959a" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a7dcbfde88eefbb30ed0b99f9a74c959a" > ◆   < / a > < / span > GetInputMemoryType< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "group___global.html#gab7805016f4b26871e899a3cf4114ee0d" > OrtMemType< / a > ( * OrtCustomOp::GetInputMemoryType) (const struct < a class = "el" href = "struct_ort_custom_op.html" > OrtCustomOp< / a > *op, size_t index)< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2021-09-17 00:09:25 +00:00
< / div >
< / div >
< a id = "a8f5af15c496358ddc8e75a77811f5983" name = "a8f5af15c496358ddc8e75a77811f5983" > < / a >
2023-02-04 01:20:27 +00:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a8f5af15c496358ddc8e75a77811f5983" > ◆   < / a > < / span > GetInputType< / h2 >
2021-09-17 00:09:25 +00:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "group___global.html#gaec63cdda46c29b8183997f38930ce38e" > ONNXTensorElementDataType< / a > ( * OrtCustomOp::GetInputType) (const struct < a class = "el" href = "struct_ort_custom_op.html" > OrtCustomOp< / a > *op, size_t index)< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a105312afe4270e2a1f15594e50f2b752" name = "a105312afe4270e2a1f15594e50f2b752" > < / a >
2023-02-04 01:20:27 +00:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a105312afe4270e2a1f15594e50f2b752" > ◆   < / a > < / span > GetInputTypeCount< / h2 >
2021-09-17 00:09:25 +00:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > size_t( * OrtCustomOp::GetInputTypeCount) (const struct < a class = "el" href = "struct_ort_custom_op.html" > OrtCustomOp< / a > *op)< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a2f82bab65faa080fed2dbcdf36d5e96a" name = "a2f82bab65faa080fed2dbcdf36d5e96a" > < / a >
2023-02-04 01:20:27 +00:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a2f82bab65faa080fed2dbcdf36d5e96a" > ◆   < / a > < / span > GetName< / h2 >
2021-09-17 00:09:25 +00:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > const char *( * OrtCustomOp::GetName) (const struct < a class = "el" href = "struct_ort_custom_op.html" > OrtCustomOp< / a > *op)< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a0fe03707bc8b2adae0cf3752c0fbec4a" name = "a0fe03707bc8b2adae0cf3752c0fbec4a" > < / a >
2023-02-04 01:20:27 +00:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a0fe03707bc8b2adae0cf3752c0fbec4a" > ◆   < / a > < / span > GetOutputCharacteristic< / h2 >
2021-09-17 00:09:25 +00:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "group___global.html#ga316232eea9d4ddeab0d18752f5084c06" > OrtCustomOpInputOutputCharacteristic< / a > ( * OrtCustomOp::GetOutputCharacteristic) (const struct < a class = "el" href = "struct_ort_custom_op.html" > OrtCustomOp< / a > *op, size_t index)< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "ad86baba54616d6398a0ee51831a21ab4" name = "ad86baba54616d6398a0ee51831a21ab4" > < / a >
2023-02-04 01:20:27 +00:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad86baba54616d6398a0ee51831a21ab4" > ◆   < / a > < / span > GetOutputType< / h2 >
2021-09-17 00:09:25 +00:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "group___global.html#gaec63cdda46c29b8183997f38930ce38e" > ONNXTensorElementDataType< / a > ( * OrtCustomOp::GetOutputType) (const struct < a class = "el" href = "struct_ort_custom_op.html" > OrtCustomOp< / a > *op, size_t index)< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a33fb94532f6eebe323b48cf2a63c2eb4" name = "a33fb94532f6eebe323b48cf2a63c2eb4" > < / a >
2023-02-04 01:20:27 +00:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a33fb94532f6eebe323b48cf2a63c2eb4" > ◆   < / a > < / span > GetOutputTypeCount< / h2 >
2021-09-17 00:09:25 +00:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > size_t( * OrtCustomOp::GetOutputTypeCount) (const struct < a class = "el" href = "struct_ort_custom_op.html" > OrtCustomOp< / a > *op)< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-02-04 01:20:27 +00:00
< / div >
< / div >
< a id = "a060f050481efa00baa8b01961373c4fe" name = "a060f050481efa00baa8b01961373c4fe" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a060f050481efa00baa8b01961373c4fe" > ◆   < / a > < / span > GetVariadicInputHomogeneity< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > int( * OrtCustomOp::GetVariadicInputHomogeneity) (const struct < a class = "el" href = "struct_ort_custom_op.html" > OrtCustomOp< / a > *op)< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "ad987a4d026c004910e0823024d6082f4" name = "ad987a4d026c004910e0823024d6082f4" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad987a4d026c004910e0823024d6082f4" > ◆   < / a > < / span > GetVariadicInputMinArity< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > int( * OrtCustomOp::GetVariadicInputMinArity) (const struct < a class = "el" href = "struct_ort_custom_op.html" > OrtCustomOp< / a > *op)< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a6eff44ef3e8e98eeb32a19aaff97913b" name = "a6eff44ef3e8e98eeb32a19aaff97913b" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6eff44ef3e8e98eeb32a19aaff97913b" > ◆   < / a > < / span > GetVariadicOutputHomogeneity< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > int( * OrtCustomOp::GetVariadicOutputHomogeneity) (const struct < a class = "el" href = "struct_ort_custom_op.html" > OrtCustomOp< / a > *op)< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a181daf57e1aebddbb0dd36cd756c5614" name = "a181daf57e1aebddbb0dd36cd756c5614" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a181daf57e1aebddbb0dd36cd756c5614" > ◆   < / a > < / span > GetVariadicOutputMinArity< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > int( * OrtCustomOp::GetVariadicOutputMinArity) (const struct < a class = "el" href = "struct_ort_custom_op.html" > OrtCustomOp< / a > *op)< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2021-09-17 00:09:25 +00:00
< / div >
< / div >
< a id = "afc0636bfc00f4db5e1c5eedc27eec9ea" name = "afc0636bfc00f4db5e1c5eedc27eec9ea" > < / a >
2023-02-04 01:20:27 +00:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#afc0636bfc00f4db5e1c5eedc27eec9ea" > ◆   < / a > < / span > KernelCompute< / h2 >
2021-09-17 00:09:25 +00:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > void( * OrtCustomOp::KernelCompute) (void *op_kernel, < a class = "el" href = "group___global.html#ga757f41782aa4ae79362a25d92a5d4230" > OrtKernelContext< / a > *context)< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a45eed500cf1413d0949c9ccc26ea47fa" name = "a45eed500cf1413d0949c9ccc26ea47fa" > < / a >
2023-02-04 01:20:27 +00:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a45eed500cf1413d0949c9ccc26ea47fa" > ◆   < / a > < / span > KernelDestroy< / h2 >
2021-09-17 00:09:25 +00:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > void( * OrtCustomOp::KernelDestroy) (void *op_kernel)< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a87aa73158aaaf1290a794c38469872e2" name = "a87aa73158aaaf1290a794c38469872e2" > < / a >
2023-02-04 01:20:27 +00:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a87aa73158aaaf1290a794c38469872e2" > ◆   < / a > < / span > version< / h2 >
2021-09-17 00:09:25 +00:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > uint32_t OrtCustomOp::version< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< / div > <!-- contents -->
< / div > <!-- doc - content -->
<!-- start footer part -->
< div id = "nav-path" class = "navpath" > <!-- id is needed for treeview function! -->
< ul >
< li class = "navelem" > < a class = "el" href = "struct_ort_custom_op.html" > OrtCustomOp< / a > < / li >
2023-02-04 01:20:27 +00:00
< li class = "footer" > Generated by < a href = "https://www.doxygen.org/index.html" > < img class = "footer" src = "doxygen.svg" width = "104" height = "31" alt = "doxygen" / > < / a > 1.9.6 < / li >
2021-09-17 00:09:25 +00:00
< / ul >
< / div >
< / body >
< / html >