table_bert/vanilla_table_bert.py [248:253]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    def encode(
        self,
        contexts: List[List[str]],
        tables: List[Table],
        return_bert_encoding: bool = False
    ) -> Tuple[torch.Tensor, torch.Tensor, Dict]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



table_bert/vertical/vertical_attention_table_bert.py [510:515]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    def encode(
            self,
            contexts: List[List[str]],
            tables: List[Table],
            return_bert_encoding: bool = False
    ) -> Tuple[torch.Tensor, torch.Tensor, Dict]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



