mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-17 21:10:43 +00:00
* add docfx and gh action to build docs * kick off build from feature branch * Fix LGTM linting * update az pipeline to win22 & remove nuget install * remove azure ci changes * fix implicit using to support 5.0 * fix more js issues * remove resource designer changes * remove space * fix linting misspellings in autogenerated js temp * fix misspellings in generated code * delete log file
50 lines
1.3 KiB
Text
50 lines
1.3 KiB
Text
{{!Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.}}
|
|
|
|
{{>partials/class.header}}
|
|
{{#children}}
|
|
<h3 id="{{id}}">{{>partials/classSubtitle}}</h3>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>{{__global.name}}</th>
|
|
<th>{{__global.description}}</th>
|
|
</tr>
|
|
<thead>
|
|
<tbody>
|
|
{{#children}}
|
|
<tr>
|
|
<td id="{{id}}">{{name.0.value}}</td>
|
|
<td>{{{summary}}}</td>
|
|
</tr>
|
|
{{/children}}
|
|
</tbody>
|
|
</table>
|
|
{{/children}}
|
|
{{#seealso.0}}
|
|
<h5 id="{{id}}_seealso">{{__global.seealso}}</h5>
|
|
<div class="seealso">
|
|
{{/seealso.0}}
|
|
{{#seealso}}
|
|
{{#isCref}}
|
|
<div>{{{type.specName.0.value}}}</div>
|
|
{{/isCref}}
|
|
{{^isCref}}
|
|
<div>{{{url}}}</div>
|
|
{{/isCref}}
|
|
{{/seealso}}
|
|
{{#seealso.0}}
|
|
</div>
|
|
{{/seealso.0}}
|
|
{{#extensionMethods.0}}
|
|
<h3 id="extensionmethods">{{__global.extensionMethods}}</h3>
|
|
{{/extensionMethods.0}}
|
|
{{#extensionMethods}}
|
|
<div>
|
|
{{#definition}}
|
|
<xref uid="{{definition}}" fullName="{{fullName.0.value}}" name="{{nameWithType.0.value}}"/>
|
|
{{/definition}}
|
|
{{^definition}}
|
|
<xref uid="{{uid}}" fullName="{{fullName.0.value}}" name="{{nameWithType.0.value}}"/>
|
|
{{/definition}}
|
|
</div>
|
|
{{/extensionMethods}}
|