mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-07 17:15:29 +00:00
link to folder instead of READMEs inside folder (#3938)
otherwise hard to find the source code
This commit is contained in:
parent
48f69cfbb8
commit
84c108a85e
1 changed files with 3 additions and 3 deletions
|
|
@ -4,11 +4,11 @@ This folder contains several examples that demonstrate how to use onnxruntime No
|
|||
|
||||
## Examples List
|
||||
|
||||
### [01 Basic Usage](./01_basic-usage/README.md)
|
||||
### [01 Basic Usage](./01_basic-usage/)
|
||||
|
||||
This example is a demonstration of basic usage of ONNX Runtime Node.js binding.
|
||||
|
||||
### [02 Create Tensor](./02_create-tensor/README.md)
|
||||
### [02 Create Tensor](./02_create-tensor/)
|
||||
|
||||
This example is a demonstration of basic usage of creating tensors.
|
||||
|
||||
|
|
@ -18,7 +18,7 @@ This example is a demonstration of basic usage of creating tensors.
|
|||
This example is a demonstration of advanced usage of creating tensors.
|
||||
-->
|
||||
|
||||
### [04 Create InferenceSession](./04_create-inference-session/README.md)
|
||||
### [04 Create InferenceSession](./04_create-inference-session/)
|
||||
|
||||
## Usage
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue