Searched defs:bytes_obj (Results 1 – 5 of 5) sorted by relevance
355 PyObject *bytes_obj; in int_from_bytes() local
615 PyObject *bytes_obj = PyBytes_FromStringAndSize(NULL, buf->len); in bytes_from_buffer() local
2493 PyObject *bytes_obj = PyBytes_FromObject(obj); in save_bytearray() local
538 TensorPtr TensorPy::ConvertBytesToTensor(const py::bytes &bytes_obj, const py::tuple &dims, const T… in ConvertBytesToTensor()
5923 int_from_bytes_impl(PyTypeObject *type, PyObject *bytes_obj, in int_from_bytes_impl()