Searched defs:CustomFloatTypeDescriptor (Results 1 – 1 of 1) sorted by relevance
62 struct CustomFloatTypeDescriptor { struct63 static int Dtype() { return npy_type; } in Dtype()67 static int npy_type;69 static PyTypeObject type;73 static PyTypeObject* type_ptr;75 static PyNumberMethods number_methods;77 static PyArray_ArrFuncs arr_funcs;79 static PyArray_Descr npy_descr;