Skip to content

Commit 75b0d34

Browse files
authored
Merge branch 'PaddlePaddle:develop' into develop
2 parents 0f4c697 + f367e17 commit 75b0d34

4 files changed

Lines changed: 12 additions & 10 deletions

File tree

c_api/fastdeploy_capi/core/fd_type.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ DECLARE_AND_IMPLEMENT_FD_TYPE_ONEDIMARRAY(OneDimArrayFloat)
3838
DECLARE_AND_IMPLEMENT_FD_TYPE_ONEDIMARRAY(Cstr)
3939
// FD_C_OneDimArrayCstr
4040
DECLARE_AND_IMPLEMENT_FD_TYPE_TWODIMARRAY(OneDimArrayCstr, Cstr)
41+
// FD_C_TwoDimArrayCstr
42+
DECLARE_AND_IMPLEMENT_FD_TYPE_THREEDIMARRAY(TwoDimArrayCstr,OneDimArrayCstr)
4143
// FD_C_TwoDimArraySize
4244
DECLARE_AND_IMPLEMENT_FD_TYPE_TWODIMARRAY(TwoDimArraySize, OneDimArraySize)
4345
// FD_C_TwoDimArrayInt8

fastdeploy/function/gaussian_random.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ namespace function {
2828
@param seed The seed of random generator.
2929
@param dtype The data type of the output Tensor.
3030
*/
31-
void GaussianRandom(const std::vector<int64_t>& shape, FDTensor* out,
31+
FASTDEPLOY_DECL void GaussianRandom(const std::vector<int64_t>& shape, FDTensor* out,
3232
FDDataType dtype = FDDataType::FP32, float mean = 0.0f,
3333
float std = 1.0f, int seed = 0);
3434

serving/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ Users can also compile the image by themselves according to their own needs, ref
5656
| NLP | [PaddleNLP/ERNIE-3.0](../examples/text/ernie-3.0/serving/README.md)|
5757
| NLP | [PaddleNLP/UIE](../examples/text/uie/serving/README.md)|
5858
| Speech | [PaddleSpeech/PP-TTS](../examples/audio/pp-tts/serving/README.md)|
59-
| OCR | [PaddleOCR/PP-OCRv3](../examples/vision/ocr/PP-OCRv3/serving/README.md)|
59+
| OCR | [PaddleOCR/PP-OCRv3](../examples/vision/ocr/PP-OCR/serving/fastdeploy_serving/README.md)|

serving/README_CN.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ docker pull registry.baidubce.com/paddlepaddle/fastdeploy:1.0.7-gpu-cuda11.4-trt
4040

4141
### 服务化部署示例
4242

43-
| 任务场景 | 模型 |
44-
|---|---|
45-
| Classification | [PaddleClas](../examples/vision/classification/paddleclas/serving/README.md) |
43+
| 任务场景 | 模型 |
44+
|---|-----------------------------------------------------------------------------------|
45+
| Classification | [PaddleClas](../examples/vision/classification/paddleclas/serving/README.md) |
4646
| Detection | [PaddleDetection](../examples/vision/detection/paddledetection/serving/README.md) |
47-
| Detection | [ultralytics/YOLOv5](../examples/vision/detection/yolov5/serving/README.md) |
48-
| NLP | [PaddleNLP/ERNIE-3.0](../examples/text/ernie-3.0/serving/README.md)|
49-
| NLP | [PaddleNLP/UIE](../examples/text/uie/serving/README.md)|
50-
| Speech | [PaddleSpeech/PP-TTS](../examples/audio/pp-tts/serving/README.md)|
51-
| OCR | [PaddleOCR/PP-OCRv3](../examples/vision/ocr/PP-OCRv3/serving/README.md)|
47+
| Detection | [ultralytics/YOLOv5](../examples/vision/detection/yolov5/serving/README.md) |
48+
| NLP | [PaddleNLP/ERNIE-3.0](../examples/text/ernie-3.0/serving/README.md) |
49+
| NLP | [PaddleNLP/UIE](../examples/text/uie/serving/README.md) |
50+
| Speech | [PaddleSpeech/PP-TTS](../examples/audio/pp-tts/serving/README.md) |
51+
| OCR | [PaddleOCR/PP-OCRv3](../examples/vision/ocr/PP-OCR/serving/fastdeploy_serving/README.md) |

0 commit comments

Comments
 (0)