* InputTensorInfo::from implementation If user's application already has `ov::runtime::Tensor` object created, it will be possible to reuse basic characteristics for input (shape, precision) from tensor using InputTensorInfo::from method * Rename 'from' to 'set_from' as in Python 'from' keyword is used for import modules Python bindings: from ov.Tensor and from numpy array * Style fix (quotes) * Apply suggestions from code review Co-authored-by: Ilya Churaev <ilyachur@gmail.com> * Fix code style * Use set_from in hello_classification CPP sample Co-authored-by: Ilya Churaev <ilyachur@gmail.com> |
||
|---|---|---|
| .. | ||
| classification_sample_async | ||
| hello_classification | ||
| hello_query_device | ||
| hello_reshape_ssd | ||
| model_creation_sample | ||
| speech_sample | ||
| requirements.txt | ||
| setup.cfg | ||