Results 3 issues of Kuldip

Hi, I want to perform tensor calculation in my React Native project so I have added this package. This is my package.json file: ```json { "name": "TFVisionCamera", "version": "0.0.1", "private":...

type:bug

**Describe the bug** `getDailyDistanceWalkingRunningSamples` and `getDistanceWalkingRunning` are giving opposite results. getDailyDistanceWalkingRunningSamples response: ```json [ { "endDate": "2025-01-10T10:00:00.000+0530", "metadata": [ [ Object ] ], "startDate": "2025-01-10T09:00:00.000+0530", "value": 129.01000000003842 }, { "endDate":...

bug