mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
75 lines
1.4 KiB
JSON
75 lines
1.4 KiB
JSON
{
|
|
"metadata": [
|
|
{
|
|
"src": [
|
|
{
|
|
"files": [
|
|
"src/Microsoft.ML.OnnxRuntime/Microsoft.ML.OnnxRuntime.csproj"
|
|
],
|
|
"src": "../"
|
|
}
|
|
],
|
|
"dest": "api",
|
|
"disableGitFeatures": false,
|
|
"disableDefaultFilter": false,
|
|
"properties": {
|
|
"AllowUnsafeBlocks": true,
|
|
"TargetFramework" : "net6.0",
|
|
"Nullable" : "enable",
|
|
"LangVersion": "8.0",
|
|
"EnableTrainingApis": "true"
|
|
},
|
|
"filter": "filterConfig.yml"
|
|
}
|
|
],
|
|
"build": {
|
|
"content": [
|
|
{
|
|
"files": [
|
|
"api/**.yml",
|
|
"api/**.html",
|
|
"api/index.md",
|
|
"api/**/index.md"
|
|
]
|
|
},
|
|
{
|
|
"files": [
|
|
"toc.yml\",",
|
|
"toc.yml",
|
|
"*.md",
|
|
"api/toc.yml"
|
|
]
|
|
}
|
|
],
|
|
"resource": [
|
|
{
|
|
"files": [
|
|
//"images/**"
|
|
]
|
|
}
|
|
],
|
|
"overwrite": [
|
|
{
|
|
"files": [
|
|
"api/**.md"
|
|
],
|
|
"exclude": [
|
|
"obj/**",
|
|
"csharp/**"
|
|
]
|
|
}
|
|
],
|
|
"dest": "csharp",
|
|
"globalMetadataFiles": [],
|
|
"fileMetadataFiles": [],
|
|
"template": [
|
|
"_exported_templates/default"
|
|
],
|
|
"postProcessors": [],
|
|
"markdownEngineName": "markdig",
|
|
"noLangKeyword": false,
|
|
"keepFileLink": false,
|
|
"cleanupCacheHistory": false,
|
|
"disableGitFeatures": false
|
|
}
|
|
}
|