#pragma once #include typedef std::string node_t; typedef std::string rel_t; typedef std::tuple edge_t; const std::string delim = "__"; 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, int64_t num_hops);