"docs/source/en/api/pipelines/kandinsky5_video.md" did not exist on "1ec28a2c770546e4483a5109c4e98d6e1b298968"
rw_cpu.h 188 Bytes
Newer Older
rusty1s's avatar
rusty1s committed
1
2
3
4
5
6
#pragma once

#include <torch/extension.h>

torch::Tensor random_walk_cpu(torch::Tensor rowptr, torch::Tensor col,
                              torch::Tensor start, int64_t walk_length);