Xiping Yan

Results 7 comments of Xiping Yan

@v-Golubev @dmitry-gorokhov @ceciliapeng2011 could you help review? I am not sure if I need to add unit test. What's your idea? @dmitry-gorokhov @v-Golubev

> > @v-Golubev @dmitry-gorokhov @ceciliapeng2011 could you help review? I am not sure if I need to add unit test. What's your idea? @dmitry-gorokhov @v-Golubev > > Regarding tests: I...

> > > @v-Golubev @dmitry-gorokhov @ceciliapeng2011 could you help review? I am not sure if I need to add unit test. What's your idea? @dmitry-gorokhov @v-Golubev > > > >...

Add my verification codes: 1: Construct model (python code) ``` def model(): input = opset.parameter([128], ov.Type.i4, name='in') cvt = opset.convert(input, ov.Type.f32) Result = opset.result(cvt, name='cvt') return ov.Model([Result], [input], 'MyModel') #...

Don't work, even if press (ctrl+k, ctrl+f) manually, still don't work. The error is same: YAML:15:38: error: invalid boolean AllowShortIfStatementsOnASingleLine: Never Error reading /home/..../.clang-format: Invalid argument

What if I change input method from Chinese to default English, it will work fine. Maybe it conflicts with input tool.

> Thank you! When you posted your verification process, I realized that it could be a good idea to extend tests with your cases: https://github.com/openvinotoolkit/openvino/blob/master/tests/samples_tests/smoke_tests/test_benchmark_app.py. That would also verify CPU...