rotate_interaction¶
-
rotate_interaction(h, r, t)[source]¶ Evaluate the RotatE interaction function.
- Parameters
h (
FloatTensor) – shape: (batch_size, num_heads, 1, 1, 2*dim) The head representations.r (
FloatTensor) – shape: (batch_size, 1, num_relations, 1, 2*dim) The relation representations.t (
FloatTensor) – shape: (batch_size, 1, 1, num_tails, 2*dim) The tail representations.
- Return type
FloatTensor- Returns
shape: (batch_size, num_heads, num_relations, num_tails) The scores.