Home
last modified time | relevance | path

Searched refs:Bfloat16NumpyType (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/python/lib/core/
Dbfloat16.h30 int Bfloat16NumpyType();
Dndarray_tensor_bridge.cc180 *out_pyarray_type = Bfloat16NumpyType(); in TF_DataType_to_PyArray_TYPE()
Dndarray_tensor.cc171 if (pyarray_type == Bfloat16NumpyType()) { in PyArray_TYPE_to_TF_DataType()
Dbfloat16.cc1628 int Bfloat16NumpyType() { return npy_bfloat16; } in Bfloat16NumpyType() function