About some problems of C-API
Created by: hedaoyuan
- Have exception for interface calls
- Crashes due to multiple calls to
paddle_init
.[Fixd by #5679] - When the input is empty,
paddle_matrix_get_shape
interface call will be abnormal.
- Crashes due to multiple calls to
- Memory leak problem
- Currently, the memory is not freed after the
paddle_gradient_machine_destroy
interface is called.[Fix by #5711]
- Currently, the memory is not freed after the
- How to load multiple different models to make the inference.
- How to batch computing for multiple samples.