update args

This commit is contained in:
zhoushunjie
2022-11-25 02:25:09 +00:00
parent 5555630dcd
commit 97165faa81
2 changed files with 8 additions and 4 deletions

View File

@@ -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