Home
last modified time | relevance | path

Searched refs:NumpyRequiredForThisFeature (Results 1 – 6 of 6) sorted by relevance

/external/flatbuffers/python/flatbuffers/
Dencode.py18 from .compat import import_numpy, NumpyRequiredForThisFeature
35 raise NumpyRequiredForThisFeature('Numpy was not found.')
Dnumber_types.py19 from .compat import import_numpy, NumpyRequiredForThisFeature
181 raise NumpyRequiredForThisFeature('Numpy was not found.')
Dcompat.py73 class NumpyRequiredForThisFeature(RuntimeError): class
Dbuilder.py24 from .compat import import_numpy, NumpyRequiredForThisFeature
450 raise NumpyRequiredForThisFeature("Numpy was not found.")
/external/flatbuffers/tests/
Dpy_test.py30 from flatbuffers.compat import NumpyRequiredForThisFeature
512 NumpyRequiredForThisFeature)
550 NumpyRequiredForThisFeature)
587 NumpyRequiredForThisFeature)
624 NumpyRequiredForThisFeature)
661 NumpyRequiredForThisFeature)
694 NumpyRequiredForThisFeature)
717 NumpyRequiredForThisFeature)
740 NumpyRequiredForThisFeature)
1308 NumpyRequiredForThisFeature)
/external/flatbuffers/docs/source/
DPythonUsage.md92 in a `NumpyRequiredForThisFeature` exception.