1. 23 Feb, 2023 1 commit
    • charlie's avatar
      Resnet50 runs with dyn_test_runner · 21db7647
      charlie authored
      * changed split_single_dyn_dim to add a get_tuple_element instruction
      needed to access tuple type created by select_module
      * dyn_test_runner changed to have offload_copy to false
      * split_single_dyn_dim is not going to work with offload_copy unless we
      make `load`, `copy_to_gpu` and `copy_from_gpu` handle dynamic shapes
      21db7647
  2. 17 Jan, 2023 1 commit
  3. 16 Jan, 2023 1 commit
  4. 13 Jan, 2023 1 commit
  5. 22 Jun, 2022 1 commit
  6. 07 Dec, 2021 1 commit
    • Shucai Xiao's avatar
      Test runner match input output using tensor names (#996) · 0f9b4072
      Shucai Xiao authored
      1. Previous implementation assumes inputs and outputs .pb files are ordered, but it is not the case. So, we should use the name of the tensors in the input/output .pb files to match the input and output in the onnx model. (This change applies to the BERT_Squad model)
      2. When parsing a model with dynamic input shape, current implementation uses the default batch_size for the unknown dims, which can cause parsing error for some cases (e.g. mask_rcnn model). The solution is we first read an input to get the shape, then use these shapes to parse the onnx model.
      0f9b4072
  7. 05 Aug, 2021 1 commit