Home
last modified time | relevance | path

Searched refs:bias_mat (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/tests/st/gnn/
Daggregator.py297 def construct(self, input_feature, bias_mat): argument
305 logits = self.coef_activation(logits) + bias_mat
384 def construct(self, input_data, bias_mat): argument
387 res += (self.attns[i](input_data, bias_mat),)
Dgat.py115 def construct(self, input_data, bias_mat): argument
117 input_data = cell(input_data, bias_mat)