liang

Results 11 issues of liang

Fix issue #367 Solution: Add service and appearance characteristic in the BLE lib. Changed files BLEDevice.cpp - check the local device BLEDeviceManager.cpp - Change the calls BLEDeviceManager.h - remove appearance...

1. Revert the DCCM change 2. Update the link script

enhancement

1. Implement the subscribe changed event notify feature. Changed files: BLECallbacks.cpp - Add subscribe changed handler and disconnect process BLECallbacks.h - Callback declaration BLECharacteristicImp.cpp - Add the event changed handler...

Make the BLE support more characteristics and services by separate the service registration Changed files BLEProfileManager.cpp - Remove register all service at same time BLEProfileManager.h - Change the comments BLEServiceImp.cpp...

Root cause 1. The return value indecate the read/write request send successfully. 2. The subscribe will ignore the response and this will not be fixed. Solution 1. Add the error...

Porting V4.2 to improve the performance. Please don't merge.

### Details: - The u4/i4 not supported - Odd element number will cause an accuracy issue for u4/i4. ### Tickets: - *CVS-169216*

category: ONNX FE

### Describe the issue For this the test `onnxruntime_test_all.exe --gtest_filter=Loop.Opset11WithNoVariadicInputsAndOutputs`, the graph is like below: ![Image](https://github.com/user-attachments/assets/101c4074-f7b9-4ed6-97e4-8575c56f5b36) It has 1 float input and 1 float output without any connections. ### To...

ep:OpenVINO

### Describe the issue The OV's implementation: ``` // levels is the number of quantization levels (e.g. 2 is for binarization, 255/256 is for int8 quantization) if x max(input_low, input_high):...

quantization
ep:OpenVINO

### Details: - The `Slice` operator with `int64` input will be inserted `convert` operator to convert `int64 -> int32` - The current `Convert` will convert `int64_min` to `0`, which creates...

category: Core
category: GPU
category: CPU
category: transformations
category: TF FE