mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-18 21:21:17 +00:00
13 lines
368 B
Cheetah
13 lines
368 B
Cheetah
|
|
{{!Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.}}
|
||
|
|
{{!master(layout/_master.tmpl)}}
|
||
|
|
|
||
|
|
{{#isNamespace}}
|
||
|
|
{{>partials/namespace}}
|
||
|
|
{{/isNamespace}}
|
||
|
|
{{#isClass}}
|
||
|
|
{{>partials/class}}
|
||
|
|
{{/isClass}}
|
||
|
|
{{#isEnum}}
|
||
|
|
{{>partials/enum}}
|
||
|
|
{{/isEnum}}
|
||
|
|
{{>partials/customMREFContent}}
|