Skip to content
This project is mirrored from https://review.mlplatform.org/tosa/reference_model. Pull mirroring updated .
  1. Sep 01, 2023
  2. Aug 30, 2023
  3. Aug 23, 2023
  4. Aug 21, 2023
  5. Aug 18, 2023
  6. Aug 16, 2023
  7. Aug 14, 2023
    • Tai Ly's avatar
      Add support for bias broadcasting · a641dd55
      Tai Ly authored
      
      
      add support for bias broadcasting for operators:
        - conv2d
        - conv3d
        - depthwise_conv2d
        - transpose_conv2d
        - fully_connected
      
      could not add framework test for this because tf.nn.bias_add requires
      bias size to match channel dimension.
      
      manually tested reference model evaluation on tosa mlir with bias size
      of 1
      
      Signed-off-by: default avatarTai Ly <tai.ly@arm.com>
      Change-Id: I70d29d231a63fc03b10e3006cbd6b16b53cca1f2
      a641dd55
  8. Aug 08, 2023
  9. Aug 07, 2023
  10. Aug 02, 2023
  11. Jul 31, 2023
  12. Jul 27, 2023
    • Jerry-Ge's avatar
      Enable lazy tensor allocation · e5cabbf7
      Jerry-Ge authored
      
      
      - The previous ref_model was allocating the memory for all tensors in
      the graph upfront which is unnecessary and wasteful.
      - This patch changes to only allocate initial input tensors on the entry
      point using the allocateInputTensor() function.
      - The output tensors are ensured to have been allocated before executing
      a node. The output tenosrs are the inputs for the next node.
      - When a node's evaluation is finished, its input tensors will be freed
      if they will no longer be used by anyone else.
      
      Signed-off-by: Jerry-Ge's avatarJerry Ge <jerry.ge@arm.com>
      Change-Id: Ibb3e8c9e6344f6cd9eb20532a03b2097b93247f9
      e5cabbf7
  13. Jul 26, 2023
  14. Jul 25, 2023
  15. Jul 17, 2023
  16. Jul 14, 2023
  17. Jul 11, 2023
  18. Jul 07, 2023
  19. Jul 06, 2023
  20. Jul 05, 2023
  21. Jun 29, 2023
  22. Jun 26, 2023
  23. Jun 21, 2023
    • Tai Ly's avatar
      Add tf broadcast-to testing · fe36fa9f
      Tai Ly authored
      
      
      This patch adds BoradcastTo Op to the tf tests.
      Did not add tflite testing because the tf.lite.TFLiteConverter converts
      tf.broadcast-to to tfl.mul by 1.
      
      Signed-off-by: default avatarTai Ly <tai.ly@arm.com>
      Change-Id: Icd372e619c318121c19eca87d5716bcd5fbbbb23
      fe36fa9f
  24. Jun 20, 2023
  25. Jun 15, 2023
  26. Jun 12, 2023
  27. Jun 02, 2023
Loading