Home
last modified time | relevance | path

Searched defs:py_type (Results 1 – 2 of 2) sorted by relevance

/external/flatbuffers/python/flatbuffers/
Dnumber_types.py33 py_type = bool variable in BoolFlags
42 py_type = int variable in Uint8Flags
51 py_type = int variable in Uint16Flags
60 py_type = int variable in Uint32Flags
69 py_type = int variable in Uint64Flags
78 py_type = int variable in Int8Flags
87 py_type = int variable in Int16Flags
96 py_type = int variable in Int32Flags
105 py_type = int variable in Int64Flags
114 py_type = float variable in Float32Flags
[all …]
/external/tensorflow/tensorflow/lite/python/interpreter_wrapper/
Dnumpy.cc75 TfLiteType TfLiteTypeFromPyType(int py_type) { in TfLiteTypeFromPyType()