• L
    Fixed the bug in the api.cc file where there was an inconsistency between the... · 75fc4bf0
    Leo Guo 提交于
    Fixed the bug in the api.cc file where there was an inconsistency between the specified type (std::vector<DenseTensor*>&) in the function pointer kernel_signature and the type of the phi kernel parameter (std::vector<DenseTensor*>) when the phi kernel is set to output as std::vector<DenseTensor*>. test=kunlun (#54053)
    
    75fc4bf0
api_base.py 55.3 KB