mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-26 03:00:54 +00:00
Tweak comment
This commit is contained in:
parent
0dcf0864d3
commit
0e145e0d0b
1 changed files with 1 additions and 1 deletions
|
|
@ -5177,7 +5177,7 @@ struct OrtModelBuilderApi {
|
|||
* For smaller tensors use CreateTensorAsOrtValue.
|
||||
*
|
||||
* ONNX shape inferencing does not support external data. An initializer involved in shape inferencing is
|
||||
* small (typically a single value or limited by the rank of a tensor) and uses less than 128 bytes of
|
||||
* typically small (a single value or limited by the rank of a tensor) and uses less than 128 bytes of
|
||||
* memory, so this limit acts as a simple catch-all rule to avoid issues.
|
||||
* e.g. Reshape's `shape`, Clip's `min` and `max`, various ops `axes`.
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue