Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/python/
Djax_jit.cc259 py::object np_complex128; member
282 dtypes->np_complex128 = py::object(numpy.attr("complex128")); in GetNumpyScalarTypes()
422 bool weak_type = !py::isinstance(h, dtypes.np_complex128); in ArgSignatureOfValue()
539 (*p)[dtypes.np_complex128.ptr()] = complex_handler; in ArgSignatureOfValue()
786 (*p)[dtypes.np_complex128.ptr()] = HandleComplex<false>; in DevicePut()