Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into feature/add-f4e2m1
Browse files Browse the repository at this point in the history
  • Loading branch information
praasz committed Jun 13, 2024
2 parents b9c76c0 + 7239f82 commit 904fbbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nvidia_plugin/tests/unit/result.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class ov::Output<ParameterStubNode> : public ov::Output<ov::Node> {
ov::element::Type{},
ov::PartialShape{1},
std::unordered_set<std::string>{ParameterStubNode::get_type_info_static().name});
node->m_outputs.emplace_back(node.get(), 0, tensor);
node->get_output_descriptor(0).set_tensor_ptr(tensor);
}
};

Expand Down

0 comments on commit 904fbbe

Please sign in to comment.