(self, vals: edic, conds: edic=edic())
| 100 | raise NotImplementedError |
| 101 | |
| 102 | def logp(self, vals: edic, conds: edic=edic()) -> tc.Tensor: # log_probs |
| 103 | # [shape_bat, shape_var], [shape_bat, shape_cond] -> [shape_bat] |
| 104 | raise NotImplementedError |
| 105 | |
| 106 | def logp_cartes(self, vals: edic, conds: edic=edic()) -> tc.Tensor: # log_probs |
| 107 | # [shape_mc, shape_var], [shape_bat, shape_cond] -> [shape_mc, shape_bat] |