1. 20 9月, 2022 11 次提交
  2. 19 9月, 2022 22 次提交
  3. 17 9月, 2022 2 次提交
  4. 16 9月, 2022 4 次提交
  5. 15 9月, 2022 1 次提交
    • X
      [ Dy2Static ] Fix bugs when select inputs meeting different shape or... · 00486956
      xiongkun 提交于
      [ Dy2Static ] Fix bugs when select inputs meeting different shape or undefined-var (#45916) (#46020)
      
      * fix select_input with different shape errors:
      1. select_input_with_buildin_type directly return non-undefinedvar branch when meeting undefined var
      2. the output shape of select_input is inferred from inputs.
      
      * reverse the logic in select_input
      00486956