[Python API] Fix typo in method name (#10707)
This commit is contained in:
committed by
GitHub
parent
3f941e3c5f
commit
0f409ccea9
@@ -101,7 +101,7 @@ void regclass_graph_descriptor_Tensor(py::module m) {
|
||||
Set of names
|
||||
)");
|
||||
|
||||
tensor.def("set_names",
|
||||
tensor.def("add_names",
|
||||
&ov::descriptor::Tensor::add_names,
|
||||
py::arg("names"),
|
||||
R"(
|
||||
|
||||
Reference in New Issue
Block a user