mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-26 19:52:38 +00:00
Added missing _In_ to ort_apis.h to be consistent with its cc file (#9557)
This commit is contained in:
parent
5247247b7f
commit
c1112813e7
1 changed files with 1 additions and 1 deletions
|
|
@ -296,7 +296,7 @@ ORT_API_STATUS_IMPL(FillSparseTensorCoo, _Inout_ OrtValue* ort_value, _In_ const
|
|||
_In_ const int64_t* values_shape, size_t values_shape_len, _In_ const void* values,
|
||||
_In_ const int64_t* indices_data, size_t indices_num);
|
||||
ORT_API_STATUS_IMPL(FillSparseTensorCsr, _Inout_ OrtValue* ort_value, _In_ const OrtMemoryInfo* data_mem_info,
|
||||
_In_ const int64_t* values_shape, size_t values_shape_len, const void* values,
|
||||
_In_ const int64_t* values_shape, size_t values_shape_len, _In_ const void* values,
|
||||
_In_ const int64_t* inner_indices_data, size_t inner_indices_num,
|
||||
_In_ const int64_t* outer_indices_data, size_t outer_indices_num);
|
||||
ORT_API_STATUS_IMPL(FillSparseTensorBlockSparse, _Inout_ OrtValue* ort_value, _In_ const OrtMemoryInfo* data_mem_info,
|
||||
|
|
|
|||
Loading…
Reference in a new issue