Convert a decoded variable to an encoded variable
(self, variable: Variable, name: T_Name = None)
| 41 | raise NotImplementedError() |
| 42 | |
| 43 | def decode(self, variable: Variable, name: T_Name = None) -> Variable: |
| 44 | """Convert a decoded variable to an encoded variable""" |
| 45 | raise NotImplementedError() |
| 46 | |
| 47 | |
| 48 | class _ElementwiseFunctionArray(indexing.ExplicitlyIndexedNDArrayMixin): |
no outgoing calls