Home
last modified time | relevance | path

Searched defs:weak_type (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/python/
Djax_jit.h40 const bool weak_type; member
150 bool weak_type; member
Djax_jit.cc409 bool weak_type = !py::isinstance(h, dtypes.np_float64); in ArgSignatureOfValue() local
422 bool weak_type = !py::isinstance(h, dtypes.np_complex128); in ArgSignatureOfValue() local
440 bool weak_type = py::cast<py::bool_>(h.attr("aval").attr("weak_type")); in ArgSignatureOfValue() local
650 bool weak_type = py::cast<py::bool_>(obj.attr("aval").attr("weak_type")); in HandleDeviceArray() local