Get the size of the feature. Returns ------- torch.Size The size of the feature.
(self)
| 90 | raise NotImplementedError |
| 91 | |
| 92 | def size(self): |
| 93 | """Get the size of the feature. |
| 94 | |
| 95 | Returns |
| 96 | ------- |
| 97 | torch.Size |
| 98 | The size of the feature. |
| 99 | """ |
| 100 | raise NotImplementedError |
| 101 | |
| 102 | def count(self): |
| 103 | """Get the count of the feature. |
no outgoing calls
no test coverage detected