Searched refs:bfloat16_type (Results 1 – 1 of 1) sorted by relevance
58 extern PyTypeObject bfloat16_type;74 reinterpret_cast<PyObject*>(&bfloat16_type)); in PyBfloat16_Check()84 Safe_PyObjectPtr ref = make_safe(bfloat16_type.tp_alloc(&bfloat16_type, 0)); in PyBfloat16_FromBfloat16()339 PyTypeObject bfloat16_type = { variable400 (&bfloat16_type),1329 bfloat16_type.tp_base = &PyGenericArrType_Type; in Initialize()1331 if (PyType_Ready(&bfloat16_type) < 0) { in Initialize()1351 bfloat16_type_ptr = &bfloat16_type; in Initialize()1357 if (PyDict_SetItemString(bfloat16_type.tp_dict, "dtype", in Initialize()