Searched defs:py_type (Results 1 – 9 of 9) sorted by relevance
33 py_type = bool variable in BoolFlags42 py_type = int variable in Uint8Flags51 py_type = int variable in Uint16Flags60 py_type = int variable in Uint32Flags69 py_type = int variable in Uint64Flags78 py_type = int variable in Int8Flags87 py_type = int variable in Int16Flags96 py_type = int variable in Int32Flags105 py_type = int variable in Int64Flags114 py_type = float variable in Float32Flags[all …]
77 TfLiteType TfLiteTypeFromPyType(int py_type) { in TfLiteTypeFromPyType()
120 def _dtype_for_scalar(py_type): argument
191 def array_or_scalar(values, py_type=float, return_scalar=False): argument
141 auto* py_type = Py_TYPE(pself); in Dealloc() local
139 auto* py_type = Py_TYPE(pself); in Dealloc() local
34 PyTypeObject py_type; member