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
37 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
442 raise NumpyRequiredForThisFeature("Numpy was not found.")
/external/flatbuffers/tests/
Dpy_test.py31 from flatbuffers.compat import NumpyRequiredForThisFeature
974 NumpyRequiredForThisFeature)
1012 NumpyRequiredForThisFeature)
1049 NumpyRequiredForThisFeature)
1086 NumpyRequiredForThisFeature)
1123 NumpyRequiredForThisFeature)
1156 NumpyRequiredForThisFeature)
1179 NumpyRequiredForThisFeature)
1202 NumpyRequiredForThisFeature)
1875 NumpyRequiredForThisFeature)
/external/flatbuffers/docs/source/
DPythonUsage.md92 in a `NumpyRequiredForThisFeature` exception.