We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef48a6c commit 39f6f13Copy full SHA for 39f6f13
onnx_diagnostic/helpers/mini_onnx_builder.py
@@ -393,7 +393,8 @@ def create_onnx_model_from_input_tensors(
393
Creates a model proto including all the value as initializers.
394
They can be restored by executing the model.
395
We assume these inputs are not bigger than 2Gb,
396
- the limit of protobuf.
+ the limit of protobuf. Nothing is implemented yet to get around
397
+ that limit.
398
399
:param inputs: anything
400
:param switch_low_high: if None, it is equal to ``switch_low_high=sys.byteorder != "big"``
0 commit comments