tf.dtypes.as_dtype
Converts the given type_value
to a DType
.
tf.dtypes.as_dtype(
type_value
)
Args |
type_value
|
A value that can be converted to a tf.DType object. This may
currently be a tf.DType object, a DataType
enum,
a string type name, or a numpy.dtype .
|
Returns |
A DType corresponding to type_value .
|
Raises |
TypeError
|
If type_value cannot be converted to a DType .
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2020-10-01 UTC.
[null,null,["Last updated 2020-10-01 UTC."],[],[]]