We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a61fd54 commit c0946f1Copy full SHA for c0946f1
onnxruntime/core/providers/qnn/builder/qnn_backend_manager.h
@@ -304,11 +304,6 @@ class QnnBackendManager : public std::enable_shared_from_this<QnnBackendManager>
304
305
Status GetFileSizeIfValid(const std::string& filepath, size_t& file_size);
306
307
- Status ReadContextBinIfValid(const std::string& context_bin_filepath,
308
- std::vector<char>& buffer);
309
-
310
- Status GetFileSizeIfValid(const std::string& filepath, size_t& file_size);
311
312
Status ReadContextBinIfValid(const std::string& context_bin_filepath,
313
std::vector<char>& buffer);
314
0 commit comments