Skip to content

Commit a418e03

Browse files
committed
revert
1 parent 24f67ad commit a418e03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csrc/cpu/neighbor_sample_cpu.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ hetero_sample(const vector<node_t> &node_types,
174174
// root_time[i] stores the timestamp of the computation tree root
175175
// of the node samples[i]
176176
if (temporal) {
177-
torch::Tensor &node_time = node_time_dict.at(node_type);
177+
torch::Tensor node_time = node_time_dict.at(node_type);
178178
node_time_data = node_time.data_ptr<int64_t>();
179179
}
180180

0 commit comments

Comments
 (0)