mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-11-03 11:02:01 +08:00
[Other] Enable to hidden INFO/WARNING log informations (#1368)
* Enable to hidden INFO/WARNING log informations * Fix build error --------- Co-authored-by: root <root@bjyz-sys-gpu-kongming3.bjyz.baidu.com>
This commit is contained in:
@@ -26,7 +26,8 @@ namespace function {
|
||||
@param out The output tensor which stores the result.
|
||||
@param axis Axis which will be gathered.
|
||||
*/
|
||||
void GatherAlongAxis(const FDTensor& x, const FDTensor& index, FDTensor* result,
|
||||
FASTDEPLOY_DECL void GatherAlongAxis(const FDTensor& x,
|
||||
const FDTensor& index, FDTensor* result,
|
||||
int axis);
|
||||
|
||||
} // namespace function
|
||||
|
||||
Reference in New Issue
Block a user