Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/python/flatbuffers/
H A 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 …]
/aosp_15_r20/external/tensorflow/tensorflow/lite/python/interpreter_wrapper/
H A Dnumpy.cc77 TfLiteType TfLiteTypeFromPyType(int py_type) { in TfLiteTypeFromPyType()
/aosp_15_r20/external/pytorch/torch/_numpy/
H A D_dtypes_impl.py120 def _dtype_for_scalar(py_type): argument
H A D_normalizations.py191 def array_or_scalar(values, py_type=float, return_scalar=False): argument
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/pyext/
H A Dunknown_fields.cc141 auto* py_type = Py_TYPE(pself); in Dealloc() local
H A Dunknown_field_set.cc139 auto* py_type = Py_TYPE(pself); in Dealloc() local
/aosp_15_r20/external/protobuf/python/google/protobuf/pyext/
H A Dunknown_fields.cc141 auto* py_type = Py_TYPE(pself); in Dealloc() local
H A Dunknown_field_set.cc139 auto* py_type = Py_TYPE(pself); in Dealloc() local
/aosp_15_r20/external/pytorch/torch/csrc/tensor/
H A Dpython_tensor.cpp34 PyTypeObject py_type; member