TensorFlow

API

 tf.distribute / experimental / experimental.TPUStrategy


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.

此页内容是否对您有帮助