Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/python/
Djax_jit.cc468 const py::dtype* to_dtype = DtypeTo32BitDtype(raw_dtype); in ArgSignatureOfValue() local
471 if (to_dtype) { in ArgSignatureOfValue()
472 TF_ASSIGN_OR_RETURN(dtype, xla::DtypeToPrimitiveType(*to_dtype)); in ArgSignatureOfValue()
723 const py::dtype* to_dtype = DtypeTo32BitDtype(numpy_array.dtype()); in HandleNdarray() local
724 if (to_dtype) { in HandleNdarray()
727 numpy_array = np_array(numpy_array, *to_dtype); in HandleNdarray()