Searched refs:to_dtype (Results 1 – 1 of 1) sorted by relevance
468 const py::dtype* to_dtype = DtypeTo32BitDtype(raw_dtype); in ArgSignatureOfValue() local471 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() local724 if (to_dtype) { in HandleNdarray()727 numpy_array = np_array(numpy_array, *to_dtype); in HandleNdarray()