kipf_propagate Interface

interface
public module function kipf_propagate(vertex_features, adj_ia, adj_ja) result(c)

Arguments

Type IntentOptional Attributes Name
class(array_type), intent(in), target :: vertex_features
integer, intent(in), dimension(:) :: adj_ia
integer, intent(in), dimension(:,:) :: adj_ja

Return Value type(array_type),pointer

Description

Propagate values from one autodiff array to another