File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
src/plugins/intel_npu/src/compiler_adapter/src Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 2222#include " openvino/util/shared_object.hpp"
2323#include " weightless_graph.hpp"
2424
25-
2625namespace {
2726#ifndef VCL_FOR_COMPILER
2827std::shared_ptr<void > load_library (const std::string& libpath) {
@@ -63,7 +62,6 @@ ov::Tensor make_tensor_from_vector(std::vector<uint8_t>& vector) {
6362
6463} // namespace
6564
66-
6765namespace intel_npu {
6866
6967PluginCompilerAdapter::PluginCompilerAdapter (const std::shared_ptr<ZeroInitStructsHolder>& zeroInitStruct)
@@ -283,7 +281,8 @@ std::shared_ptr<IGraph> PluginCompilerAdapter::parse(
283281 _logger.debug (" parse metadata from driver for vcl compiler" );
284282 if (_zeGraphExt) {
285283 _logger.debug (" parse start for vcl compiler" );
286- graphHandle = _zeGraphExt->getGraphHandle (*reinterpret_cast <const uint8_t *>(mainBlob.data ()), mainBlob.get_byte_size ());
284+ graphHandle =
285+ _zeGraphExt->getGraphHandle (*reinterpret_cast <const uint8_t *>(mainBlob.data ()), mainBlob.get_byte_size ());
287286 networkMeta = _zeGraphExt->getNetworkMeta (graphHandle);
288287 }
289288 _logger.debug (" parse end for vcl compiler" );
You can’t perform that action at this time.
0 commit comments