mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-14 18:12:05 +00:00
31 lines
1.1 KiB
Markdown
31 lines
1.1 KiB
Markdown
---
|
|
title: Citing ONNX Runtime
|
|
description: Instructions for citing and using ONNX Runtime logos
|
|
parent: Reference
|
|
nav_order: 9
|
|
---
|
|
|
|
# Citing ONNX Runtime
|
|
|
|
|
|
## Bibtex
|
|
```
|
|
@misc{onnxruntime,
|
|
title={ONNX Runtime},
|
|
author={ONNX Runtime developers},
|
|
year={2021},
|
|
howpublished={\url{https://onnxruntime.ai/}},
|
|
note={Version: x.y.z}
|
|
}
|
|
```
|
|
|
|
## Logos
|
|
For visual accessibility, please use the dark formats of the icon/logo on light-colored backgrounds, and the light formats on dark-color backgrounds.
|
|
|
|
### For light backgrounds
|
|
* Logo: [.png](../../images/logos/onnxruntime/ORT_logo_for_light_bg.png), [.svg](../../images/logos/onnxruntime/ORT_logo_for_light_bg.svg)
|
|
* Icon-only: [.png](../../images/logos/onnxruntime/ORT_icon_for_light_bg.png), [.svg](../../images/logos/onnxruntime/ORT_icon_for_light_bg.svg)
|
|
|
|
### For dark backgrounds
|
|
* Logo: [.png](../../images/logos/onnxruntime/ORT_logo_for_dark_bg.png), [.svg](../../images/logos/onnxruntime/ORT_logo_for_dark_bg.svg)
|
|
* Icon-only: [.png](../../images/logos/onnxruntime/ORT_icon_for_dark_bg.png), [.svg](../../images/logos/onnxruntime/ORT_icon_for_dark_bg.svg)
|