(self)
| 12 | def test_layer_spec_validate(): |
| 13 | class SubSpec(ctranslate2.specs.LayerSpec): |
| 14 | def __init__(self): |
| 15 | self.a = np.ones([5], dtype=np.float16) |
| 16 | |
| 17 | class Spec(ctranslate2.specs.LayerSpec): |
| 18 | def __init__(self): |
nothing calls this directly
no outgoing calls
no test coverage detected