tf.as_dtype(type_value)
Defined in tensorflow/python/framework/dtypes.py
.
See the guide: Building Graphs > Tensor types
Converts the given type_value
to a DType
.
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
.A DType
corresponding to type_value
.
TypeError
: If type_value
cannot be converted to a DType
.
© 2018 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