Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/python/
Djax_jit.cc257 py::object np_float64; member
280 dtypes->np_float64 = py::object(numpy.attr("float64")); in GetNumpyScalarTypes()
409 bool weak_type = !py::isinstance(h, dtypes.np_float64); in ArgSignatureOfValue()
537 (*p)[dtypes.np_float64.ptr()] = float_handler; in ArgSignatureOfValue()
784 (*p)[dtypes.np_float64.ptr()] = HandleFloat<false>; in DevicePut()