#pragma once #include "../extensions.h" typedef std::string node_t; typedef std::string rel_t; typedef std::tuple edge_t; std::tuple, c10::Dict, c10::Dict, c10::Dict> hgt_sample_cpu(const c10::Dict &colptr_dict, const c10::Dict &row_dict, const c10::Dict &input_node_dict, const c10::Dict> &num_samples_dict, const int64_t num_hops);