Searched refs:Bfloat16NumpyType (Results 1 – 4 of 4) sorted by relevance
30 int Bfloat16NumpyType();
180 *out_pyarray_type = Bfloat16NumpyType(); in TF_DataType_to_PyArray_TYPE()
171 if (pyarray_type == Bfloat16NumpyType()) { in PyArray_TYPE_to_TF_DataType()
1628 int Bfloat16NumpyType() { return npy_bfloat16; } in Bfloat16NumpyType() function