Alicja Miloszewska

Results 4 comments of Alicja Miloszewska

Yes, [C++ docs](https://docs.openvino.ai/2024/api/c_cpp_api/classov_1_1_core.html#_CPPv4NK2ov4Core11query_modelERKNSt10shared_ptrIKN2ov5ModelEEERKNSt6stringERK6AnyMap)

I don't know why it was closed. Sorry

Hi @hub-bla! Thanks for taking this issue. `CompiledModel::set_property()` can be tested in Python like this: ```python timeout = 10 cm = core.compile_model(model, "BATCH:CPU") cm.set_property(props.auto_batch_timeout(timeout)) assert timeout == cm.get_property('AUTO_BATCH_TIMEOUT') ``` To...

Yes, please create a test like this in a new file `compiled_model.test.js` file Exposing properties will be a separate issue :)