Searched refs:raw_dtype (Results 1 – 1 of 1) sorted by relevance
467 const py::dtype raw_dtype = numpy_array.dtype(); in ArgSignatureOfValue() local468 const py::dtype* to_dtype = DtypeTo32BitDtype(raw_dtype); in ArgSignatureOfValue()474 TF_ASSIGN_OR_RETURN(dtype, xla::DtypeToPrimitiveType(raw_dtype)); in ArgSignatureOfValue()