m2m模型翻译
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
186 B

7 months ago
  1. from typing import Any, List
  2. from numpy import (
  3. matrix as matrix,
  4. )
  5. __all__: List[str]
  6. def bmat(obj, ldict=..., gdict=...): ...
  7. def asmatrix(data, dtype=...): ...
  8. mat = asmatrix