W3cubDocs

/TensorFlow Python

tf.as_dtype(type_value)

tf.as_dtype(type_value)

See the guide: Building Graphs > Tensor types

Converts the given type_value to a DType.

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.

Defined in tensorflow/python/framework/dtypes.py.

© 2017 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/api_docs/python/tf/as_dtype