Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/python/
Djax_jit.cc591 xla::StatusOr<DevicePutResult> HandleFloat(py::handle h, in HandleFloat() function
757 (*p)[reinterpret_cast<PyObject*>(&PyFloat_Type)] = HandleFloat<true>; in DevicePut()
784 (*p)[dtypes.np_float64.ptr()] = HandleFloat<false>; in DevicePut()