1. 06 7月, 2023 1 次提交
  2. 20 6月, 2023 1 次提交
    • D
      Optimized kernel reference fallbacks: RESHAPE (#1771) · fa885e6c
      David Davis 提交于
      @tensorflow/micro
      
      Remove conditional compilation for kernel tests for the following platforms: Xtensa
      Add optimized kernel reference fallback code for the following platforms: Xtensa
      
      Resolves: `TODO(b/237407410): Re-enable for Vision P6 when the issue is resolved`
      
      The following table shows the size changes for each benchmark binary as a result of this PR:
      | Platform | Benchmark | Build | Text | Data | BSS |
      | --- | --- | --- | --- | --- | --- |
      | hifi4 | keyword | default | 0 | 0 | 0 |
      | hifi5 | keyword | default | 0 | 0 | 0 |
      | p6 | keyword | default | 0 | 0 | 0 |
      | hifi4 | person detection | default | +40 | +32 | 0 |
      | hifi5 | person detection | default | +16 | +32 | 0 |
      | p6 | person detection | default | +64 | +0 | 0 |
      
      bug=fixes #1770
      fa885e6c
  3. 11 6月, 2022 1 次提交
  4. 03 6月, 2022 1 次提交
    • P
      Vision p6 int8 pad (#1138) · 40800f77
      psharath1 提交于
      * Added Support for INT8 pad
      
      BUG= Added support for INT8 Pad
       Fixed padding issues in conv for larger tiles
      
      * Reverted submits to main
      
      * Revert "Added Support for INT8 pad"
      
      This reverts commit fdc6e1d624609041b8b743563613339948ff70da.
      
      * Added Support for INT8 Pad
      
      BUG= Added support for INT8 Pad. Fixed padding issue in conv.
      
      * TFLITE_DCHECK xiPadGetMemReqd_Context() status
      Co-authored-by: NTing Yan <94130036+tingyan19@users.noreply.github.com>
      40800f77
  5. 26 5月, 2022 1 次提交
  6. 17 5月, 2022 1 次提交