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.
2 parents 223b9d8 + 6b56c3b commit a9a2c1cCopy full SHA for a9a2c1c
src/python/library/tritonclient/http/_infer_input.py
@@ -97,8 +97,8 @@ def validate_data(self):
97
-------
98
None
99
"""
100
- # Input must set only one of the following fields: 'data', 'binary_data_size'
101
- # in 'parameters', 'shared_memory_region' in 'parameters'
+ # Input must set only one of the following fields: 'data', 'binary_data_size',
+ # 'shared_memory_region' in 'parameters'
102
cnt = 0
103
cnt += self._data != None
104
cnt += "binary_data_size" in self._parameters
0 commit comments