1. 14 3月, 2022 1 次提交
  2. 13 3月, 2022 2 次提交
  3. 12 3月, 2022 6 次提交
  4. 11 3月, 2022 21 次提交
  5. 10 3月, 2022 10 次提交
    • X
      [phi] transfer the infer shape of accuracy op into phi (#40358) · a40ea45e
      xiongkun 提交于
      * transfer the infershape of accuracy op into phi
      
      * add set_dtype
      
      * add setdtype
      a40ea45e
    • H
      Inference add ONNXRuntime back-end (#39988) · 431afc39
      heliqi 提交于
      * add onnxruntime predictor
      
      * Add code comments
      
      * support link paddle2onnx onnxruntime
      
      * support onnxruntime with python
      
      * support onnxruntime with python
      
      * support onnxruntime with windows
      
      * paddle2onnx compile with windows
      
      * supoort windows compile
      
      * supoort windows compile with onnxruntime
      
      * supoort windows compile with paddle2onnx
      
      * supoort mac compile
      
      * compile with mac
      
      * compile with mac
      
      * add code comments
      
      * fix remind word
      
      * code optimization
      
      * add test case
      
      * add test case
      
      * add inference demo_ci test case
      
      * fix compile paddle2onnx with no python
      
      * add inference demo_ci test case
      
      * add inference demo_ci test case
      
      * add inference infer_ut test case
      
      * support c go api and test cases
      
      * add converage test case
      
      * add converage test case
      
      * add capi test case
      
      * add capi test case
      431afc39
    • L
      solve unexecuted UT (#40397) · bd4dc3be
      Lijunhui 提交于
      bd4dc3be
    • L
      [phi] move matrix_power op (#40231) · befa78ea
      Liu-xiandong 提交于
      * [phi] move matrix_power op
      
      * MatrixInverse fluid -> phi
      
      * modify the CMake to fix compile bug
      
      * delete useless comment
      
      * mutable memory -> phi Alloc
      
      * modify the include file
      
      * modify the include file
      
      * fix bug in CI compiler
      befa78ea
    • Jeffrey Chen's avatar
      [PHI] Migrate where_index op (#40255) · 857069f3
      Jeffrey Chen 提交于
      * [PHI] Migrate where_index op
      
      * [PHI] Fix where_index infermate
      
      * [Phi] set where_index out data type
      857069f3
    • L
      [phi] move shape op (#40248) · 575dea8f
      Liu-xiandong 提交于
      * add selected row op and fix bug in ctest
      
      * modify the date
      
      * fix bug in npu and xpu
      
      * modfiy the include file
      575dea8f
    • F
      [NPU] Fix fill_constant and set_value for CANN 5.0.4 (#39635) · df601667
      furnace 提交于
      * [NPU] Fix fill_constant int64 for CANN 5.0.4 (FillD does not support int64)
      
      * [NPU] fix set_value for CANN 5.0.4
      df601667
    • Z
      [Phi]Move topk kernel to phi (#40064) · 329b095e
      Zhang Zheng 提交于
      * first commit
      
      * cpu kernel
      
      * first version
      
      * fix compile error
      
      * fix compile error
      
      * delete v2
      
      * fix
      
      * fix
      
      * add alias
      
      * fix
      
      * fix
      
      * fix
      
      * fix error
      
      * fix
      
      * fix
      
      * fix
      
      * fix format
      329b095e
    • Z
      Supported auto code gen for sparse kernels (#40276) · 2b6da4de
      Zhanlue Yang 提交于
      2b6da4de
    • Z
      [PHI] Move segment_pool to phi. (#40099) · a07f19ee
      Zhong Hui 提交于
      * move segment_pool to phi.
      
      * mark summed ids as optional tensor.
      
      * fix as reviews.
      a07f19ee