mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-11-03 11:02:01 +08:00
update args
This commit is contained in:
@@ -28,7 +28,8 @@ namespace function {
|
||||
@param repeat_times The lower bound
|
||||
@param out The output tensor which stores the result.
|
||||
*/
|
||||
FASTDEPLOY_DECL void Tile(const FDTensor& x, std::vector<int64_t> repeat_times,
|
||||
FASTDEPLOY_DECL void Tile(const FDTensor& x,
|
||||
const std::vector<int64_t>& repeat_times,
|
||||
FDTensor* out);
|
||||
|
||||
} // namespace function
|
||||
|
||||
Reference in New Issue
Block a user