Home
last modified time | relevance | path

Searched refs:import_numpy (Results 1 – 4 of 4) sorted by relevance

/external/flatbuffers/python/flatbuffers/
Dencode.py18 from .compat import import_numpy, NumpyRequiredForThisFeature
20 np = import_numpy()
Dnumber_types.py19 from .compat import import_numpy, NumpyRequiredForThisFeature
21 np = import_numpy()
Dcompat.py50 def import_numpy(): function
Dbuilder.py24 from .compat import import_numpy, NumpyRequiredForThisFeature
26 np = import_numpy()